Query: sg_get_user_stats
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
sg_get_user_stats(3) Library Functions Manual sg_get_user_stats(3)NAMEsg_get_user_stats - get the current logged in usersSYNOPSIS#include <statgrab.h> sg_user_stats *sg_get_user_stats(void);DESCRIPTIONThis call returns a pointer to a static buffer of sg_user_stats.RETURN VALUESThe structure returned is of type sg_user_stats. typedef struct{ char *name_list; int num_entries; }sg_user_stats; name_list A pointer to a space seperated list of the currently logged in users. num_entries The number of users currently logged in.SEE ALSOstatgrab(3)WEBSITEhttp://www.i-scream.org/libstatgrab/ i-scream $Date: 2005/04/25 11:25:45 $ sg_get_user_stats(3)
| Related Man Pages |
|---|
| sg_get_cpu_stats(3) - debian |
| sg_get_cpu_stats_diff(3) - debian |
| sg_get_network_io_stats(3) - debian |
| sg_get_network_iface_stats(3) - debian |
| sg_get_network_io_stats_diff(3) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| Detecting unused variables... |
| Weird 'find' results |
| A (ksh) Library For and From UNIX.com |
| New UNIX and Linux History Sections |