tcl.wheres
Displays execution status and last command for each process.
Syntax
wheres {options}
Description
performs a variety of functions depending on the options or parameters provided.
'wheres' displays a more readable form of the 'where' command, including the user-id, the account name, and the last command entered.
This command combines the effect of the following TCL verbs: 'who', 'sort pibs', 'listabs', 'term', 'listptr', 'where', 'sp-status', 'set-port' and 'xonoff'.
'whos' is a synonym of 'wheres'.
A number of variants of this command are available and all begin with 'who' or 'where'.
The following special parameters are provided:
br Displays ports which are in running a Pick/BASIC program.
bt Displays ports which are accessing b-tree indices.
db Displays ports which are in the system debugger.
in Displays ports which are accessing indices.
lk Displays ports which have locks in place.
op Displays ports which are in the Output processor.
ov Displays ports which are accessing the overflow handler.
pu Displays ports which are pushed one or more levels.
sp Displays ports which are accessing the Spooler.
tp Displays the port with the tape attached.
Options
In this command, options do not have to be enclosed in parentheses.
? Displays 'help' on the command.
'account name' Displays status only for users of the specified account name. The quotes around the account name are required.
[user-id Displays status of requested user-id only. The '[' character is required. A ']' character is not allowed.
{port.number{-port.number}} Outputs status for the given port, or a range of ports.
c Displays port communications parameters (baud rate, parity, etc.).
l Displays the status for pushed levels, if any.
n No pause. Suppresses the pause at the end of the page on the terminal.
p Directs output to the system printer, via the Spooler.
z Displays 'where' status for all ports, including 'inactive' ports (those which are not currently logged on).
See Also
User Comments
What do you think?
Share your experience or ask a question by using the form below.
Login to leave your comments.
