debian man page for sg_get_load_stats

Query: sg_get_load_stats

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

sg_get_load_stats(3)					     Library Functions Manual					      sg_get_load_stats(3)

NAME
sg_get_load_stats - get system load
SYNOPSIS
#include <statgrab.h> sg_load_stats *sg_get_load_stats(void);
DESCRIPTION
This call returns a pointer to a static buffer of sg_load_stats. On most systems this function is just a wrapper to the getloadavg system call.
RETURN VALUES
The structure returned is of type sg_load_stats. typedef struct{ double min1; double min5; double min15; }sg_load_stats; min1 The load average over 1 minute. min5 The load average over 5 minutes. min15 The load average over 15 minutes.
SEE ALSO
statgrab(3)
WEBSITE
http://www.i-scream.org/libstatgrab/ i-scream $Date: 2005/04/25 11:25:45 $ sg_get_load_stats(3)
Related Man Pages
saidar(1) - debian
sg_get_fs_stats(3) - debian
sg_get_disk_io_stats_diff(3) - debian
sg_get_network_iface_stats(3) - debian
sg_get_page_stats(3) - debian
Similar Topics in the Unix Linux Community
How can I do this in VI editor?
Introduction
One instance of comparing grep and awk
New UNIX and Linux History Sections
My first PERL incarnation... Audio Oscillograph