1rup(1C) Communication Commands rup(1C)
2
3
4
6 rup - show host status of remote machines (RPC version)
7
9 rup [-hlt]
10
11
12 rup [host]...
13
14
16 rup gives a status similar to uptime for remote machines. It broadcasts
17 on the local network, and displays the responses it receives.
18
19
20 Normally, the listing is in the order that responses are received, but
21 this order can be changed by specifying one of the options listed
22 below.
23
24
25 When host arguments are given, rather than broadcasting rup only
26 queries the list of specified hosts.
27
28
29 A remote host will only respond if it is running the rstatd daemon,
30 which is normally started up from inetd(1M).
31
33 -h Sort the display alphabetically by host name.
34
35
36 -l Sort the display by load average.
37
38
39 -t Sort the display by up time.
40
41
43 See attributes(5) for descriptions of the following attributes:
44
45
46
47
48 ┌─────────────────────────────┬─────────────────────────────┐
49 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
50 ├─────────────────────────────┼─────────────────────────────┤
51 │Availability │SUNWesu │
52 └─────────────────────────────┴─────────────────────────────┘
53
55 ruptime(1), inetd(1M), attributes(5)
56
58 Broadcasting does not work through gateways.
59
60
61
62SunOS 5.11 13 Feb 1991 rup(1C)