uptime on our 9.2 nfs/nis server with an estimated 21 users logged in gives me this: 3 users, load average: 1.30, 1.37, 1.24 What does users refer to in this context? How can I get the actual number of user logged in? Cheers, Steve.
On Sunday 04 December 2005 10:43, steve wrote:
uptime on our 9.2 nfs/nis server with an estimated 21 users logged in gives me this:
3 users, load average: 1.30, 1.37, 1.24
What does users refer to in this context?
How can I get the actual number of user logged in? Cheers, Steve.
-- Check the headers for your unsubscription address For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com Please read the FAQs: suse-linux-e-faq@suse.com
I'd use 'w' or 'who' rikjoh@sparhawk:~> w 13:05:57 up 13 days, 1:35, 5 users, load average: 0.48, 0.46, 0.53 USER TTY LOGIN@ IDLE JCPU PCPU WHAT root tty1 21Nov05 5days 0.47s 0.47s -bash rikjoh :0 Mon22 ?xdm? 6:22m 0.34s /bin/sh /usr/X11R6/bin/kde rikjoh pts/0 Mon22 5days 0.00s 3:53 kded [kdeinit] rikjoh pts/1 13:05 0.00s 0.10s 0.02s w rikjoh@sparhawk:~> who root tty1 2005-11-21 13:48 rikjoh :0 2005-11-28 22:42 (console) rikjoh pts/0 2005-11-28 22:43 rikjoh pts/1 2005-12-04 13:05 rikjoh pts/7 2005-11-28 17:32 -- /Rikard ----------------------------------------------------------------------------- email : rikard.j@rikjoh.com web : http://www.rikjoh.com mob : +46 (0)736 19 76 25 ------------------------ Public PGP fingerprint ---------------------------- < 15 28 DF 78 67 98 B2 16 1F D3 FD C5 59 D4 B6 78 46 1C EE 56 >
steve wrote:
uptime on our 9.2 nfs/nis server with an estimated 21 users logged in gives me this:
3 users, load average: 1.30, 1.37, 1.24
What does users refer to in this context?
Users is the number of accunts that have passed the login counter on the local machine: - The graphical login sometimes counts 1, sometimes counts none. - logins using telnet, rlogin and ssh all count as 1. - logins using rsh, rexec (and other protocols) most likely donnot count as 1. - sometimes running terminal sessions (xterm, kdeterm and such) do count as 1. - sometimes running interactive shells (sh, bash, csh, tcsh, ksh) do count as 1. It is all up to the running application to update the login-counter. CBee
participants (3)
-
cbeerse@gmail.com
-
Rikard Johnels
-
steve