It is intended to run Multimon at least for 12 hours at two gain settings, i.e. 1.0E+07 and 5.0E+07 .
offeverything; dtsxinit
all-pole-multimon-tests
Output goes into a directory structure year/month/day in /home/testdaq/monitoring
The wrapper file starts automatically the 3 runs: one deadtime, one 1E7 and one 5E7.
You should start getting .moni files in a few minutes.
The files are called something like
61c0b1509eb4.moni
and are growing continuously (check with tail -f filename). The lines look something like this:
1108546618.8 5171 27.9 49 2655
To get the start/stop time of multimon:
head -1 xxx.moni | uu-time.pl
tail -1 xxx.moni |uu-time.pl
To get the number of monitor points:
wc xxx.moni
You may get the P/T by running uu-get-P-over-T.csh in the directory of your choice.