RUPTIME(1c,C) AIX TCP/IP User's Guide RUPTIME(1c,C)
-------------------------------------------------------------------------------
ruptime
PURPOSE
Gives a status line like uptime for each machine on the local network.
SYNTAX
+--------+ +--------+
ruptime ---| +----+ |---| one of |---|
+-| -a |-+ | +----+ |
^| -r || +-| -l |-+
|+----+| | -t |
+------+ | -u |
+----+
DESCRIPTION
The ruptime command gives a status line like uptime for each machine on the
local network. These are formed from packets broadcast by each host on the
network once a minute.
Machines, for which no status report has been received for 11 minutes, are
shown as being down.
Users idle an hour or more are not counted unless the -a flag is given.
Normally, the listing is sorted by host name.
FLAGS
The ruptime command options are:
-a Allows output to be produced on status of users last known to be logged
into a machine but idle for an hour or more.
-l Specifies sorting by load average.
-r Reverses the sort order.
-t Specifies sorting by uptime.
-u Specifies sorting by number of users.
EXAMPLES
Processed October 29, 1990 RUPTIME(1c,C) 1
RUPTIME(1c,C) AIX TCP/IP User's Guide RUPTIME(1c,C)
$ ruptime
host1 up 1+15:16, 2 users, load 0.22, 0.26, 0.30
host2 up 3+18:45, 0 users, load 0.37, 0.13, 0.11
host3 down 2+00:56
host4 up 1+00:54, 2 users, load 0.04, 0.22, 0.18
host5 up 2+22:38, 0 users, load 0.11, 0.14, 0.18
host6 up 0:33, 1 user, load 0.47, 0.51, 0.45
host7 up 1+20:05, 7 users, load 0.57, 0.60, 0.54
host8 up 2+22:39, 5 users, load 0.29, 0.27, 0.36
host9 up 8:07, 0 users, load 0.12, 0.13, 0.17
FILES
/usr/spool/rwho/whod.* data files
RELATED INFORMATION
In this book: "rwho"
Processed October 29, 1990 RUPTIME(1c,C) 2