Messages in this thread |  | | Date | Tue, 6 Nov 2001 12:03:13 +0000 | From | Dale Amon <> | Subject | Re: How can I know the number of current users in the system? |
| |
On Tue, Nov 06, 2001 at 10:28:57AM +0100, Terje Eggestad wrote: > > My suggestion is to loop thru the processes and collect a list of all > the userids and form a tree/list of all the processes belonging to each > of them. Then you fair share schedule between the users.
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.
-- ------------------------------------------------------ Nuke bin Laden: Dale Amon, CEO/MD improve the global Islandone Society gene pool. www.islandone.org ------------------------------------------------------ - 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/
|  |