Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
sg_internal-intro(3)					  sg_internal-intro(3)

NAME
       sg_internal-intro - get system statistics

SYNOPSIS
       #include	"tools.h"

DESCRIPTION
       The  statgrab library is	organised into components, whereby each	compo-
       nent contains interrelated functions. Other components are  made	 known
       to  the	globals	 component by filling a	sg_comp_init structure and ap-
       pending it to the  list	comp_info  in  src/libstatgrab/globals.c.  See
       sg_comp_init(3) for details.

       The  error managing component is	a mixed	one, partially public (getting
       error status), partially	private	(modifying error status). The last er-
       ror is held per thread once error component initialisation is run once.

       The memory management is	done by	the vector and tools  components.  The
       memory  management covers optimised vector management (creating,	resiz-
       ing, freeing, comparing,	...) and dynamic storage management  (improved
       string management).

SEE ALSO
       libstatgrab(3)	sg_intro(3)  sg_set_error(3)  sg_comp_init(3)  sg_vec-
       tor_create(3) sg_update_string(3)

WEBSITE
       <https://libstatgrab.org/>

libstatgrab			  2019-03-08		  sg_internal-intro(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=sg_internal-intro&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>

home | help