2015-09-03 20:01:45 +01:00
|
|
|
|
|
|
|
USAGE
|
2020-09-20 14:29:26 +01:00
|
|
|
STatus [<l>ong]
|
2015-09-03 20:01:45 +01:00
|
|
|
|
|
|
|
DESCRIPTION
|
|
|
|
Returns information about the status of the Linux system which this
|
|
|
|
URONode runs on. All information is taken directly from the
|
|
|
|
operating system.
|
|
|
|
|
2020-09-20 14:29:26 +01:00
|
|
|
By itself STatus will show 4 lines of basic status of the system:
|
|
|
|
Version, System time, Hostname, and Uptime. When followed with a
|
|
|
|
Long or L it will give you more detailed information about the
|
|
|
|
host.
|
|
|
|
|
2015-09-03 20:01:45 +01:00
|
|
|
The "load average" values indicate the average amount of processes
|
|
|
|
waiting for processor time during the last 1, 5 and 15 minutes.
|
|
|
|
Load average of 1.0 would mean that the all of the processor time is
|
|
|
|
used by the processes, and all processes still get all of the time
|
|
|
|
they can use.
|