Re: How can I know the number of current users in the system?

From: Terje Eggestad (terje.eggestad@scali.no)
Date: Tue Nov 06 2001 - 08:44:14 EST


Absolutly true.

You can get a 90% solution by testing for tty and for proces that has a
connection to a tcp port between 6000 and 6100 somewhere or has a unix
socket to /tmp/.X11-unix/X0 (or whereever X chooses to place the unix
socket).

But thats definitly not good enough to base your scheduling on.

TJ

tir, 2001-11-06 kl. 13:38 skrev Nicholas Berry:
    It depends whether you're looking for an idea of who's on, or you want a definitive count. The lattter is basically almost impossible. What if a logged-in user nohups two xterms to different X-servers, then logs out - how many people are logged in? I've spent a hell of a long time working on this on AIX for a certain German bank, and the bottom line is that it can't be done. What is 'logged on' anyway? Someone running bash or ksh, that's cool, but what about someone running /home/fred/myprog? Is it a shell?
    
    Basically once Unix went beyond serial terminals connected to dumb serial ports, we lost the ability to track users.
    
    Nik
    
    
> Hmmm, you should be able to count the number of pty's and tty's.
> Every logged in user is attached to some sort of getty
> whose parent is the init task (1). That might be a basis for
> a count.
    

-- 
_________________________________________________________________________

Terje Eggestad terje.eggestad@scali.no Scali Scalable Linux Systems http://www.scali.com

Olaf Helsets Vei 6 tel: +47 22 62 89 61 (OFFICE) P.O.Box 70 Bogerud +47 975 31 574 (MOBILE) N-0621 Oslo fax: +47 22 62 89 51 NORWAY _________________________________________________________________________

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Wed Nov 07 2001 - 21:00:30 EST