RUPTIME(1C)RUPTIME(1C)NAME
ruptime - show host status of local machines
SYNOPSIS
ruptime [ -a ] [ -r ] [ -l ] [ -t ] [ -u ]
DESCRIPTION
Ruptime 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. The -l , -t , and -u flags specify sorting by load average, uptime, and number of users,
respectively. The -r flag reverses the sort order.
FILES
/usr/spool/rwho/whod.* data files
SEE ALSO rwho(1C)4.2 Berkeley Distribution April 29, 1985 RUPTIME(1C)
Check Out this Related Man Page
ruptime(1) User Commands ruptime(1)NAME
ruptime - show host status of local machines
SYNOPSIS
ruptime [-ar] [-l | -t | -u]
DESCRIPTION
The ruptime utility gives a status line like uptime (see uptime(1)) for each machine on the local network; these are formed from packets
broadcast by each host on the network approximately every three minutes.
Machines for which no status report has been received for 11 minutes are shown as being down.
Normally, the listing is sorted by host name, but this order can be changed by specifying one of the options listed below.
OPTIONS
The following options are supported:
-a Counts even those users who have been idle for an hour or more.
-r Reverses the sorting order.
-l | -t | -u These options are mutually exclusive. The use of one overrides the previous one(s).
-l Sorts the display by load average.
-t Sorts the display by up time.
-u Sorts the display by number of users.
FILES
/var/spool/rwho/whod.* data files
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
+-----------------------------+-----------------------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+-----------------------------+-----------------------------+
|Availability |SUNWrcmdc |
+-----------------------------+-----------------------------+
SEE ALSO uptime(1), rwho(1), in.rwhod(1M), attributes(5)SunOS 5.10 6 Nov 2000 ruptime(1)
Hi all,
I'm trying to write a shell script that will ping a site and and write the date and 1 or 0 (for success or no success) to a file.
it looks roughly like this:
#/bin/sh
set mydate = `date`
set myvar = `ping -c 1 hostname | grep -c "100%"`
if ($myvar == 1) then
echo... (1 Reply)
I'd like to use sed or awk to do this but I'm weak on both along with RE. Looking for a way with sed or awk to count for the 7th table data within a table row and if the condition is met to delete "<td>and everything in between </td>". Since the table header start on a specific line each time, that... (15 Replies)
Hi all,
I cannt use 'su' to login to root or any other users though everything seems ok. I read some articles that says if you do recursive chmod 777 on /usr it can create this problem.
I did the same. can anybody tell me how to repair it. Any ideas will be appreciated.
thnks (7 Replies)
I use Solaris 10,and I use getaddrinfo in my code,like follows:
struct addrinfo *ailist,hint;
if(argc!=2)
err_quit("usage: ruptime hostname");
hint.ai_flags=0;
hint.ai_family=0;
hint.ai_socktype=SOCK_STREAM;
hint.ai_protocol=0;
hint.ai_addrlen=0;
hint.ai_canonname=NULL;... (1 Reply)
Hi,
I heard about some global commands for information gathering in UNIX systems. some commands which will execute on a UNIX system in a local network and other systems will reply to these command with some information about themselves.
for example, from one of those UNIX machines (in a... (15 Replies)
Hi,
Am writing a script where I want to find uptime of certain servers. Is there any command where we can find uptime without login to the server, since the server list is big logging to the server will time consuming.
Thanks in advance (7 Replies)