|
MEXTEX Help |
|
|
|
||
Loading of operating parameters from a file
Usage: remote LOADOPVARS <filename> [-y] [-n] [-h <hostname>]MEXTEX is instructed to read operating variables from <filename>. If <filename> does not exist the program will terminate.
Saving of operating parameters to a file
Usage: remote SAVEOPVARS <filename> [-y] [-n] [-h <hostname>]MEXTEX is instructed to write operating variables to <filename>. If <filename> exists, the user will be prompted for file deletion. This behaviour may be modified by using the optional command line arguments.
Dumping of statistics to a file
Usage: remote DUMPSTATS <filename> [-y] [-n] [-h <hostname>]MEXTEX is instructed to write performance statistics to <filename>. If <filename> exists, the user will be asked whether the file is to be deleted or data appended to it. This behaviour may be modified by using the optional command line arguments.
Starting threads
Usage: remote START [-y] [-n] [-h <hostname>]MEXTEX is instructed to start its I/O threads if they are not already running.
Stopping threads
Usage: remote STOP [-y] [-n] [-h <hostname>]MEXTEX is instructed to stop its I/O threads if they are not already stopped.
Clearing statistics
Usage: remote CLEARSTATS [-y] [-n] [-h <hostname>]MEXTEX is instructed to clear its thread performance statistics.
#! /bin/csh -f remote LOADOPVARS parms1234.ops while (1) remote DUMPSTATS parms1234.sts -n sleep 10 end