Using Internet Services

Chapter 6 35
Listing Hosts with ruptime
ruptime Examples
ruptime Examples
The following example lists hosts in alphabetical order and includes idle
users in the output:
ruptime -a
hpabca down 14+08:34
hpabcb down 1:13
hpabcc up 1+17:40, 6 users, load 0.18, 0.13, 0.09
hpabcd up 14+06:49, 3 users, load 0.10, 0.38, 0.49
The following example lists hosts sorted by increasing load average. Idle
users are not included.
ruptime -r -l
hpabca down 14+08:34
hpabcb down 1:13
hpabcd up 14+06:49, 3 users, load 0.10, 0.38, 0.49
hpabcc up 1+17:40, 4 users, load 0.18, 0.13, 0.09