pamStatusSite
Purpose:
- 
Get a summary of datapoints transferred and in hold. 
Enter:
- 
pamStatusSite dir=[pam_dir_type] site=[test_site] cell=[test cell num] 
Where:
- 
dir Optional. Specify the data subdirectory from where to get status. Specify “PAMdatapoint”, “PAMheader”, “esvdout10c” or “mua_data”. 
 The default is “PAMdatapoint”.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 Specify the test cell number from where to list the results. 
Example:
- 
pamStatusSite 
 The above command looks at the /data/PAMdatapoint directory on the local node for the ctc site cells.pamStatusSite dir=PAMheader 
 The above command looks at the /data/PAMheader directory on the local node for the ctc site cells.pamStatusSite dir=esvdout10c 
 The above command looks at the /data/esvdout10c directory on the local node for the ctc site cells.pamStatusSite dir=mua_data 
 The above command looks at the /data/mua_data directory on the local node for the ctc site cells.pamStatusSite dir=PAMheader site=oly 
 The above command looks at the /data/PAMheader directory on the local node for the oly site cells.pamStatusSite site=bak cell=2 
 The above command looks at the /data/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.