dartsStatusSite
Purpose:
-
Obtain a summary of files in ready, hold, and complete states for specified directories, sites, and cells.
Enter:
-
dartsStatusSite [dir=directory_type] [site=site_location] [cell=test cell num]
Where:
-
dir
Optional. Specify the data subdirectory from where to obtain status. Specify “darts_pam”, “esvdout10c”, or “mua_data”. The default is
“darts_pam”.site
Optional. Specify the site location from where to list the results.
Valid site values are: ctc, bak, btc, cdc, cep, cic, cil, cnge, ctc, dar, dav, dcec, eard, ets, fsp, jep, kcl, komatsu, ldtc, metc, mtc, mto, oly.The default is “ctc”.
cell
Optional. Specify the test cell number from where to list the results. The default is “all”.
Example:
-
dartsStatusSite
The above command looks at the /data/darts_pam/PAMdatapoint directory on the local node for the ctc site cells.dartsStatusSite dir=esvdout10c
The above command looks at the /data/esvdout10c directory on the local node for the ctc site cells.dartsStatusSite dir=mua_data
The above command looks at the /data/mua_data directory on the local node for the ctc site cells.dartsStatusSite site=bak cell=2
The above command looks at the /data/darts_pam/PAMdatapoint directory for test cell 2 at the bak site.
Notes:
-
The program counts the number of files within the hold, ready, or complete directories of the specified directory type, site, or test cell.