AIPS HELP file for SPY in 31DEC25
As of Wed Mar 26 15:45:38 2025
SPY: Verb to determine the execution status of all AIPS tasks
INPUTS
DOALL -1.0 1.0 >0 -> list non-AIPS also
HELP SECTION
SPY
Type: verb
Use: Lists tasks running in the system with their current CPU
times and other system-dependent parameters.
Adverbs:
DOALL........True (> 0.) requests SPY to list all processes on
the machine. False (<= 0.) requests SPY to list
only those processes possibly associated with
AIPS.
EXPLAIN SECTION
SPY: Verb to determine the execution status of all AIPS tasks
RELATED PROGRAMS: None.
PURPOSE
SPY can be used to obtain information about currently
running AIPS tasks (both yours and other AIPS users). Spy can
be used to answer the following questions:
Is my task still running?
First you must know your "AIPS number". This is the one
digit hexadecimal number that appears after AIPS on all of the
print lines that appear on your terminal. This number is
appended to all of your task names. For example the IMAGR task
spawned by AIPS 2 will show up in spy as IMAGR2.
Is my task hung up?
Your can determine if your task is getting anywhere by
doing two SPYs and seeing if the CPU time (and on some computers
the I/O count) has increased.
Adverb DOALL
This adverb can be used to examine the full system (often a
very long listing) to see which non-AIPS jobs are actually
getting the time you wish your jobs were getting.