New upstream version 2.38.0

This commit is contained in:
Jeremy Bicha
2017-12-18 17:12:27 -05:00
839 changed files with 183284 additions and 0 deletions

59
doc/reference/Makefile.am Normal file
View File

@@ -0,0 +1,59 @@
AUTOMAKE_OPTIONS = 1.6
## Process this file with automake to produce Makefile.in
# The name of the module, e.g. 'glib'.
DOC_MODULE=libgtop
# The top-level SGML file. You can change this if you want to.
DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.xml
# Extra options to pass to gtkdoc-scangobj. Not normally needed.
# SCANGOBJ_OPTIONS=
# Extra options to supply to gtkdoc-scan.
# e.g. SCAN_OPTIONS=--deprecated-guards="GTK_DISABLE_DEPRECATED"
SCAN_OPTIONS=
# Extra options to supply to gtkdoc-mkdb.
# e.g. MKDB_OPTIONS=--sgml-mode --output-format=xml
MKDB_OPTIONS=--sgml-mode --output-format=xml --source-dir=$(top_srcdir)/sysdeps/common
# The directory containing the source code. Relative to $(srcdir).
# gtk-doc will search all .c & .h files beneath here for inline comments
# documenting the functions and macros.
# e.g. DOC_SOURCE_DIR=../../../gtk
DOC_SOURCE_DIR=$(top_srcdir)/include/glibtop
# Used for dependencies. The docs will be rebuilt if any of these change.
# e.g. HFILE_GLOB=$(top_srcdir)/gtk/*.h
# e.g. CFILE_GLOB=$(top_srcdir)/gtk/*.c
HFILE_GLOB=$(top_srcdir)/include/glibtop/*.h
CFILE_GLOB=$(top_srcdir)/sysdeps/common/*.c
# Header files to ignore when scanning.
# e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h
IGNORE_HFILES=error.h global.h gnuserv.h init_hooks.h write.h read.h read_data.h config.h libgtopconfig.h
EXTRA_HFILES=$(top_srcdir)/glibtop.h
# Extra SGML files that are included by $(DOC_MAIN_SGML_FILE).
# e.g. content_files=running.sgml building.sgml changes-2.0.sgml
content_files=version.xml
# Images to copy into HTML directory.
# e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png
HTML_IMAGES=
# CFLAGS and LDFLAGS for compiling gtkdoc-scangobj with your library.
# Only needed if you are using gtkdoc-scangobj to dynamically query widget
# signals and properties.
# e.g. AM_CPPFLAGS=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS)
# e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib)
AM_CPPFLAGS=
GTKDOC_LIBS=
# This includes the standard gtk-doc make rules, copied by gtkdocize.
include $(top_srcdir)/gtk-doc.make
# Other files to distribute
# e.g. EXTRA_DIST += version.xml.in
EXTRA_DIST += version.xml.in

854
doc/reference/Makefile.in Normal file
View File

@@ -0,0 +1,854 @@
# Makefile.in generated by automake 1.15 from Makefile.am.
# @configure_input@
# Copyright (C) 1994-2014 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.
@SET_MAKE@
# -*- mode: makefile -*-
####################################
# Everything below here is generic #
####################################
VPATH = @srcdir@
am__is_gnu_make = { \
if test -z '$(MAKELEVEL)'; then \
false; \
elif test -n '$(MAKE_HOST)'; then \
true; \
elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
true; \
else \
false; \
fi; \
}
am__make_running_with_option = \
case $${target_option-} in \
?) ;; \
*) echo "am__make_running_with_option: internal error: invalid" \
"target option '$${target_option-}' specified" >&2; \
exit 1;; \
esac; \
has_opt=no; \
sane_makeflags=$$MAKEFLAGS; \
if $(am__is_gnu_make); then \
sane_makeflags=$$MFLAGS; \
else \
case $$MAKEFLAGS in \
*\\[\ \ ]*) \
bs=\\; \
sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
| sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
esac; \
fi; \
skip_next=no; \
strip_trailopt () \
{ \
flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
}; \
for flg in $$sane_makeflags; do \
test $$skip_next = yes && { skip_next=no; continue; }; \
case $$flg in \
*=*|--*) continue;; \
-*I) strip_trailopt 'I'; skip_next=yes;; \
-*I?*) strip_trailopt 'I';; \
-*O) strip_trailopt 'O'; skip_next=yes;; \
-*O?*) strip_trailopt 'O';; \
-*l) strip_trailopt 'l'; skip_next=yes;; \
-*l?*) strip_trailopt 'l';; \
-[dEDm]) skip_next=yes;; \
-[JT]) skip_next=yes;; \
esac; \
case $$flg in \
*$$target_option*) has_opt=yes; break;; \
esac; \
done; \
test $$has_opt = yes
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
pkgdatadir = $(datadir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
pkglibexecdir = $(libexecdir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
install_sh_SCRIPT = $(install_sh) -c
INSTALL_HEADER = $(INSTALL_DATA)
transform = $(program_transform_name)
NORMAL_INSTALL = :
PRE_INSTALL = :
POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
build_triplet = @build@
host_triplet = @host@
subdir = doc/reference
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
$(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/iconv.m4 \
$(top_srcdir)/m4/intlmacosx.m4 \
$(top_srcdir)/m4/introspection.m4 $(top_srcdir)/m4/lib-ld.m4 \
$(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
$(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
$(top_srcdir)/acinclude.m4 $(top_srcdir)/libgtop-sysdeps.m4 \
$(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES = version.xml
CONFIG_CLEAN_VPATH_FILES =
AM_V_P = $(am__v_P_@AM_V@)
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
am__v_P_0 = false
am__v_P_1 = :
AM_V_GEN = $(am__v_GEN_@AM_V@)
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
am__v_GEN_0 = @echo " GEN " $@;
am__v_GEN_1 =
AM_V_at = $(am__v_at_@AM_V@)
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
am__v_at_0 = @
am__v_at_1 =
SOURCES =
DIST_SOURCES =
am__can_run_installinfo = \
case $$AM_UPDATE_INFO_DIR in \
n|no|NO) false;; \
*) (install-info --version) >/dev/null 2>&1;; \
esac
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/version.xml.in \
$(top_srcdir)/gtk-doc.make
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = @ACLOCAL@
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
ALLOCA = @ALLOCA@
AMTAR = @AMTAR@
# CFLAGS and LDFLAGS for compiling gtkdoc-scangobj with your library.
# Only needed if you are using gtkdoc-scangobj to dynamically query widget
# signals and properties.
# e.g. AM_CPPFLAGS=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS)
# e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib)
AM_CPPFLAGS =
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
AR = @AR@
AS = @AS@
AUTOCONF = @AUTOCONF@
AUTOHEADER = @AUTOHEADER@
AUTOMAKE = @AUTOMAKE@
AWK = @AWK@
CC = @CC@
CCDEPMODE = @CCDEPMODE@
CFLAGS = @CFLAGS@
CPP = @CPP@
CPPFLAGS = @CPPFLAGS@
CYGPATH_W = @CYGPATH_W@
DEFS = @DEFS@
DEPDIR = @DEPDIR@
DLLTOOL = @DLLTOOL@
DL_LIB = @DL_LIB@
DSYMUTIL = @DSYMUTIL@
DUMPBIN = @DUMPBIN@
ECHO_C = @ECHO_C@
ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@
EGREP = @EGREP@
EXEEXT = @EXEEXT@
FGREP = @FGREP@
GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
GLIB_CFLAGS = @GLIB_CFLAGS@
GLIB_LIBS = @GLIB_LIBS@
GMSGFMT = @GMSGFMT@
GMSGFMT_015 = @GMSGFMT_015@
GREP = @GREP@
GTKDOC_CHECK = @GTKDOC_CHECK@
GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@
GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
GTKDOC_MKPDF = @GTKDOC_MKPDF@
GTKDOC_REBASE = @GTKDOC_REBASE@
HTML_DIR = @HTML_DIR@
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
INTLLIBS = @INTLLIBS@
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
KVM_LIBS = @KVM_LIBS@
LD = @LD@
LDFLAGS = @LDFLAGS@
LIBGTOP_BINDIR = @LIBGTOP_BINDIR@
LIBGTOP_EXTRA_LIBS = @LIBGTOP_EXTRA_LIBS@
LIBGTOP_INCS = @LIBGTOP_INCS@
LIBGTOP_LIBS = @LIBGTOP_LIBS@
LIBGTOP_MAJOR_VERSION = @LIBGTOP_MAJOR_VERSION@
LIBGTOP_MICRO_VERSION = @LIBGTOP_MICRO_VERSION@
LIBGTOP_MINOR_VERSION = @LIBGTOP_MINOR_VERSION@
LIBGTOP_SERVER = @LIBGTOP_SERVER@
LIBGTOP_SERVER_VERSION = @LIBGTOP_SERVER_VERSION@
LIBGTOP_VERSION = @LIBGTOP_VERSION@
LIBGTOP_VERSION_CODE = @LIBGTOP_VERSION_CODE@
LIBICONV = @LIBICONV@
LIBINTL = @LIBINTL@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIBTOOL = @LIBTOOL@
LIPO = @LIPO@
LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
LTLIBINTL = @LTLIBINTL@
LTLIBOBJS = @LTLIBOBJS@
LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
LT_VERSION_INFO = @LT_VERSION_INFO@
MAKEINFO = @MAKEINFO@
MANIFEST_TOOL = @MANIFEST_TOOL@
MKDIR_P = @MKDIR_P@
MSGFMT = @MSGFMT@
MSGFMT_015 = @MSGFMT_015@
MSGMERGE = @MSGMERGE@
NM = @NM@
NMEDIT = @NMEDIT@
OBJDUMP = @OBJDUMP@
OBJEXT = @OBJEXT@
OTOOL = @OTOOL@
OTOOL64 = @OTOOL64@
PACKAGE = @PACKAGE@
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
PACKAGE_NAME = @PACKAGE_NAME@
PACKAGE_STRING = @PACKAGE_STRING@
PACKAGE_TARNAME = @PACKAGE_TARNAME@
PACKAGE_URL = @PACKAGE_URL@
PACKAGE_VERSION = @PACKAGE_VERSION@
PATH_SEPARATOR = @PATH_SEPARATOR@
PERL = @PERL@
PKG_CONFIG = @PKG_CONFIG@
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
POSUB = @POSUB@
RANLIB = @RANLIB@
SED = @SED@
SET_MAKE = @SET_MAKE@
SHELL = @SHELL@
STRIP = @STRIP@
USE_NLS = @USE_NLS@
VERSION = @VERSION@
XGETTEXT = @XGETTEXT@
XGETTEXT_015 = @XGETTEXT_015@
XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
XMKMF = @XMKMF@
X_CFLAGS = @X_CFLAGS@
X_EXTRA_LIBS = @X_EXTRA_LIBS@
X_LIBS = @X_LIBS@
X_PRE_LIBS = @X_PRE_LIBS@
abs_builddir = @abs_builddir@
abs_srcdir = @abs_srcdir@
abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
am__include = @am__include@
am__leading_dot = @am__leading_dot@
am__quote = @am__quote@
am__tar = @am__tar@
am__untar = @am__untar@
bindir = @bindir@
build = @build@
build_alias = @build_alias@
build_cpu = @build_cpu@
build_os = @build_os@
build_vendor = @build_vendor@
builddir = @builddir@
datadir = @datadir@
datarootdir = @datarootdir@
docdir = @docdir@
dvidir = @dvidir@
exec_prefix = @exec_prefix@
host = @host@
host_alias = @host_alias@
host_cpu = @host_cpu@
host_os = @host_os@
host_vendor = @host_vendor@
htmldir = @htmldir@
includedir = @includedir@
infodir = @infodir@
install_sh = @install_sh@
libdir = @libdir@
libexecdir = @libexecdir@
libgtop_have_sysinfo = @libgtop_have_sysinfo@
libgtop_need_server = @libgtop_need_server@
libgtop_postinstall = @libgtop_postinstall@
libgtop_sysdeps_dir = @libgtop_sysdeps_dir@
libgtop_top_builddir = @libgtop_top_builddir@
libs_xauth = @libs_xauth@
localedir = @localedir@
localstatedir = @localstatedir@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
pdfdir = @pdfdir@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
sbindir = @sbindir@
server_programs = @server_programs@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
sysconfdir = @sysconfdir@
sysdeps_dir = @sysdeps_dir@
sysdeps_suid_lib = @sysdeps_suid_lib@
target_alias = @target_alias@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
AUTOMAKE_OPTIONS = 1.6
# The name of the module, e.g. 'glib'.
DOC_MODULE = libgtop
# The top-level SGML file. You can change this if you want to.
DOC_MAIN_SGML_FILE = $(DOC_MODULE)-docs.xml
# Extra options to pass to gtkdoc-scangobj. Not normally needed.
# SCANGOBJ_OPTIONS=
# Extra options to supply to gtkdoc-scan.
# e.g. SCAN_OPTIONS=--deprecated-guards="GTK_DISABLE_DEPRECATED"
SCAN_OPTIONS =
# Extra options to supply to gtkdoc-mkdb.
# e.g. MKDB_OPTIONS=--sgml-mode --output-format=xml
MKDB_OPTIONS = --sgml-mode --output-format=xml --source-dir=$(top_srcdir)/sysdeps/common
# The directory containing the source code. Relative to $(srcdir).
# gtk-doc will search all .c & .h files beneath here for inline comments
# documenting the functions and macros.
# e.g. DOC_SOURCE_DIR=../../../gtk
DOC_SOURCE_DIR = $(top_srcdir)/include/glibtop
# Used for dependencies. The docs will be rebuilt if any of these change.
# e.g. HFILE_GLOB=$(top_srcdir)/gtk/*.h
# e.g. CFILE_GLOB=$(top_srcdir)/gtk/*.c
HFILE_GLOB = $(top_srcdir)/include/glibtop/*.h
CFILE_GLOB = $(top_srcdir)/sysdeps/common/*.c
# Header files to ignore when scanning.
# e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h
IGNORE_HFILES = error.h global.h gnuserv.h init_hooks.h write.h read.h read_data.h config.h libgtopconfig.h
EXTRA_HFILES = $(top_srcdir)/glibtop.h
# Extra SGML files that are included by $(DOC_MAIN_SGML_FILE).
# e.g. content_files=running.sgml building.sgml changes-2.0.sgml
content_files = version.xml
# Images to copy into HTML directory.
# e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png
HTML_IMAGES =
GTKDOC_LIBS =
@GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_CC = $(CC) $(INCLUDES) $(GTKDOC_DEPS_CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
@GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_CC = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(INCLUDES) $(GTKDOC_DEPS_CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
@GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_LD = $(CC) $(GTKDOC_DEPS_LIBS) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS)
@GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_LD = $(LIBTOOL) --tag=CC --mode=link $(CC) $(GTKDOC_DEPS_LIBS) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS)
@GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_RUN =
@GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_RUN = $(LIBTOOL) --mode=execute
# We set GPATH here; this gives us semantics for GNU make
# which are more like other make's VPATH, when it comes to
# whether a source that is a target of one rule is then
# searched for in VPATH/GPATH.
#
GPATH = $(srcdir)
TARGET_DIR = $(HTML_DIR)/$(DOC_MODULE)
SETUP_FILES = \
$(content_files) \
$(expand_content_files) \
$(DOC_MAIN_SGML_FILE) \
$(DOC_MODULE)-sections.txt \
$(DOC_MODULE)-overrides.txt
# This includes the standard gtk-doc make rules, copied by gtkdocize.
# Other files to distribute
# e.g. EXTRA_DIST += version.xml.in
EXTRA_DIST = $(HTML_IMAGES) $(SETUP_FILES) version.xml.in
DOC_STAMPS = setup-build.stamp scan-build.stamp sgml-build.stamp \
html-build.stamp pdf-build.stamp \
sgml.stamp html.stamp pdf.stamp
SCANOBJ_FILES = \
$(DOC_MODULE).args \
$(DOC_MODULE).hierarchy \
$(DOC_MODULE).interfaces \
$(DOC_MODULE).prerequisites \
$(DOC_MODULE).signals
REPORT_FILES = \
$(DOC_MODULE)-undocumented.txt \
$(DOC_MODULE)-undeclared.txt \
$(DOC_MODULE)-unused.txt
CLEANFILES = $(SCANOBJ_FILES) $(REPORT_FILES) $(DOC_STAMPS) gtkdoc-check.test
@GTK_DOC_BUILD_HTML_FALSE@HTML_BUILD_STAMP =
@GTK_DOC_BUILD_HTML_TRUE@HTML_BUILD_STAMP = html-build.stamp
@GTK_DOC_BUILD_PDF_FALSE@PDF_BUILD_STAMP =
@GTK_DOC_BUILD_PDF_TRUE@PDF_BUILD_STAMP = pdf-build.stamp
#### setup ####
GTK_DOC_V_SETUP = $(GTK_DOC_V_SETUP_$(V))
GTK_DOC_V_SETUP_ = $(GTK_DOC_V_SETUP_$(AM_DEFAULT_VERBOSITY))
GTK_DOC_V_SETUP_0 = @echo " DOC Preparing build";
#### scan ####
GTK_DOC_V_SCAN = $(GTK_DOC_V_SCAN_$(V))
GTK_DOC_V_SCAN_ = $(GTK_DOC_V_SCAN_$(AM_DEFAULT_VERBOSITY))
GTK_DOC_V_SCAN_0 = @echo " DOC Scanning header files";
GTK_DOC_V_INTROSPECT = $(GTK_DOC_V_INTROSPECT_$(V))
GTK_DOC_V_INTROSPECT_ = $(GTK_DOC_V_INTROSPECT_$(AM_DEFAULT_VERBOSITY))
GTK_DOC_V_INTROSPECT_0 = @echo " DOC Introspecting gobjects";
#### xml ####
GTK_DOC_V_XML = $(GTK_DOC_V_XML_$(V))
GTK_DOC_V_XML_ = $(GTK_DOC_V_XML_$(AM_DEFAULT_VERBOSITY))
GTK_DOC_V_XML_0 = @echo " DOC Building XML";
#### html ####
GTK_DOC_V_HTML = $(GTK_DOC_V_HTML_$(V))
GTK_DOC_V_HTML_ = $(GTK_DOC_V_HTML_$(AM_DEFAULT_VERBOSITY))
GTK_DOC_V_HTML_0 = @echo " DOC Building HTML";
GTK_DOC_V_XREF = $(GTK_DOC_V_XREF_$(V))
GTK_DOC_V_XREF_ = $(GTK_DOC_V_XREF_$(AM_DEFAULT_VERBOSITY))
GTK_DOC_V_XREF_0 = @echo " DOC Fixing cross-references";
#### pdf ####
GTK_DOC_V_PDF = $(GTK_DOC_V_PDF_$(V))
GTK_DOC_V_PDF_ = $(GTK_DOC_V_PDF_$(AM_DEFAULT_VERBOSITY))
GTK_DOC_V_PDF_0 = @echo " DOC Building PDF";
all: all-am
.SUFFIXES:
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/gtk-doc.make $(am__configure_deps)
@for dep in $?; do \
case '$(am__configure_deps)' in \
*$$dep*) \
( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
&& { if test -f $@; then exit 0; else break; fi; }; \
exit 1;; \
esac; \
done; \
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/reference/Makefile'; \
$(am__cd) $(top_srcdir) && \
$(AUTOMAKE) --gnu doc/reference/Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
*config.status*) \
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
*) \
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
esac;
$(top_srcdir)/gtk-doc.make $(am__empty):
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(top_srcdir)/configure: $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(am__aclocal_m4_deps):
version.xml: $(top_builddir)/config.status $(srcdir)/version.xml.in
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
mostlyclean-libtool:
-rm -f *.lo
clean-libtool:
-rm -rf .libs _libs
tags TAGS:
ctags CTAGS:
cscope cscopelist:
distdir: $(DISTFILES)
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
list='$(DISTFILES)'; \
dist_files=`for file in $$list; do echo $$file; done | \
sed -e "s|^$$srcdirstrip/||;t" \
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
case $$dist_files in \
*/*) $(MKDIR_P) `echo "$$dist_files" | \
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
sort -u` ;; \
esac; \
for file in $$dist_files; do \
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
if test -d "$(distdir)/$$file"; then \
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
fi; \
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
fi; \
cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
else \
test -f "$(distdir)/$$file" \
|| cp -p $$d/$$file "$(distdir)/$$file" \
|| exit 1; \
fi; \
done
$(MAKE) $(AM_MAKEFLAGS) \
top_distdir="$(top_distdir)" distdir="$(distdir)" \
dist-hook
check-am: all-am
check: check-am
@ENABLE_GTK_DOC_FALSE@all-local:
all-am: Makefile all-local
installdirs:
install: install-am
install-exec: install-exec-am
install-data: install-data-am
uninstall: uninstall-am
install-am: all-am
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
installcheck: installcheck-am
install-strip:
if test -z '$(STRIP)'; then \
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
install; \
else \
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
"INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
fi
mostlyclean-generic:
clean-generic:
-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@echo "it deletes files that may require special tools to rebuild."
clean: clean-am
clean-am: clean-generic clean-libtool clean-local mostlyclean-am
distclean: distclean-am
-rm -f Makefile
distclean-am: clean-am distclean-generic distclean-local
dvi: dvi-am
dvi-am:
html: html-am
html-am:
info: info-am
info-am:
install-data-am: install-data-local
install-dvi: install-dvi-am
install-dvi-am:
install-exec-am:
install-html: install-html-am
install-html-am:
install-info: install-info-am
install-info-am:
install-man:
install-pdf: install-pdf-am
install-pdf-am:
install-ps: install-ps-am
install-ps-am:
installcheck-am:
maintainer-clean: maintainer-clean-am
-rm -f Makefile
maintainer-clean-am: distclean-am maintainer-clean-generic \
maintainer-clean-local
mostlyclean: mostlyclean-am
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
pdf: pdf-am
pdf-am:
ps: ps-am
ps-am:
uninstall-am: uninstall-local
.MAKE: install-am install-strip
.PHONY: all all-am all-local check check-am clean clean-generic \
clean-libtool clean-local cscopelist-am ctags-am dist-hook \
distclean distclean-generic distclean-libtool distclean-local \
distdir dvi dvi-am html html-am info info-am install \
install-am install-data install-data-am install-data-local \
install-dvi install-dvi-am install-exec install-exec-am \
install-html install-html-am install-info install-info-am \
install-man install-pdf install-pdf-am install-ps \
install-ps-am install-strip installcheck installcheck-am \
installdirs maintainer-clean maintainer-clean-generic \
maintainer-clean-local mostlyclean mostlyclean-generic \
mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
uninstall-am uninstall-local
.PRECIOUS: Makefile
gtkdoc-check.test: Makefile
$(AM_V_GEN)echo "#!/bin/sh -e" > $@; \
echo "$(GTKDOC_CHECK_PATH) || exit 1" >> $@; \
chmod +x $@
all-gtk-doc: $(HTML_BUILD_STAMP) $(PDF_BUILD_STAMP)
.PHONY: all-gtk-doc
@ENABLE_GTK_DOC_TRUE@all-local: all-gtk-doc
docs: $(HTML_BUILD_STAMP) $(PDF_BUILD_STAMP)
$(REPORT_FILES): sgml-build.stamp
setup-build.stamp:
-$(GTK_DOC_V_SETUP)if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \
files=`echo $(SETUP_FILES) $(DOC_MODULE).types`; \
if test "x$$files" != "x" ; then \
for file in $$files ; do \
destdir=`dirname $(abs_builddir)/$$file`; \
test -d "$$destdir" || mkdir -p "$$destdir"; \
test -f $(abs_srcdir)/$$file && \
cp -pf $(abs_srcdir)/$$file $(abs_builddir)/$$file || true; \
done; \
fi; \
fi
$(AM_V_at)touch setup-build.stamp
scan-build.stamp: setup-build.stamp $(HFILE_GLOB) $(CFILE_GLOB)
$(GTK_DOC_V_SCAN)_source_dir='' ; \
for i in $(DOC_SOURCE_DIR) ; do \
_source_dir="$${_source_dir} --source-dir=$$i" ; \
done ; \
gtkdoc-scan --module=$(DOC_MODULE) --ignore-headers="$(IGNORE_HFILES)" $${_source_dir} $(SCAN_OPTIONS) $(EXTRA_HFILES)
$(GTK_DOC_V_INTROSPECT)if grep -l '^..*$$' $(DOC_MODULE).types > /dev/null 2>&1 ; then \
scanobj_options=""; \
gtkdoc-scangobj 2>&1 --help | grep >/dev/null "\-\-verbose"; \
if test "$$?" = "0"; then \
if test "x$(V)" = "x1"; then \
scanobj_options="--verbose"; \
fi; \
fi; \
CC="$(GTKDOC_CC)" LD="$(GTKDOC_LD)" RUN="$(GTKDOC_RUN)" CFLAGS="$(GTKDOC_CFLAGS) $(CFLAGS)" LDFLAGS="$(GTKDOC_LIBS) $(LDFLAGS)" \
gtkdoc-scangobj $(SCANGOBJ_OPTIONS) $$scanobj_options --module=$(DOC_MODULE); \
else \
for i in $(SCANOBJ_FILES) ; do \
test -f $$i || touch $$i ; \
done \
fi
$(AM_V_at)touch scan-build.stamp
$(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt: scan-build.stamp
@true
sgml-build.stamp: setup-build.stamp $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(HFILE_GLOB) $(CFILE_GLOB) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt $(expand_content_files) xml/gtkdocentities.ent
$(GTK_DOC_V_XML)_source_dir='' ; \
for i in $(DOC_SOURCE_DIR) ; do \
_source_dir="$${_source_dir} --source-dir=$$i" ; \
done ; \
gtkdoc-mkdb --module=$(DOC_MODULE) --output-format=xml --expand-content-files="$(expand_content_files)" --main-sgml-file=$(DOC_MAIN_SGML_FILE) $${_source_dir} $(MKDB_OPTIONS)
$(AM_V_at)touch sgml-build.stamp
sgml.stamp: sgml-build.stamp
@true
xml/gtkdocentities.ent: Makefile
$(GTK_DOC_V_XML)$(MKDIR_P) $(@D) && ( \
echo "<!ENTITY package \"$(PACKAGE)\">"; \
echo "<!ENTITY package_bugreport \"$(PACKAGE_BUGREPORT)\">"; \
echo "<!ENTITY package_name \"$(PACKAGE_NAME)\">"; \
echo "<!ENTITY package_string \"$(PACKAGE_STRING)\">"; \
echo "<!ENTITY package_tarname \"$(PACKAGE_TARNAME)\">"; \
echo "<!ENTITY package_url \"$(PACKAGE_URL)\">"; \
echo "<!ENTITY package_version \"$(PACKAGE_VERSION)\">"; \
) > $@
html-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files) $(expand_content_files)
$(GTK_DOC_V_HTML)rm -rf html && mkdir html && \
mkhtml_options=""; \
gtkdoc-mkhtml 2>&1 --help | grep >/dev/null "\-\-verbose"; \
if test "$$?" = "0"; then \
if test "x$(V)" = "x1"; then \
mkhtml_options="$$mkhtml_options --verbose"; \
fi; \
fi; \
gtkdoc-mkhtml 2>&1 --help | grep >/dev/null "\-\-path"; \
if test "$$?" = "0"; then \
mkhtml_options="$$mkhtml_options --path=\"$(abs_srcdir)\""; \
fi; \
cd html && gtkdoc-mkhtml $$mkhtml_options $(MKHTML_OPTIONS) $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE)
-@test "x$(HTML_IMAGES)" = "x" || \
for file in $(HTML_IMAGES) ; do \
if test -f $(abs_srcdir)/$$file ; then \
cp $(abs_srcdir)/$$file $(abs_builddir)/html; \
fi; \
if test -f $(abs_builddir)/$$file ; then \
cp $(abs_builddir)/$$file $(abs_builddir)/html; \
fi; \
done;
$(GTK_DOC_V_XREF)gtkdoc-fixxref --module=$(DOC_MODULE) --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS)
$(AM_V_at)touch html-build.stamp
pdf-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files) $(expand_content_files)
$(GTK_DOC_V_PDF)rm -f $(DOC_MODULE).pdf && \
mkpdf_options=""; \
gtkdoc-mkpdf 2>&1 --help | grep >/dev/null "\-\-verbose"; \
if test "$$?" = "0"; then \
if test "x$(V)" = "x1"; then \
mkpdf_options="$$mkpdf_options --verbose"; \
fi; \
fi; \
if test "x$(HTML_IMAGES)" != "x"; then \
for img in $(HTML_IMAGES); do \
part=`dirname $$img`; \
echo $$mkpdf_options | grep >/dev/null "\-\-imgdir=$$part "; \
if test $$? != 0; then \
mkpdf_options="$$mkpdf_options --imgdir=$$part"; \
fi; \
done; \
fi; \
gtkdoc-mkpdf --path="$(abs_srcdir)" $$mkpdf_options $(DOC_MODULE) $(DOC_MAIN_SGML_FILE) $(MKPDF_OPTIONS)
$(AM_V_at)touch pdf-build.stamp
##############
clean-local:
@rm -f *~ *.bak
@rm -rf .libs
@if echo $(SCAN_OPTIONS) | grep -q "\-\-rebuild-types" ; then \
rm -f $(DOC_MODULE).types; \
fi
@if echo $(SCAN_OPTIONS) | grep -q "\-\-rebuild-sections" ; then \
rm -f $(DOC_MODULE)-sections.txt; \
fi
distclean-local:
@rm -rf xml html $(REPORT_FILES) $(DOC_MODULE).pdf \
$(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt
@if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \
rm -f $(SETUP_FILES) $(DOC_MODULE).types; \
fi
maintainer-clean-local:
@rm -rf xml html
install-data-local:
@installfiles=`echo $(builddir)/html/*`; \
if test "$$installfiles" = '$(builddir)/html/*'; \
then echo 1>&2 'Nothing to install' ; \
else \
if test -n "$(DOC_MODULE_VERSION)"; then \
installdir="$(DESTDIR)$(TARGET_DIR)-$(DOC_MODULE_VERSION)"; \
else \
installdir="$(DESTDIR)$(TARGET_DIR)"; \
fi; \
$(mkinstalldirs) $${installdir} ; \
for i in $$installfiles; do \
echo ' $(INSTALL_DATA) '$$i ; \
$(INSTALL_DATA) $$i $${installdir}; \
done; \
if test -n "$(DOC_MODULE_VERSION)"; then \
mv -f $${installdir}/$(DOC_MODULE).devhelp2 \
$${installdir}/$(DOC_MODULE)-$(DOC_MODULE_VERSION).devhelp2; \
fi; \
$(GTKDOC_REBASE) --relative --dest-dir=$(DESTDIR) --html-dir=$${installdir}; \
fi
uninstall-local:
@if test -n "$(DOC_MODULE_VERSION)"; then \
installdir="$(DESTDIR)$(TARGET_DIR)-$(DOC_MODULE_VERSION)"; \
else \
installdir="$(DESTDIR)$(TARGET_DIR)"; \
fi; \
rm -rf $${installdir}
#
# Require gtk-doc when making dist
#
@HAVE_GTK_DOC_TRUE@dist-check-gtkdoc: docs
@HAVE_GTK_DOC_FALSE@dist-check-gtkdoc:
@HAVE_GTK_DOC_FALSE@ @echo "*** gtk-doc is needed to run 'make dist'. ***"
@HAVE_GTK_DOC_FALSE@ @echo "*** gtk-doc was not found when 'configure' ran. ***"
@HAVE_GTK_DOC_FALSE@ @echo "*** please install gtk-doc and rerun 'configure'. ***"
@HAVE_GTK_DOC_FALSE@ @false
dist-hook: dist-check-gtkdoc all-gtk-doc dist-hook-local
@mkdir $(distdir)/html
@cp ./html/* $(distdir)/html
@-cp ./$(DOC_MODULE).pdf $(distdir)/
@-cp ./$(DOC_MODULE).types $(distdir)/
@-cp ./$(DOC_MODULE)-sections.txt $(distdir)/
@cd $(distdir) && rm -f $(DISTCLEANFILES)
@$(GTKDOC_REBASE) --online --relative --html-dir=$(distdir)/html
.PHONY : dist-hook-local docs
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:

BIN
doc/reference/html/home.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 256 B

View File

@@ -0,0 +1,197 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Libgtop Reference Manual: Libgtop Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
<meta name="description" content="LibGTop is a library to get system specific data such as CPU and Memory Usage and information about running Processes. On Systems like Solaris or Digital Unix where you need special privileges to get those data, it uses a setuid/setgid server to do so. Even if LibGTop is a part of the GNOME desktop environment (@uref{http://www.gnome.org}), the main interface of LibGTop is totally independent from any particular desktop environment, so you can also use it as a standalone library in any piece of GPLed software. This manual documents the interfaces of the libgtop library and has some short notes to help get you up to speed with using the library.">
<link rel="home" href="index.html" title="Libgtop Reference Manual">
<link rel="next" href="libgtop-white-paper.html" title="White paper">
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<div class="book">
<div class="titlepage">
<div>
<div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">Libgtop Reference Manual</p></th></tr></table></div>
<div><div class="authorgroup">
<div class="author">
<h3 class="author">
<span class="firstname">Martin </span> <span class="surname">Baulig</span>
</h3>
<div class="affiliation"><div class="address"><p><br>
    <code class="email">&lt;<a class="email" href="mailto:martin@home-of-linux.org">martin@home-of-linux.org</a>&gt;</code><br>
  </p></div></div>
</div>
<div class="author">
<h3 class="author">
<span class="firstname">Germán</span> <span class="surname">Poó-Caamaño</span>
</h3>
<div class="affiliation"><div class="address"><p><br>
    <code class="email">&lt;<a class="email" href="mailto:gpoo@ubiobio.cl">gpoo@ubiobio.cl</a>&gt;</code><br>
  </p></div></div>
</div>
</div></div>
<div><p class="releaseinfo">for libgtop <span class="phrase">2.38.0</span></p></div>
<div><div class="legalnotice">
<a name="id-1.1.4"></a><p>Permission is granted to copy, distribute and/or modify
this document under the terms of the <em class="citetitle">GNU Free
Documentation License</em>, Version 1.1 or any later
version published by the Free Software Foundation with no
Invariant Sections, no Front-Cover Texts, and no Back-Cover
Texts. You may obtain a copy of the <em class="citetitle">GNU Free
Documentation License</em> from the Free Software
Foundation by visiting <a class="ulink" href="http://www.fsf.org" target="_top">their Web site</a> or by writing
to: Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.</p>
<p>Many of the names used by companies to distinguish their
products and services are claimed as trademarks. Where those
names appear in any GNOME documentation, and those trademarks
are made aware to the members of the GNOME Documentation
Project, the names have been printed in caps or initial
caps.</p>
</div></div>
<div><div class="abstract">
<p class="title"><b>Abstract</b></p>
<p>
LibGTop is a library to get system specific data such as CPU and
Memory Usage and information about running Processes.</p>
<p>On Systems like Solaris or Digital Unix where you need special
privileges to get those data, it uses a setuid/setgid server to do
so.</p>
<p>Even if LibGTop is a part of the GNOME desktop environment
(@uref{http://www.gnome.org}), the main interface of LibGTop is totally
independent from any particular desktop environment, so you can also
use it as a standalone library in any piece of GPLed software.</p>
<p>This manual documents the interfaces of the libgtop
library and has some short notes to help get you up to speed
with using the library.</p>
</div></div>
</div>
<hr>
</div>
<div class="toc"><dl class="toc">
<dt><span class="chapter"><a href="libgtop-white-paper.html">White paper</a></span></dt>
<dd><dl>
<dt><span class="sect1"><a href="libgtop-white-paper.html#libgtop-white-paper-introduction">Introduction</a></span></dt>
<dt><span class="sect1"><a href="libgtop-white-paper-overview.html">Overview</a></span></dt>
<dd><dl>
<dt><span class="sect2"><a href="libgtop-white-paper-overview.html#libgtop-white-paper-overview-design">Interface Design: Things that need to be considered</a></span></dt>
<dt><span class="sect2"><a href="libgtop-white-paper-overview.html#libgtop-white-paper-overview-server">Server Implementation: The LibGTop "server"</a></span></dt>
</dl></dd>
</dl></dd>
<dt><span class="chapter"><a href="libgtop-lib.html">Libgtop Library Reference</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="libgtop-GlibTop.html">GlibTop</a></span><span class="refpurpose"> — Server initilization</span>
</dt>
<dt>
<span class="refentrytitle"><a href="libgtop-Close.html">Close</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="libgtop-Command.html">Command</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="libgtop-GlibTop-Server.html">GlibTop Server</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="libgtop-Net-Load.html">Net Load</a></span><span class="refpurpose"> — Network Load.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="libgtop-PPP.html">PPP</a></span><span class="refpurpose"> — PPP Usage.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="libgtop-Shared-Memory-Limits.html">Shared Memory Limits</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="libgtop-Uptime.html">Uptime</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="libgtop-Net-List.html">Net List</a></span><span class="refpurpose"> — Network Devices List.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="libgtop-open.html">open</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="libgtop-parameter.html">parameter</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="libgtop-Process-Arguments.html">Process Arguments</a></span><span class="refpurpose"> — Get process command line arguments</span>
</dt>
<dt>
<span class="refentrytitle"><a href="libgtop-procmem.html">procmem</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="libgtop-procopenfiles.html">procopenfiles</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="libgtop-procsegment.html">procsegment</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="libgtop-procsignal.html">procsignal</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="libgtop-sysdeps.html">sysdeps</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="libgtop-procstate.html">procstate</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="libgtop-procuid.html">procuid</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="libgtop-Process-Time.html">Process Time</a></span><span class="refpurpose"> — Get process time information</span>
</dt>
<dt>
<span class="refentrytitle"><a href="libgtop-signal.html">signal</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="libgtop-procmap.html">procmap</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="libgtop-sysinfo.html">sysinfo</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="libgtop-union.html">union</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="libgtop-version.html">version</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="libgtop-Process-List.html">Process List</a></span><span class="refpurpose"> — List running processes</span>
</dt>
<dt>
<span class="refentrytitle"><a href="libgtop-sem-limits.html">sem_limits</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="libgtop-prockernel.html">prockernel</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="libgtop-fsusage.html">fsusage</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="libgtop-loadavg.html">loadavg</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="libgtop-mem.html">mem</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="libgtop-mountlist.html">mountlist</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="libgtop-msg-limits.html">msg_limits</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="libgtop-cpu.html">cpu</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="libgtop-swap.html">swap</a></span><span class="refpurpose"></span>
</dt>
</dl></dd>
</dl></div>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.25</div>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 395 B

BIN
doc/reference/html/left.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 262 B

View File

@@ -0,0 +1,119 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Close: Libgtop Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
<link rel="home" href="index.html" title="Libgtop Reference Manual">
<link rel="up" href="libgtop-lib.html" title="Libgtop Library Reference">
<link rel="prev" href="libgtop-GlibTop.html" title="GlibTop">
<link rel="next" href="libgtop-Command.html" title="Command">
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
<td width="100%" align="left" class="shortcuts">
<a href="#" class="shortcut">Top</a><span id="nav_description">  <span class="dim">|</span> 
<a href="#libgtop-Close.description" class="shortcut">Description</a></span>
</td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
<td><a accesskey="u" href="libgtop-lib.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
<td><a accesskey="p" href="libgtop-GlibTop.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="n" href="libgtop-Command.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
</tr></table>
<div class="refentry">
<a name="libgtop-Close"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="libgtop-Close.top_of_page"></a>Close</span></h2>
<p>Close</p>
</td>
<td class="gallery_image" valign="top" align="right"></td>
</tr></table></div>
<div class="refsect1">
<a name="libgtop-Close.functions"></a><h2>Functions</h2>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="functions_return">
<col class="functions_name">
</colgroup>
<tbody>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgtop-Close.html#glibtop-close" title="glibtop_close ()">glibtop_close</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgtop-Close.html#glibtop-close-r" title="glibtop_close_r ()">glibtop_close_r</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgtop-Close.html#glibtop-close-s" title="glibtop_close_s ()">glibtop_close_s</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgtop-Close.html#glibtop-close-p" title="glibtop_close_p ()">glibtop_close_p</a> <span class="c_punctuation">()</span>
</td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect1">
<a name="libgtop-Close.includes"></a><h2>Includes</h2>
<pre class="synopsis">#include &lt;glibtop/close.h&gt;
</pre>
</div>
<div class="refsect1">
<a name="libgtop-Close.description"></a><h2>Description</h2>
</div>
<div class="refsect1">
<a name="libgtop-Close.functions_details"></a><h2>Functions</h2>
<div class="refsect2">
<a name="glibtop-close"></a><h3>glibtop_close ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
glibtop_close (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
<p>Close the connection to the server.</p>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-close-r"></a><h3>glibtop_close_r ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
glibtop_close_r (<em class="parameter"><code><a class="link" href="libgtop-GlibTop.html#glibtop" title="struct glibtop"><span class="type">glibtop</span></a> *server</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-close-s"></a><h3>glibtop_close_s ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
glibtop_close_s (<em class="parameter"><code><a class="link" href="libgtop-GlibTop.html#glibtop" title="struct glibtop"><span class="type">glibtop</span></a> *server</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-close-p"></a><h3>glibtop_close_p ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
glibtop_close_p (<em class="parameter"><code><a class="link" href="libgtop-GlibTop.html#glibtop" title="struct glibtop"><span class="type">glibtop</span></a> *server</code></em>);</pre>
</div>
</div>
<div class="refsect1">
<a name="libgtop-Close.other_details"></a><h2>Types and Values</h2>
</div>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.25</div>
</body>
</html>

View File

@@ -0,0 +1,428 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Command: Libgtop Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
<link rel="home" href="index.html" title="Libgtop Reference Manual">
<link rel="up" href="libgtop-lib.html" title="Libgtop Library Reference">
<link rel="prev" href="libgtop-Close.html" title="Close">
<link rel="next" href="libgtop-GlibTop-Server.html" title="GlibTop Server">
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
<td width="100%" align="left" class="shortcuts">
<a href="#" class="shortcut">Top</a><span id="nav_description">  <span class="dim">|</span> 
<a href="#libgtop-Command.description" class="shortcut">Description</a></span>
</td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
<td><a accesskey="u" href="libgtop-lib.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
<td><a accesskey="p" href="libgtop-Close.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="n" href="libgtop-GlibTop-Server.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
</tr></table>
<div class="refentry">
<a name="libgtop-Command"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="libgtop-Command.top_of_page"></a>Command</span></h2>
<p>Command</p>
</td>
<td class="gallery_image" valign="top" align="right"></td>
</tr></table></div>
<div class="refsect1">
<a name="libgtop-Command.functions"></a><h2>Functions</h2>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="functions_return">
<col class="functions_name">
</colgroup>
<tbody>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name">
<a class="link" href="libgtop-Command.html#glibtop-call" title="glibtop_call()">glibtop_call</a><span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span> *
</td>
<td class="function_name">
<a class="link" href="libgtop-Command.html#glibtop-call-l" title="glibtop_call_l ()">glibtop_call_l</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span> *
</td>
<td class="function_name">
<a class="link" href="libgtop-Command.html#glibtop-call-s" title="glibtop_call_s ()">glibtop_call_s</a> <span class="c_punctuation">()</span>
</td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect1">
<a name="libgtop-Command.other"></a><h2>Types and Values</h2>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="name">
<col class="description">
</colgroup>
<tbody>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-Command.html#GLIBTOP-CMND-QUIT:CAPS" title="GLIBTOP_CMND_QUIT">GLIBTOP_CMND_QUIT</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-Command.html#GLIBTOP-CMND-SYSDEPS:CAPS" title="GLIBTOP_CMND_SYSDEPS">GLIBTOP_CMND_SYSDEPS</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-Command.html#GLIBTOP-CMND-CPU:CAPS" title="GLIBTOP_CMND_CPU">GLIBTOP_CMND_CPU</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-Command.html#GLIBTOP-CMND-MEM:CAPS" title="GLIBTOP_CMND_MEM">GLIBTOP_CMND_MEM</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-Command.html#GLIBTOP-CMND-SWAP:CAPS" title="GLIBTOP_CMND_SWAP">GLIBTOP_CMND_SWAP</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-Command.html#GLIBTOP-CMND-UPTIME:CAPS" title="GLIBTOP_CMND_UPTIME">GLIBTOP_CMND_UPTIME</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-Command.html#GLIBTOP-CMND-LOADAVG:CAPS" title="GLIBTOP_CMND_LOADAVG">GLIBTOP_CMND_LOADAVG</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-Command.html#GLIBTOP-CMND-SHM-LIMITS:CAPS" title="GLIBTOP_CMND_SHM_LIMITS">GLIBTOP_CMND_SHM_LIMITS</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-Command.html#GLIBTOP-CMND-MSG-LIMITS:CAPS" title="GLIBTOP_CMND_MSG_LIMITS">GLIBTOP_CMND_MSG_LIMITS</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-Command.html#GLIBTOP-CMND-SEM-LIMITS:CAPS" title="GLIBTOP_CMND_SEM_LIMITS">GLIBTOP_CMND_SEM_LIMITS</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-Command.html#GLIBTOP-CMND-PROCLIST:CAPS" title="GLIBTOP_CMND_PROCLIST">GLIBTOP_CMND_PROCLIST</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-Command.html#GLIBTOP-CMND-PROC-STATE:CAPS" title="GLIBTOP_CMND_PROC_STATE">GLIBTOP_CMND_PROC_STATE</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-Command.html#GLIBTOP-CMND-PROC-UID:CAPS" title="GLIBTOP_CMND_PROC_UID">GLIBTOP_CMND_PROC_UID</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-Command.html#GLIBTOP-CMND-PROC-MEM:CAPS" title="GLIBTOP_CMND_PROC_MEM">GLIBTOP_CMND_PROC_MEM</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-Command.html#GLIBTOP-CMND-PROC-TIME:CAPS" title="GLIBTOP_CMND_PROC_TIME">GLIBTOP_CMND_PROC_TIME</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-Command.html#GLIBTOP-CMND-PROC-SIGNAL:CAPS" title="GLIBTOP_CMND_PROC_SIGNAL">GLIBTOP_CMND_PROC_SIGNAL</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-Command.html#GLIBTOP-CMND-PROC-KERNEL:CAPS" title="GLIBTOP_CMND_PROC_KERNEL">GLIBTOP_CMND_PROC_KERNEL</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-Command.html#GLIBTOP-CMND-PROC-SEGMENT:CAPS" title="GLIBTOP_CMND_PROC_SEGMENT">GLIBTOP_CMND_PROC_SEGMENT</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-Command.html#GLIBTOP-CMND-PROC-ARGS:CAPS" title="GLIBTOP_CMND_PROC_ARGS">GLIBTOP_CMND_PROC_ARGS</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-Command.html#GLIBTOP-CMND-PROC-MAP:CAPS" title="GLIBTOP_CMND_PROC_MAP">GLIBTOP_CMND_PROC_MAP</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-Command.html#GLIBTOP-CMND-MOUNTLIST:CAPS" title="GLIBTOP_CMND_MOUNTLIST">GLIBTOP_CMND_MOUNTLIST</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-Command.html#GLIBTOP-CMND-FSUSAGE:CAPS" title="GLIBTOP_CMND_FSUSAGE">GLIBTOP_CMND_FSUSAGE</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-Command.html#GLIBTOP-CMND-NETLOAD:CAPS" title="GLIBTOP_CMND_NETLOAD">GLIBTOP_CMND_NETLOAD</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-Command.html#GLIBTOP-CMND-PPP:CAPS" title="GLIBTOP_CMND_PPP">GLIBTOP_CMND_PPP</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-Command.html#GLIBTOP-CMND-NETLIST:CAPS" title="GLIBTOP_CMND_NETLIST">GLIBTOP_CMND_NETLIST</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-Command.html#GLIBTOP-CMND-PROC-OPEN-FILES:CAPS" title="GLIBTOP_CMND_PROC_OPEN_FILES">GLIBTOP_CMND_PROC_OPEN_FILES</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-Command.html#GLIBTOP-MAX-CMND:CAPS" title="GLIBTOP_MAX_CMND">GLIBTOP_MAX_CMND</a></td>
</tr>
<tr>
<td class="datatype_keyword">struct</td>
<td class="function_name"><a class="link" href="libgtop-Command.html#glibtop-command" title="struct glibtop_command">glibtop_command</a></td>
</tr>
<tr>
<td class="datatype_keyword">struct</td>
<td class="function_name"><a class="link" href="libgtop-Command.html#glibtop-response" title="struct glibtop_response">glibtop_response</a></td>
</tr>
<tr>
<td class="datatype_keyword">union</td>
<td class="function_name"><a class="link" href="libgtop-Command.html#glibtop-response-union" title="union glibtop_response_union">glibtop_response_union</a></td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect1">
<a name="libgtop-Command.includes"></a><h2>Includes</h2>
<pre class="synopsis">#include &lt;glibtop/command.h&gt;
</pre>
</div>
<div class="refsect1">
<a name="libgtop-Command.description"></a><h2>Description</h2>
</div>
<div class="refsect1">
<a name="libgtop-Command.functions_details"></a><h2>Functions</h2>
<div class="refsect2">
<a name="glibtop-call"></a><h3>glibtop_call()</h3>
<pre class="programlisting">#define glibtop_call(p1, p2, p3, p4) glibtop_call_r(glibtop_global_server, p1, p2, p3, p4)
</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-call-l"></a><h3>glibtop_call_l ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span> *
glibtop_call_l (<em class="parameter"><code><a class="link" href="libgtop-GlibTop.html#glibtop" title="struct glibtop"><span class="type">glibtop</span></a> *server</code></em>,
<em class="parameter"><code><span class="type">unsigned </span> command</code></em>,
<em class="parameter"><code><span class="type">size_t</span> send_size</code></em>,
<em class="parameter"><code>const <span class="type">void</span> *send_buf</code></em>,
<em class="parameter"><code><span class="type">size_t</span> recv_size</code></em>,
<em class="parameter"><code><span class="type">void</span> *recv_buf</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-call-s"></a><h3>glibtop_call_s ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span> *
glibtop_call_s (<em class="parameter"><code><a class="link" href="libgtop-GlibTop.html#glibtop" title="struct glibtop"><span class="type">glibtop</span></a> *server</code></em>,
<em class="parameter"><code><span class="type">unsigned </span> command</code></em>,
<em class="parameter"><code><span class="type">size_t</span> send_size</code></em>,
<em class="parameter"><code>const <span class="type">void</span> *send_buf</code></em>,
<em class="parameter"><code><span class="type">size_t</span> recv_size</code></em>,
<em class="parameter"><code><span class="type">void</span> *recv_buf</code></em>);</pre>
</div>
</div>
<div class="refsect1">
<a name="libgtop-Command.other_details"></a><h2>Types and Values</h2>
<div class="refsect2">
<a name="GLIBTOP-CMND-QUIT:CAPS"></a><h3>GLIBTOP_CMND_QUIT</h3>
<pre class="programlisting">#define GLIBTOP_CMND_QUIT 0
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-CMND-SYSDEPS:CAPS"></a><h3>GLIBTOP_CMND_SYSDEPS</h3>
<pre class="programlisting">#define GLIBTOP_CMND_SYSDEPS 1
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-CMND-CPU:CAPS"></a><h3>GLIBTOP_CMND_CPU</h3>
<pre class="programlisting">#define GLIBTOP_CMND_CPU 2
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-CMND-MEM:CAPS"></a><h3>GLIBTOP_CMND_MEM</h3>
<pre class="programlisting">#define GLIBTOP_CMND_MEM 3
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-CMND-SWAP:CAPS"></a><h3>GLIBTOP_CMND_SWAP</h3>
<pre class="programlisting">#define GLIBTOP_CMND_SWAP 4
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-CMND-UPTIME:CAPS"></a><h3>GLIBTOP_CMND_UPTIME</h3>
<pre class="programlisting">#define GLIBTOP_CMND_UPTIME 5
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-CMND-LOADAVG:CAPS"></a><h3>GLIBTOP_CMND_LOADAVG</h3>
<pre class="programlisting">#define GLIBTOP_CMND_LOADAVG 6
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-CMND-SHM-LIMITS:CAPS"></a><h3>GLIBTOP_CMND_SHM_LIMITS</h3>
<pre class="programlisting">#define GLIBTOP_CMND_SHM_LIMITS 7
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-CMND-MSG-LIMITS:CAPS"></a><h3>GLIBTOP_CMND_MSG_LIMITS</h3>
<pre class="programlisting">#define GLIBTOP_CMND_MSG_LIMITS 8
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-CMND-SEM-LIMITS:CAPS"></a><h3>GLIBTOP_CMND_SEM_LIMITS</h3>
<pre class="programlisting">#define GLIBTOP_CMND_SEM_LIMITS 9
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-CMND-PROCLIST:CAPS"></a><h3>GLIBTOP_CMND_PROCLIST</h3>
<pre class="programlisting">#define GLIBTOP_CMND_PROCLIST 10
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-CMND-PROC-STATE:CAPS"></a><h3>GLIBTOP_CMND_PROC_STATE</h3>
<pre class="programlisting">#define GLIBTOP_CMND_PROC_STATE 11
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-CMND-PROC-UID:CAPS"></a><h3>GLIBTOP_CMND_PROC_UID</h3>
<pre class="programlisting">#define GLIBTOP_CMND_PROC_UID 12
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-CMND-PROC-MEM:CAPS"></a><h3>GLIBTOP_CMND_PROC_MEM</h3>
<pre class="programlisting">#define GLIBTOP_CMND_PROC_MEM 13
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-CMND-PROC-TIME:CAPS"></a><h3>GLIBTOP_CMND_PROC_TIME</h3>
<pre class="programlisting">#define GLIBTOP_CMND_PROC_TIME 14
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-CMND-PROC-SIGNAL:CAPS"></a><h3>GLIBTOP_CMND_PROC_SIGNAL</h3>
<pre class="programlisting">#define GLIBTOP_CMND_PROC_SIGNAL 15
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-CMND-PROC-KERNEL:CAPS"></a><h3>GLIBTOP_CMND_PROC_KERNEL</h3>
<pre class="programlisting">#define GLIBTOP_CMND_PROC_KERNEL 16
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-CMND-PROC-SEGMENT:CAPS"></a><h3>GLIBTOP_CMND_PROC_SEGMENT</h3>
<pre class="programlisting">#define GLIBTOP_CMND_PROC_SEGMENT 17
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-CMND-PROC-ARGS:CAPS"></a><h3>GLIBTOP_CMND_PROC_ARGS</h3>
<pre class="programlisting">#define GLIBTOP_CMND_PROC_ARGS 18
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-CMND-PROC-MAP:CAPS"></a><h3>GLIBTOP_CMND_PROC_MAP</h3>
<pre class="programlisting">#define GLIBTOP_CMND_PROC_MAP 19
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-CMND-MOUNTLIST:CAPS"></a><h3>GLIBTOP_CMND_MOUNTLIST</h3>
<pre class="programlisting">#define GLIBTOP_CMND_MOUNTLIST 20
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-CMND-FSUSAGE:CAPS"></a><h3>GLIBTOP_CMND_FSUSAGE</h3>
<pre class="programlisting">#define GLIBTOP_CMND_FSUSAGE 21
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-CMND-NETLOAD:CAPS"></a><h3>GLIBTOP_CMND_NETLOAD</h3>
<pre class="programlisting">#define GLIBTOP_CMND_NETLOAD 22
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-CMND-PPP:CAPS"></a><h3>GLIBTOP_CMND_PPP</h3>
<pre class="programlisting">#define GLIBTOP_CMND_PPP 23
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-CMND-NETLIST:CAPS"></a><h3>GLIBTOP_CMND_NETLIST</h3>
<pre class="programlisting">#define GLIBTOP_CMND_NETLIST 24
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-CMND-PROC-OPEN-FILES:CAPS"></a><h3>GLIBTOP_CMND_PROC_OPEN_FILES</h3>
<pre class="programlisting">#define GLIBTOP_CMND_PROC_OPEN_FILES 25
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-MAX-CMND:CAPS"></a><h3>GLIBTOP_MAX_CMND</h3>
<pre class="programlisting">#define GLIBTOP_MAX_CMND 29
</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-command"></a><h3>struct glibtop_command</h3>
<pre class="programlisting">struct glibtop_command {
guint64 command;
guint64 size, data_size;
char parameter [_GLIBTOP_PARAM_SIZE];
};
</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-response"></a><h3>struct glibtop_response</h3>
<pre class="programlisting">struct glibtop_response {
gint64 offset;
guint64 size, data_size;
glibtop_response_union u;
};
</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-response-union"></a><h3>union glibtop_response_union</h3>
</div>
</div>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.25</div>
</body>
</html>

View File

@@ -0,0 +1,53 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>GlibTop Server: Libgtop Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
<link rel="home" href="index.html" title="Libgtop Reference Manual">
<link rel="up" href="libgtop-lib.html" title="Libgtop Library Reference">
<link rel="prev" href="libgtop-Command.html" title="Command">
<link rel="next" href="libgtop-Net-Load.html" title="Net Load">
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
<td width="100%" align="left" class="shortcuts">
<a href="#" class="shortcut">Top</a><span id="nav_description">  <span class="dim">|</span> 
<a href="#libgtop-GlibTop-Server.description" class="shortcut">Description</a></span>
</td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
<td><a accesskey="u" href="libgtop-lib.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
<td><a accesskey="p" href="libgtop-Command.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="n" href="libgtop-Net-Load.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
</tr></table>
<div class="refentry">
<a name="libgtop-GlibTop-Server"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="libgtop-GlibTop-Server.top_of_page"></a>GlibTop Server</span></h2>
<p>GlibTop Server</p>
</td>
<td class="gallery_image" valign="top" align="right"></td>
</tr></table></div>
<div class="refsect1">
<a name="libgtop-GlibTop-Server.includes"></a><h2>Includes</h2>
<pre class="synopsis">#include &lt;glibtop/glibtop-server.h&gt;
</pre>
</div>
<div class="refsect1">
<a name="libgtop-GlibTop-Server.description"></a><h2>Description</h2>
</div>
<div class="refsect1">
<a name="libgtop-GlibTop-Server.functions_details"></a><h2>Functions</h2>
<p></p>
</div>
<div class="refsect1">
<a name="libgtop-GlibTop-Server.other_details"></a><h2>Types and Values</h2>
</div>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.25</div>
</body>
</html>

View File

@@ -0,0 +1,213 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>GlibTop: Libgtop Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
<link rel="home" href="index.html" title="Libgtop Reference Manual">
<link rel="up" href="libgtop-lib.html" title="Libgtop Library Reference">
<link rel="prev" href="libgtop-lib.html" title="Libgtop Library Reference">
<link rel="next" href="libgtop-Close.html" title="Close">
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
<td width="100%" align="left" class="shortcuts">
<a href="#" class="shortcut">Top</a><span id="nav_description">  <span class="dim">|</span> 
<a href="#libgtop-GlibTop.description" class="shortcut">Description</a></span>
</td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
<td><a accesskey="u" href="libgtop-lib.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
<td><a accesskey="p" href="libgtop-lib.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="n" href="libgtop-Close.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
</tr></table>
<div class="refentry">
<a name="libgtop-GlibTop"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="libgtop-GlibTop.top_of_page"></a>GlibTop</span></h2>
<p>GlibTop — Server initilization</p>
</td>
<td class="gallery_image" valign="top" align="right"></td>
</tr></table></div>
<div class="refsect1">
<a name="libgtop-GlibTop.stability-level"></a><h2>Stability Level</h2>
<a href="http://foldoc.org/Stable"><span class="acronym">Stable</span></a>, unless otherwise indicated
</div>
<div class="refsect1">
<a name="libgtop-GlibTop.functions"></a><h2>Functions</h2>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="functions_return">
<col class="functions_name">
</colgroup>
<tbody>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name">
<a class="link" href="libgtop-GlibTop.html#LIBGTOP-CHECK-VERSION:CAPS" title="LIBGTOP_CHECK_VERSION()">LIBGTOP_CHECK_VERSION</a><span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="libgtop-GlibTop.html#glibtop" title="struct glibtop"><span class="returnvalue">glibtop</span></a> *
</td>
<td class="function_name">
<a class="link" href="libgtop-GlibTop.html#glibtop-init" title="glibtop_init ()">glibtop_init</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="libgtop-GlibTop.html#glibtop" title="struct glibtop"><span class="returnvalue">glibtop</span></a> *
</td>
<td class="function_name">
<a class="link" href="libgtop-GlibTop.html#glibtop-init-r" title="glibtop_init_r ()">glibtop_init_r</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="libgtop-GlibTop.html#glibtop" title="struct glibtop"><span class="returnvalue">glibtop</span></a> *
</td>
<td class="function_name">
<a class="link" href="libgtop-GlibTop.html#glibtop-init-s" title="glibtop_init_s ()">glibtop_init_s</a> <span class="c_punctuation">()</span>
</td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect1">
<a name="libgtop-GlibTop.other"></a><h2>Types and Values</h2>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="name">
<col class="description">
</colgroup>
<tbody>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-GlibTop.html#GLIBTOP-MOUNTENTRY-LEN:CAPS" title="GLIBTOP_MOUNTENTRY_LEN">GLIBTOP_MOUNTENTRY_LEN</a></td>
</tr>
<tr>
<td class="datatype_keyword">struct</td>
<td class="function_name"><a class="link" href="libgtop-GlibTop.html#glibtop" title="struct glibtop">glibtop</a></td>
</tr>
<tr>
<td class="variable_type">extern glibtop *</td>
<td class="function_name"><a class="link" href="libgtop-GlibTop.html#glibtop-global-server" title="glibtop_global_server">glibtop_global_server</a></td>
</tr>
<tr>
<td class="variable_type">extern const unsigned long </td>
<td class="function_name"><a class="link" href="libgtop-GlibTop.html#glibtop-server-features" title="glibtop_server_features">glibtop_server_features</a></td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect1">
<a name="libgtop-GlibTop.includes"></a><h2>Includes</h2>
<pre class="synopsis">#include &lt;glibtop.h&gt;
</pre>
</div>
<div class="refsect1">
<a name="libgtop-GlibTop.description"></a><h2>Description</h2>
<p>You do not need to worry about the <a class="link" href="libgtop-GlibTop.html#glibtop" title="struct glibtop"><span class="type">glibtop</span></a> * server structure if
you don't need - the library exports a <a class="link" href="libgtop-GlibTop.html#glibtop-global-server" title="glibtop_global_server"><span class="type">glibtop_global_server</span></a>
which you can use everywhere a <a class="link" href="libgtop-GlibTop.html#glibtop" title="struct glibtop"><span class="type">glibtop</span></a> * is expected.</p>
<p>Most of the library and all of the sysdeps function also have an alias
(which is the function name without the <span style="color: red">&lt;suffix&gt;_l&lt;/suffix&gt;</span>, </p>
<span style="color: red">&lt;suffix&gt;_s&lt;/suffix&gt;</span> or <span style="color: red">&lt;suffix&gt;_r&lt;/suffix&gt;</span> suffix) which don't
<p>take a <a class="link" href="libgtop-GlibTop.html#glibtop" title="struct glibtop"><span class="type">glibtop</span></a> * as argument but uses the <a class="link" href="libgtop-GlibTop.html#glibtop-global-server" title="glibtop_global_server"><span class="type">glibtop_global_server</span></a>
instead.</p>
</div>
<div class="refsect1">
<a name="libgtop-GlibTop.functions_details"></a><h2>Functions</h2>
<div class="refsect2">
<a name="LIBGTOP-CHECK-VERSION:CAPS"></a><h3>LIBGTOP_CHECK_VERSION()</h3>
<pre class="programlisting">#define LIBGTOP_CHECK_VERSION(major, minor, micro)</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-init"></a><h3>glibtop_init ()</h3>
<pre class="programlisting"><a class="link" href="libgtop-GlibTop.html#glibtop" title="struct glibtop"><span class="returnvalue">glibtop</span></a> *
glibtop_init (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
<p>Server initialization.</p>
<div class="refsect3">
<a name="glibtop-init.returns"></a><h4>Returns</h4>
<p> A <a class="link" href="libgtop-GlibTop.html#glibtop" title="struct glibtop"><span class="type">glibtop</span></a> reference.</p>
</div>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-init-r"></a><h3>glibtop_init_r ()</h3>
<pre class="programlisting"><a class="link" href="libgtop-GlibTop.html#glibtop" title="struct glibtop"><span class="returnvalue">glibtop</span></a> *
glibtop_init_r (<em class="parameter"><code><a class="link" href="libgtop-GlibTop.html#glibtop" title="struct glibtop"><span class="type">glibtop</span></a> **server_ptr</code></em>,
<em class="parameter"><code><span class="type">unsigned long </span> features</code></em>,
<em class="parameter"><code><span class="type">unsigned </span> flags</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-init-s"></a><h3>glibtop_init_s ()</h3>
<pre class="programlisting"><a class="link" href="libgtop-GlibTop.html#glibtop" title="struct glibtop"><span class="returnvalue">glibtop</span></a> *
glibtop_init_s (<em class="parameter"><code><a class="link" href="libgtop-GlibTop.html#glibtop" title="struct glibtop"><span class="type">glibtop</span></a> **server_ptr</code></em>,
<em class="parameter"><code><span class="type">unsigned long </span> features</code></em>,
<em class="parameter"><code><span class="type">unsigned </span> flags</code></em>);</pre>
</div>
</div>
<div class="refsect1">
<a name="libgtop-GlibTop.other_details"></a><h2>Types and Values</h2>
<div class="refsect2">
<a name="GLIBTOP-MOUNTENTRY-LEN:CAPS"></a><h3>GLIBTOP_MOUNTENTRY_LEN</h3>
<pre class="programlisting">#define GLIBTOP_MOUNTENTRY_LEN 79
</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop"></a><h3>struct glibtop</h3>
<pre class="programlisting">struct glibtop {
unsigned flags;
unsigned method; /* Server Method */
unsigned error_method; /* Error Method */
int input [2]; /* Pipe client &lt;- server */
int output [2]; /* Pipe client -&gt; server */
int socket; /* Accepted connection of a socket */
int ncpu; /* Number of CPUs, zero if single-processor */
int real_ncpu; /* Real number of CPUs. Only ncpu are monitored */
unsigned long os_version_code; /* Version code of the operating system */
const char *name; /* Program name for error messages */
const char *server_command; /* Command used to invoke server */
const char *server_host; /* Host the server should run on */
const char *server_user; /* Name of the user on the target host */
const char *server_rsh; /* Command used to connect to the target host */
unsigned long features; /* Server is required for this features */
unsigned long server_port; /* Port on which daemon is listening */
glibtop_sysdeps sysdeps; /* Detailed feature list */
glibtop_sysdeps required; /* Required feature list */
pid_t pid; /* PID of the server */
uid_t uid;
uid_t euid;
gid_t gid;
gid_t egid;
glibtop_machine *machine; /* Machine dependent data */
};
</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-global-server"></a><h3>glibtop_global_server</h3>
<pre class="programlisting">extern glibtop *glibtop_global_server;
</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-server-features"></a><h3>glibtop_server_features</h3>
<pre class="programlisting">extern const unsigned long glibtop_server_features;
</pre>
</div>
</div>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.25</div>
</body>
</html>

View File

@@ -0,0 +1,310 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Net List: Libgtop Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
<link rel="home" href="index.html" title="Libgtop Reference Manual">
<link rel="up" href="libgtop-lib.html" title="Libgtop Library Reference">
<link rel="prev" href="libgtop-Uptime.html" title="Uptime">
<link rel="next" href="libgtop-open.html" title="open">
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
<td width="100%" align="left" class="shortcuts">
<a href="#" class="shortcut">Top</a><span id="nav_description">  <span class="dim">|</span> 
<a href="#libgtop-Net-List.description" class="shortcut">Description</a></span>
</td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
<td><a accesskey="u" href="libgtop-lib.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
<td><a accesskey="p" href="libgtop-Uptime.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="n" href="libgtop-open.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
</tr></table>
<div class="refentry">
<a name="libgtop-Net-List"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="libgtop-Net-List.top_of_page"></a>Net List</span></h2>
<p>Net List — Network Devices List.</p>
</td>
<td class="gallery_image" valign="top" align="right"></td>
</tr></table></div>
<div class="refsect1">
<a name="libgtop-Net-List.stability-level"></a><h2>Stability Level</h2>
<a href="http://foldoc.org/Stable"><span class="acronym">Stable</span></a>, unless otherwise indicated
</div>
<div class="refsect1">
<a name="libgtop-Net-List.functions"></a><h2>Functions</h2>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="functions_return">
<col class="functions_name">
</colgroup>
<tbody>
<tr>
<td class="function_type">
<span class="returnvalue">char</span> **
</td>
<td class="function_name">
<a class="link" href="libgtop-Net-List.html#glibtop-get-netlist" title="glibtop_get_netlist ()">glibtop_get_netlist</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">char</span> **
</td>
<td class="function_name">
<a class="link" href="libgtop-Net-List.html#glibtop-get-netlist-l" title="glibtop_get_netlist_l ()">glibtop_get_netlist_l</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">char</span> **
</td>
<td class="function_name">
<a class="link" href="libgtop-Net-List.html#glibtop-get-netlist-p" title="glibtop_get_netlist_p ()">glibtop_get_netlist_p</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">char</span> **
</td>
<td class="function_name">
<a class="link" href="libgtop-Net-List.html#glibtop-get-netlist-s" title="glibtop_get_netlist_s ()">glibtop_get_netlist_s</a> <span class="c_punctuation">()</span>
</td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect1">
<a name="libgtop-Net-List.other"></a><h2>Types and Values</h2>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="name">
<col class="description">
</colgroup>
<tbody>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-Net-List.html#GLIBTOP-NETLIST-NUMBER:CAPS" title="GLIBTOP_NETLIST_NUMBER">GLIBTOP_NETLIST_NUMBER</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-Net-List.html#GLIBTOP-MAX-NETLIST:CAPS" title="GLIBTOP_MAX_NETLIST">GLIBTOP_MAX_NETLIST</a></td>
</tr>
<tr>
<td class="datatype_keyword">struct</td>
<td class="function_name"><a class="link" href="libgtop-Net-List.html#glibtop-netlist" title="struct glibtop_netlist">glibtop_netlist</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-Net-List.html#glibtop-get-netlist-r" title="glibtop_get_netlist_r">glibtop_get_netlist_r</a></td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect1">
<a name="libgtop-Net-List.includes"></a><h2>Includes</h2>
<pre class="synopsis">#include &lt;glibtop/netlist.h&gt;
</pre>
</div>
<div class="refsect1">
<a name="libgtop-Net-List.description"></a><h2>Description</h2>
<p>The application class handles ...</p>
</div>
<div class="refsect1">
<a name="libgtop-Net-List.functions_details"></a><h2>Functions</h2>
<div class="refsect2">
<a name="glibtop-get-netlist"></a><h3>glibtop_get_netlist ()</h3>
<pre class="programlisting"><span class="returnvalue">char</span> **
glibtop_get_netlist (<em class="parameter"><code><a class="link" href="libgtop-Net-List.html#glibtop-netlist" title="struct glibtop_netlist"><span class="type">glibtop_netlist</span></a> *buf</code></em>);</pre>
<div class="refsect3">
<a name="glibtop-get-netlist.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>buf</p></td>
<td class="parameter_description"><p>a <a class="link" href="libgtop-Net-List.html#glibtop-netlist" title="struct glibtop_netlist"><span class="type">glibtop_netlist</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="glibtop-get-netlist.returns"></a><h4>Returns</h4>
<p> an array of network
interface names. </p>
<p><span class="annotation">[<a href="http://foldoc.org/array"><span class="acronym">array</span></a> zero-terminated=1][<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span></p>
</div>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-get-netlist-l"></a><h3>glibtop_get_netlist_l ()</h3>
<pre class="programlisting"><span class="returnvalue">char</span> **
glibtop_get_netlist_l (<em class="parameter"><code><a class="link" href="libgtop-GlibTop.html#glibtop" title="struct glibtop"><span class="type">glibtop</span></a> *server</code></em>,
<em class="parameter"><code><a class="link" href="libgtop-Net-List.html#glibtop-netlist" title="struct glibtop_netlist"><span class="type">glibtop_netlist</span></a> *buf</code></em>);</pre>
<div class="refsect3">
<a name="glibtop-get-netlist-l.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>server</p></td>
<td class="parameter_description"><p>a <a class="link" href="libgtop-GlibTop.html#glibtop" title="struct glibtop"><span class="type">glibtop</span></a> server</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>buf</p></td>
<td class="parameter_description"><p>a <a class="link" href="libgtop-Net-List.html#glibtop-netlist" title="struct glibtop_netlist"><span class="type">glibtop_netlist</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect3">
<a name="glibtop-get-netlist-l.returns"></a><h4>Returns</h4>
<p> an array of network
interface names. </p>
<p><span class="annotation">[<a href="http://foldoc.org/array"><span class="acronym">array</span></a> zero-terminated=1][<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span></p>
</div>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-get-netlist-p"></a><h3>glibtop_get_netlist_p ()</h3>
<pre class="programlisting"><span class="returnvalue">char</span> **
glibtop_get_netlist_p (<em class="parameter"><code><a class="link" href="libgtop-GlibTop.html#glibtop" title="struct glibtop"><span class="type">glibtop</span></a> *server</code></em>,
<em class="parameter"><code><a class="link" href="libgtop-Net-List.html#glibtop-netlist" title="struct glibtop_netlist"><span class="type">glibtop_netlist</span></a> *buf</code></em>);</pre>
<div class="refsect3">
<a name="glibtop-get-netlist-p.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>server</p></td>
<td class="parameter_description"><p>a <a class="link" href="libgtop-GlibTop.html#glibtop" title="struct glibtop"><span class="type">glibtop</span></a> server</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>buf</p></td>
<td class="parameter_description"><p>a <a class="link" href="libgtop-Net-List.html#glibtop-netlist" title="struct glibtop_netlist"><span class="type">glibtop_netlist</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect3">
<a name="glibtop-get-netlist-p.returns"></a><h4>Returns</h4>
<p> an array of network
interface names. </p>
<p><span class="annotation">[<a href="http://foldoc.org/array"><span class="acronym">array</span></a> zero-terminated=1][<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span></p>
</div>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-get-netlist-s"></a><h3>glibtop_get_netlist_s ()</h3>
<pre class="programlisting"><span class="returnvalue">char</span> **
glibtop_get_netlist_s (<em class="parameter"><code><a class="link" href="libgtop-GlibTop.html#glibtop" title="struct glibtop"><span class="type">glibtop</span></a> *server</code></em>,
<em class="parameter"><code><a class="link" href="libgtop-Net-List.html#glibtop-netlist" title="struct glibtop_netlist"><span class="type">glibtop_netlist</span></a> *buf</code></em>);</pre>
<div class="refsect3">
<a name="glibtop-get-netlist-s.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>server</p></td>
<td class="parameter_description"><p>a <a class="link" href="libgtop-GlibTop.html#glibtop" title="struct glibtop"><span class="type">glibtop</span></a> server</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>buf</p></td>
<td class="parameter_description"><p>a <a class="link" href="libgtop-Net-List.html#glibtop-netlist" title="struct glibtop_netlist"><span class="type">glibtop_netlist</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect3">
<a name="glibtop-get-netlist-s.returns"></a><h4>Returns</h4>
<p> an array of network
interface names. </p>
<p><span class="annotation">[<a href="http://foldoc.org/array"><span class="acronym">array</span></a> zero-terminated=1][<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span></p>
</div>
</div>
</div>
<div class="refsect1">
<a name="libgtop-Net-List.other_details"></a><h2>Types and Values</h2>
<div class="refsect2">
<a name="GLIBTOP-NETLIST-NUMBER:CAPS"></a><h3>GLIBTOP_NETLIST_NUMBER</h3>
<pre class="programlisting">#define GLIBTOP_NETLIST_NUMBER 0
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-MAX-NETLIST:CAPS"></a><h3>GLIBTOP_MAX_NETLIST</h3>
<pre class="programlisting">#define GLIBTOP_MAX_NETLIST 1
</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-netlist"></a><h3>struct glibtop_netlist</h3>
<pre class="programlisting">struct glibtop_netlist {
guint64 flags;
guint32 number;
};
</pre>
<div class="refsect3">
<a name="glibtop-netlist.members"></a><h4>Members</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="300px" class="struct_members_name">
<col class="struct_members_description">
<col width="200px" class="struct_members_annotations">
</colgroup>
<tbody>
<tr>
<td class="struct_member_name"><p><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint64"><span class="type">guint64</span></a> <em class="structfield"><code><a name="glibtop-netlist.flags"></a>flags</code></em>;</p></td>
<td> </td>
<td> </td>
</tr>
<tr>
<td class="struct_member_name"><p><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint32"><span class="type">guint32</span></a> <em class="structfield"><code><a name="glibtop-netlist.number"></a>number</code></em>;</p></td>
<td class="struct_member_description"><p>Number of entries in the returned list.</p></td>
<td class="struct_member_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-get-netlist-r"></a><h3>glibtop_get_netlist_r</h3>
<pre class="programlisting">#define glibtop_get_netlist_r glibtop_get_netlist_p
</pre>
</div>
</div>
<div class="refsect1">
<a name="libgtop-Net-List.see-also"></a><h2>See Also</h2>
<p><span class="type">libgtop-netload</span></p>
</div>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.25</div>
</body>
</html>

View File

@@ -0,0 +1,405 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Net Load: Libgtop Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
<link rel="home" href="index.html" title="Libgtop Reference Manual">
<link rel="up" href="libgtop-lib.html" title="Libgtop Library Reference">
<link rel="prev" href="libgtop-GlibTop-Server.html" title="GlibTop Server">
<link rel="next" href="libgtop-PPP.html" title="PPP">
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
<td width="100%" align="left" class="shortcuts">
<a href="#" class="shortcut">Top</a><span id="nav_description">  <span class="dim">|</span> 
<a href="#libgtop-Net-Load.description" class="shortcut">Description</a></span>
</td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
<td><a accesskey="u" href="libgtop-lib.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
<td><a accesskey="p" href="libgtop-GlibTop-Server.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="n" href="libgtop-PPP.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
</tr></table>
<div class="refentry">
<a name="libgtop-Net-Load"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="libgtop-Net-Load.top_of_page"></a>Net Load</span></h2>
<p>Net Load — Network Load.</p>
</td>
<td class="gallery_image" valign="top" align="right"></td>
</tr></table></div>
<div class="refsect1">
<a name="libgtop-Net-Load.stability-level"></a><h2>Stability Level</h2>
<a href="http://foldoc.org/Stable"><span class="acronym">Stable</span></a>, unless otherwise indicated
</div>
<div class="refsect1">
<a name="libgtop-Net-Load.functions"></a><h2>Functions</h2>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="functions_return">
<col class="functions_name">
</colgroup>
<tbody>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgtop-Net-Load.html#glibtop-get-netload" title="glibtop_get_netload ()">glibtop_get_netload</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgtop-Net-Load.html#glibtop-get-netload-l" title="glibtop_get_netload_l ()">glibtop_get_netload_l</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgtop-Net-Load.html#glibtop-get-netload-p" title="glibtop_get_netload_p ()">glibtop_get_netload_p</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgtop-Net-Load.html#glibtop-get-netload-s" title="glibtop_get_netload_s ()">glibtop_get_netload_s</a> <span class="c_punctuation">()</span>
</td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect1">
<a name="libgtop-Net-Load.other"></a><h2>Types and Values</h2>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="name">
<col class="description">
</colgroup>
<tbody>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-Net-Load.html#GLIBTOP-NETLOAD-IF-FLAGS:CAPS" title="GLIBTOP_NETLOAD_IF_FLAGS">GLIBTOP_NETLOAD_IF_FLAGS</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-Net-Load.html#GLIBTOP-NETLOAD-MTU:CAPS" title="GLIBTOP_NETLOAD_MTU">GLIBTOP_NETLOAD_MTU</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-Net-Load.html#GLIBTOP-NETLOAD-SUBNET:CAPS" title="GLIBTOP_NETLOAD_SUBNET">GLIBTOP_NETLOAD_SUBNET</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-Net-Load.html#GLIBTOP-NETLOAD-ADDRESS:CAPS" title="GLIBTOP_NETLOAD_ADDRESS">GLIBTOP_NETLOAD_ADDRESS</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-Net-Load.html#GLIBTOP-NETLOAD-PACKETS-IN:CAPS" title="GLIBTOP_NETLOAD_PACKETS_IN">GLIBTOP_NETLOAD_PACKETS_IN</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-Net-Load.html#GLIBTOP-NETLOAD-PACKETS-OUT:CAPS" title="GLIBTOP_NETLOAD_PACKETS_OUT">GLIBTOP_NETLOAD_PACKETS_OUT</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-Net-Load.html#GLIBTOP-NETLOAD-PACKETS-TOTAL:CAPS" title="GLIBTOP_NETLOAD_PACKETS_TOTAL">GLIBTOP_NETLOAD_PACKETS_TOTAL</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-Net-Load.html#GLIBTOP-NETLOAD-BYTES-IN:CAPS" title="GLIBTOP_NETLOAD_BYTES_IN">GLIBTOP_NETLOAD_BYTES_IN</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-Net-Load.html#GLIBTOP-NETLOAD-BYTES-OUT:CAPS" title="GLIBTOP_NETLOAD_BYTES_OUT">GLIBTOP_NETLOAD_BYTES_OUT</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-Net-Load.html#GLIBTOP-NETLOAD-BYTES-TOTAL:CAPS" title="GLIBTOP_NETLOAD_BYTES_TOTAL">GLIBTOP_NETLOAD_BYTES_TOTAL</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-Net-Load.html#GLIBTOP-NETLOAD-ERRORS-IN:CAPS" title="GLIBTOP_NETLOAD_ERRORS_IN">GLIBTOP_NETLOAD_ERRORS_IN</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-Net-Load.html#GLIBTOP-NETLOAD-ERRORS-OUT:CAPS" title="GLIBTOP_NETLOAD_ERRORS_OUT">GLIBTOP_NETLOAD_ERRORS_OUT</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-Net-Load.html#GLIBTOP-NETLOAD-ERRORS-TOTAL:CAPS" title="GLIBTOP_NETLOAD_ERRORS_TOTAL">GLIBTOP_NETLOAD_ERRORS_TOTAL</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-Net-Load.html#GLIBTOP-NETLOAD-COLLISIONS:CAPS" title="GLIBTOP_NETLOAD_COLLISIONS">GLIBTOP_NETLOAD_COLLISIONS</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-Net-Load.html#GLIBTOP-NETLOAD-ADDRESS6:CAPS" title="GLIBTOP_NETLOAD_ADDRESS6">GLIBTOP_NETLOAD_ADDRESS6</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-Net-Load.html#GLIBTOP-NETLOAD-PREFIX6:CAPS" title="GLIBTOP_NETLOAD_PREFIX6">GLIBTOP_NETLOAD_PREFIX6</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-Net-Load.html#GLIBTOP-NETLOAD-SCOPE6:CAPS" title="GLIBTOP_NETLOAD_SCOPE6">GLIBTOP_NETLOAD_SCOPE6</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-Net-Load.html#GLIBTOP-NETLOAD-HWADDRESS:CAPS" title="GLIBTOP_NETLOAD_HWADDRESS">GLIBTOP_NETLOAD_HWADDRESS</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-Net-Load.html#GLIBTOP-MAX-NETLOAD:CAPS" title="GLIBTOP_MAX_NETLOAD">GLIBTOP_MAX_NETLOAD</a></td>
</tr>
<tr>
<td class="datatype_keyword">struct</td>
<td class="function_name"><a class="link" href="libgtop-Net-Load.html#glibtop-netload" title="struct glibtop_netload">glibtop_netload</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-Net-Load.html#glibtop-get-netload-r" title="glibtop_get_netload_r">glibtop_get_netload_r</a></td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect1">
<a name="libgtop-Net-Load.includes"></a><h2>Includes</h2>
<pre class="synopsis">#include &lt;glibtop/netload.h&gt;
</pre>
</div>
<div class="refsect1">
<a name="libgtop-Net-Load.description"></a><h2>Description</h2>
<p>The application class handles ...</p>
</div>
<div class="refsect1">
<a name="libgtop-Net-Load.functions_details"></a><h2>Functions</h2>
<div class="refsect2">
<a name="glibtop-get-netload"></a><h3>glibtop_get_netload ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
glibtop_get_netload (<em class="parameter"><code><a class="link" href="libgtop-Net-Load.html#glibtop-netload" title="struct glibtop_netload"><span class="type">glibtop_netload</span></a> *buf</code></em>,
<em class="parameter"><code>const <span class="type">char</span> *interface</code></em>);</pre>
<p>Recolects network statistics for <em class="parameter"><code>interface</code></em>
(which is the same than in <span class="application">ifconfig</span>).
The values are returned into <em class="parameter"><code>buf</code></em>
.</p>
<div class="refsect3">
<a name="glibtop-get-netload.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>buf</p></td>
<td class="parameter_description"><p>The variable where the results will be assigned.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>interface</p></td>
<td class="parameter_description"><p>The name of the network interface.</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-get-netload-l"></a><h3>glibtop_get_netload_l ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
glibtop_get_netload_l (<em class="parameter"><code><a class="link" href="libgtop-GlibTop.html#glibtop" title="struct glibtop"><span class="type">glibtop</span></a> *server</code></em>,
<em class="parameter"><code><a class="link" href="libgtop-Net-Load.html#glibtop-netload" title="struct glibtop_netload"><span class="type">glibtop_netload</span></a> *buf</code></em>,
<em class="parameter"><code>const <span class="type">char</span> *interface</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-get-netload-p"></a><h3>glibtop_get_netload_p ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
glibtop_get_netload_p (<em class="parameter"><code><a class="link" href="libgtop-GlibTop.html#glibtop" title="struct glibtop"><span class="type">glibtop</span></a> *server</code></em>,
<em class="parameter"><code><a class="link" href="libgtop-Net-Load.html#glibtop-netload" title="struct glibtop_netload"><span class="type">glibtop_netload</span></a> *buf</code></em>,
<em class="parameter"><code>const <span class="type">char</span> *interface</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-get-netload-s"></a><h3>glibtop_get_netload_s ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
glibtop_get_netload_s (<em class="parameter"><code><a class="link" href="libgtop-GlibTop.html#glibtop" title="struct glibtop"><span class="type">glibtop</span></a> *server</code></em>,
<em class="parameter"><code><a class="link" href="libgtop-Net-Load.html#glibtop-netload" title="struct glibtop_netload"><span class="type">glibtop_netload</span></a> *buf</code></em>,
<em class="parameter"><code>const <span class="type">char</span> *interface</code></em>);</pre>
</div>
</div>
<div class="refsect1">
<a name="libgtop-Net-Load.other_details"></a><h2>Types and Values</h2>
<div class="refsect2">
<a name="GLIBTOP-NETLOAD-IF-FLAGS:CAPS"></a><h3>GLIBTOP_NETLOAD_IF_FLAGS</h3>
<pre class="programlisting">#define GLIBTOP_NETLOAD_IF_FLAGS 0
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-NETLOAD-MTU:CAPS"></a><h3>GLIBTOP_NETLOAD_MTU</h3>
<pre class="programlisting">#define GLIBTOP_NETLOAD_MTU 1
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-NETLOAD-SUBNET:CAPS"></a><h3>GLIBTOP_NETLOAD_SUBNET</h3>
<pre class="programlisting">#define GLIBTOP_NETLOAD_SUBNET 2
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-NETLOAD-ADDRESS:CAPS"></a><h3>GLIBTOP_NETLOAD_ADDRESS</h3>
<pre class="programlisting">#define GLIBTOP_NETLOAD_ADDRESS 3
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-NETLOAD-PACKETS-IN:CAPS"></a><h3>GLIBTOP_NETLOAD_PACKETS_IN</h3>
<pre class="programlisting">#define GLIBTOP_NETLOAD_PACKETS_IN 4
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-NETLOAD-PACKETS-OUT:CAPS"></a><h3>GLIBTOP_NETLOAD_PACKETS_OUT</h3>
<pre class="programlisting">#define GLIBTOP_NETLOAD_PACKETS_OUT 5
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-NETLOAD-PACKETS-TOTAL:CAPS"></a><h3>GLIBTOP_NETLOAD_PACKETS_TOTAL</h3>
<pre class="programlisting">#define GLIBTOP_NETLOAD_PACKETS_TOTAL 6
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-NETLOAD-BYTES-IN:CAPS"></a><h3>GLIBTOP_NETLOAD_BYTES_IN</h3>
<pre class="programlisting">#define GLIBTOP_NETLOAD_BYTES_IN 7
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-NETLOAD-BYTES-OUT:CAPS"></a><h3>GLIBTOP_NETLOAD_BYTES_OUT</h3>
<pre class="programlisting">#define GLIBTOP_NETLOAD_BYTES_OUT 8
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-NETLOAD-BYTES-TOTAL:CAPS"></a><h3>GLIBTOP_NETLOAD_BYTES_TOTAL</h3>
<pre class="programlisting">#define GLIBTOP_NETLOAD_BYTES_TOTAL 9
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-NETLOAD-ERRORS-IN:CAPS"></a><h3>GLIBTOP_NETLOAD_ERRORS_IN</h3>
<pre class="programlisting">#define GLIBTOP_NETLOAD_ERRORS_IN 10
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-NETLOAD-ERRORS-OUT:CAPS"></a><h3>GLIBTOP_NETLOAD_ERRORS_OUT</h3>
<pre class="programlisting">#define GLIBTOP_NETLOAD_ERRORS_OUT 11
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-NETLOAD-ERRORS-TOTAL:CAPS"></a><h3>GLIBTOP_NETLOAD_ERRORS_TOTAL</h3>
<pre class="programlisting">#define GLIBTOP_NETLOAD_ERRORS_TOTAL 12
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-NETLOAD-COLLISIONS:CAPS"></a><h3>GLIBTOP_NETLOAD_COLLISIONS</h3>
<pre class="programlisting">#define GLIBTOP_NETLOAD_COLLISIONS 13
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-NETLOAD-ADDRESS6:CAPS"></a><h3>GLIBTOP_NETLOAD_ADDRESS6</h3>
<pre class="programlisting">#define GLIBTOP_NETLOAD_ADDRESS6 14
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-NETLOAD-PREFIX6:CAPS"></a><h3>GLIBTOP_NETLOAD_PREFIX6</h3>
<pre class="programlisting">#define GLIBTOP_NETLOAD_PREFIX6 15
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-NETLOAD-SCOPE6:CAPS"></a><h3>GLIBTOP_NETLOAD_SCOPE6</h3>
<pre class="programlisting">#define GLIBTOP_NETLOAD_SCOPE6 16
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-NETLOAD-HWADDRESS:CAPS"></a><h3>GLIBTOP_NETLOAD_HWADDRESS</h3>
<pre class="programlisting">#define GLIBTOP_NETLOAD_HWADDRESS 17
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-MAX-NETLOAD:CAPS"></a><h3>GLIBTOP_MAX_NETLOAD</h3>
<pre class="programlisting">#define GLIBTOP_MAX_NETLOAD 18
</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-netload"></a><h3>struct glibtop_netload</h3>
<pre class="programlisting">struct glibtop_netload {
guint64 flags;
guint64 if_flags; /* GLIBTOP_NETLOAD_IF_FLAGS */
guint32 mtu; /* GLIBTOP_NETLOAD_MTU */
guint32 subnet; /* GLIBTOP_NETLOAD_SUBNET */
guint32 address; /* GLIBTOP_NETLOAD_ADDRESS */
guint64 packets_in; /* GLIBTOP_NETLOAD_PACKETS_IN */
guint64 packets_out; /* GLIBTOP_NETLOAD_PACKETS_OUT */
guint64 packets_total; /* GLIBTOP_NETLOAD_PACKETS_TOTAL*/
guint64 bytes_in; /* GLIBTOP_NETLOAD_BYTES_IN */
guint64 bytes_out; /* GLIBTOP_NETLOAD_BYTES_OUT */
guint64 bytes_total; /* GLIBTOP_NETLOAD_BYTES_TOTAL */
guint64 errors_in; /* GLIBTOP_NETLOAD_ERRORS_IN */
guint64 errors_out; /* GLIBTOP_NETLOAD_ERRORS_OUT */
guint64 errors_total; /* GLIBTOP_NETLOAD_ERRORS_TOTAL */
guint64 collisions; /* GLIBTOP_NETLOAD_COLLISIONS */
guint8 address6[16]; /* GLIBTOP_NETLOAD_ADDRESS6 */
guint8 prefix6[16]; /* GLIBTOP_NETLOAD_PREXIF6 */
guint8 scope6; /* GLIBTOP_NETLOAD_SCOPE6 */
guint8 hwaddress[8]; /* GLIBTOP_NETLOAD_HWADDRESS */
};
</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-get-netload-r"></a><h3>glibtop_get_netload_r</h3>
<pre class="programlisting">#define glibtop_get_netload_r glibtop_get_netload_p
</pre>
</div>
</div>
<div class="refsect1">
<a name="libgtop-Net-Load.see-also"></a><h2>See Also</h2>
<p><span class="type">libtop-netlist</span></p>
</div>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.25</div>
</body>
</html>

View File

@@ -0,0 +1,227 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>PPP: Libgtop Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
<link rel="home" href="index.html" title="Libgtop Reference Manual">
<link rel="up" href="libgtop-lib.html" title="Libgtop Library Reference">
<link rel="prev" href="libgtop-Net-Load.html" title="Net Load">
<link rel="next" href="libgtop-Shared-Memory-Limits.html" title="Shared Memory Limits">
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
<td width="100%" align="left" class="shortcuts">
<a href="#" class="shortcut">Top</a><span id="nav_description">  <span class="dim">|</span> 
<a href="#libgtop-PPP.description" class="shortcut">Description</a></span>
</td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
<td><a accesskey="u" href="libgtop-lib.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
<td><a accesskey="p" href="libgtop-Net-Load.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="n" href="libgtop-Shared-Memory-Limits.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
</tr></table>
<div class="refentry">
<a name="libgtop-PPP"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="libgtop-PPP.top_of_page"></a>PPP</span></h2>
<p>PPP — PPP Usage.</p>
</td>
<td class="gallery_image" valign="top" align="right"></td>
</tr></table></div>
<div class="refsect1">
<a name="libgtop-PPP.stability-level"></a><h2>Stability Level</h2>
<a href="http://foldoc.org/Stable"><span class="acronym">Stable</span></a>, unless otherwise indicated
</div>
<div class="refsect1">
<a name="libgtop-PPP.functions"></a><h2>Functions</h2>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="functions_return">
<col class="functions_name">
</colgroup>
<tbody>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgtop-PPP.html#glibtop-get-ppp" title="glibtop_get_ppp ()">glibtop_get_ppp</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgtop-PPP.html#glibtop-get-ppp-l" title="glibtop_get_ppp_l ()">glibtop_get_ppp_l</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgtop-PPP.html#glibtop-get-ppp-p" title="glibtop_get_ppp_p ()">glibtop_get_ppp_p</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgtop-PPP.html#glibtop-get-ppp-s" title="glibtop_get_ppp_s ()">glibtop_get_ppp_s</a> <span class="c_punctuation">()</span>
</td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect1">
<a name="libgtop-PPP.other"></a><h2>Types and Values</h2>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="name">
<col class="description">
</colgroup>
<tbody>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-PPP.html#GLIBTOP-PPP-STATE:CAPS" title="GLIBTOP_PPP_STATE">GLIBTOP_PPP_STATE</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-PPP.html#GLIBTOP-PPP-BYTES-IN:CAPS" title="GLIBTOP_PPP_BYTES_IN">GLIBTOP_PPP_BYTES_IN</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-PPP.html#GLIBTOP-PPP-BYTES-OUT:CAPS" title="GLIBTOP_PPP_BYTES_OUT">GLIBTOP_PPP_BYTES_OUT</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-PPP.html#GLIBTOP-MAX-PPP:CAPS" title="GLIBTOP_MAX_PPP">GLIBTOP_MAX_PPP</a></td>
</tr>
<tr>
<td class="datatype_keyword">struct</td>
<td class="function_name"><a class="link" href="libgtop-PPP.html#glibtop-ppp" title="struct glibtop_ppp">glibtop_ppp</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-PPP.html#glibtop-get-ppp-r" title="glibtop_get_ppp_r">glibtop_get_ppp_r</a></td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect1">
<a name="libgtop-PPP.includes"></a><h2>Includes</h2>
<pre class="synopsis">#include &lt;glibtop/ppp.h&gt;
</pre>
</div>
<div class="refsect1">
<a name="libgtop-PPP.description"></a><h2>Description</h2>
<p>Management of a PPP device.</p>
</div>
<div class="refsect1">
<a name="libgtop-PPP.functions_details"></a><h2>Functions</h2>
<div class="refsect2">
<a name="glibtop-get-ppp"></a><h3>glibtop_get_ppp ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
glibtop_get_ppp (<em class="parameter"><code><a class="link" href="libgtop-PPP.html#glibtop-ppp" title="struct glibtop_ppp"><span class="type">glibtop_ppp</span></a> *buf</code></em>,
<em class="parameter"><code><span class="type">unsigned short </span> device</code></em>);</pre>
<p>Get the PPP usage.</p>
<div class="refsect3">
<a name="glibtop-get-ppp.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>buf</p></td>
<td class="parameter_description"><p>A location to return the PPP usage
<em class="parameter"><code>short</code></em>
device: The device to ask information</p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-get-ppp-l"></a><h3>glibtop_get_ppp_l ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
glibtop_get_ppp_l (<em class="parameter"><code><a class="link" href="libgtop-GlibTop.html#glibtop" title="struct glibtop"><span class="type">glibtop</span></a> *server</code></em>,
<em class="parameter"><code><a class="link" href="libgtop-PPP.html#glibtop-ppp" title="struct glibtop_ppp"><span class="type">glibtop_ppp</span></a> *buf</code></em>,
<em class="parameter"><code><span class="type">unsigned short </span> device</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-get-ppp-p"></a><h3>glibtop_get_ppp_p ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
glibtop_get_ppp_p (<em class="parameter"><code><a class="link" href="libgtop-GlibTop.html#glibtop" title="struct glibtop"><span class="type">glibtop</span></a> *server</code></em>,
<em class="parameter"><code><a class="link" href="libgtop-PPP.html#glibtop-ppp" title="struct glibtop_ppp"><span class="type">glibtop_ppp</span></a> *buf</code></em>,
<em class="parameter"><code><span class="type">unsigned short </span> device</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-get-ppp-s"></a><h3>glibtop_get_ppp_s ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
glibtop_get_ppp_s (<em class="parameter"><code><a class="link" href="libgtop-GlibTop.html#glibtop" title="struct glibtop"><span class="type">glibtop</span></a> *server</code></em>,
<em class="parameter"><code><a class="link" href="libgtop-PPP.html#glibtop-ppp" title="struct glibtop_ppp"><span class="type">glibtop_ppp</span></a> *buf</code></em>,
<em class="parameter"><code><span class="type">unsigned short </span> device</code></em>);</pre>
</div>
</div>
<div class="refsect1">
<a name="libgtop-PPP.other_details"></a><h2>Types and Values</h2>
<div class="refsect2">
<a name="GLIBTOP-PPP-STATE:CAPS"></a><h3>GLIBTOP_PPP_STATE</h3>
<pre class="programlisting">#define GLIBTOP_PPP_STATE 0
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-PPP-BYTES-IN:CAPS"></a><h3>GLIBTOP_PPP_BYTES_IN</h3>
<pre class="programlisting">#define GLIBTOP_PPP_BYTES_IN 1
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-PPP-BYTES-OUT:CAPS"></a><h3>GLIBTOP_PPP_BYTES_OUT</h3>
<pre class="programlisting">#define GLIBTOP_PPP_BYTES_OUT 2
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-MAX-PPP:CAPS"></a><h3>GLIBTOP_MAX_PPP</h3>
<pre class="programlisting">#define GLIBTOP_MAX_PPP 3
</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-ppp"></a><h3>struct glibtop_ppp</h3>
<pre class="programlisting">struct glibtop_ppp {
guint64 flags;
guint64 state; /* GLIBTOP_PPP_STATE */
guint64 bytes_in; /* GLIBTOP_PPP_BYTES_IN */
guint64 bytes_out; /* GLIBTOP_PPP_BYTES_OUT */
};
</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-get-ppp-r"></a><h3>glibtop_get_ppp_r</h3>
<pre class="programlisting">#define glibtop_get_ppp_r glibtop_get_ppp_p
</pre>
</div>
</div>
<div class="refsect1">
<a name="libgtop-PPP.see-also"></a><h2>See Also</h2>
<p><span class="type">libgtop-netload</span>, <span class="type">libgtop-netlist</span></p>
</div>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.25</div>
</body>
</html>

View File

@@ -0,0 +1,196 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Process Arguments: Libgtop Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
<link rel="home" href="index.html" title="Libgtop Reference Manual">
<link rel="up" href="libgtop-lib.html" title="Libgtop Library Reference">
<link rel="prev" href="libgtop-parameter.html" title="parameter">
<link rel="next" href="libgtop-procmem.html" title="procmem">
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
<td width="100%" align="left" class="shortcuts">
<a href="#" class="shortcut">Top</a><span id="nav_description">  <span class="dim">|</span> 
<a href="#libgtop-Process-Arguments.description" class="shortcut">Description</a></span>
</td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
<td><a accesskey="u" href="libgtop-lib.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
<td><a accesskey="p" href="libgtop-parameter.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="n" href="libgtop-procmem.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
</tr></table>
<div class="refentry">
<a name="libgtop-Process-Arguments"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="libgtop-Process-Arguments.top_of_page"></a>Process Arguments</span></h2>
<p>Process Arguments — Get process command line arguments</p>
</td>
<td class="gallery_image" valign="top" align="right"></td>
</tr></table></div>
<div class="refsect1">
<a name="libgtop-Process-Arguments.stability-level"></a><h2>Stability Level</h2>
<a href="http://foldoc.org/Stable"><span class="acronym">Stable</span></a>, unless otherwise indicated
</div>
<div class="refsect1">
<a name="libgtop-Process-Arguments.functions"></a><h2>Functions</h2>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="functions_return">
<col class="functions_name">
</colgroup>
<tbody>
<tr>
<td class="function_type">
<span class="returnvalue">char</span> *
</td>
<td class="function_name">
<a class="link" href="libgtop-Process-Arguments.html#glibtop-get-proc-args" title="glibtop_get_proc_args ()">glibtop_get_proc_args</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">char</span> **
</td>
<td class="function_name">
<a class="link" href="libgtop-Process-Arguments.html#glibtop-get-proc-argv" title="glibtop_get_proc_argv ()">glibtop_get_proc_argv</a> <span class="c_punctuation">()</span>
</td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect1">
<a name="libgtop-Process-Arguments.other"></a><h2>Types and Values</h2>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="name">
<col class="description">
</colgroup>
<tbody><tr>
<td class="datatype_keyword">struct</td>
<td class="function_name"><a class="link" href="libgtop-Process-Arguments.html#glibtop-proc-args" title="struct glibtop_proc_args">glibtop_proc_args</a></td>
</tr></tbody>
</table></div>
</div>
<div class="refsect1">
<a name="libgtop-Process-Arguments.includes"></a><h2>Includes</h2>
<pre class="synopsis">#include &lt;glibtop/procargs.h&gt;
</pre>
</div>
<div class="refsect1">
<a name="libgtop-Process-Arguments.description"></a><h2>Description</h2>
</div>
<div class="refsect1">
<a name="libgtop-Process-Arguments.functions_details"></a><h2>Functions</h2>
<div class="refsect2">
<a name="glibtop-get-proc-args"></a><h3>glibtop_get_proc_args ()</h3>
<pre class="programlisting"><span class="returnvalue">char</span> *
glibtop_get_proc_args (<em class="parameter"><code><a class="link" href="libgtop-Process-Arguments.html#glibtop-proc-args" title="struct glibtop_proc_args"><span class="type">glibtop_proc_args</span></a> *buf</code></em>,
<em class="parameter"><code><span class="type">pid_t</span> pid</code></em>,
<em class="parameter"><code><span class="type">unsigned </span> max_len</code></em>);</pre>
<p>Get process command line arguments.</p>
<div class="refsect3">
<a name="glibtop-get-proc-args.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>buf</p></td>
<td class="parameter_description"><p>Struct with <em class="parameter"><code>size</code></em>
of returned string.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>pid</p></td>
<td class="parameter_description"><p>Process id</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>max_len</p></td>
<td class="parameter_description"><p>Maximum length of string to return (use zero to get all arguments).</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect3">
<a name="glibtop-get-proc-args.returns"></a><h4>Returns</h4>
<p> <em class="parameter"><code>pid</code></em>
's command line arguments separated by null bytes; the length of
this string is returned in the <em class="parameter"><code>buf</code></em>
size field. You are required to free
the string when done.</p>
</div>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-get-proc-argv"></a><h3>glibtop_get_proc_argv ()</h3>
<pre class="programlisting"><span class="returnvalue">char</span> **
glibtop_get_proc_argv (<em class="parameter"><code><a class="link" href="libgtop-Process-Arguments.html#glibtop-proc-args" title="struct glibtop_proc_args"><span class="type">glibtop_proc_args</span></a> *buf</code></em>,
<em class="parameter"><code><span class="type">pid_t</span> pid</code></em>,
<em class="parameter"><code><span class="type">unsigned </span> max_len</code></em>);</pre>
<p>Get process command line arguments.</p>
<div class="refsect3">
<a name="glibtop-get-proc-argv.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>buf</p></td>
<td class="parameter_description"><p>Struct with <em class="parameter"><code>size</code></em>
of combined returned arguments.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>pid</p></td>
<td class="parameter_description"><p>Process id</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>max_len</p></td>
<td class="parameter_description"><p>Maximum length of all arguments combined (use zero to get all arguments).</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect3">
<a name="glibtop-get-proc-argv.returns"></a><h4>Returns</h4>
<p> A NULL-terminated array of strings with all arguments of process pid
(up to <em class="parameter"><code>max_len</code></em>
characters). Remember to <code class="function">g_strfreev</code>
the returned array to avoid a memory leak.</p>
</div>
</div>
</div>
<div class="refsect1">
<a name="libgtop-Process-Arguments.other_details"></a><h2>Types and Values</h2>
<div class="refsect2">
<a name="glibtop-proc-args"></a><h3>struct glibtop_proc_args</h3>
<pre class="programlisting">struct glibtop_proc_args {
guint64 flags;
guint64 size; /* GLIBTOP_PROC_ARGS_SIZE */
};
</pre>
</div>
</div>
<div class="refsect1">
<a name="libgtop-Process-Arguments.see-also"></a><h2>See Also</h2>
<p><a class="link" href="libgtop-Process-List.html" title="Process List"><span class="type">libgtop-Process-List</span></a></p>
</div>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.25</div>
</body>
</html>

View File

@@ -0,0 +1,302 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Process List: Libgtop Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
<link rel="home" href="index.html" title="Libgtop Reference Manual">
<link rel="up" href="libgtop-lib.html" title="Libgtop Library Reference">
<link rel="prev" href="libgtop-version.html" title="version">
<link rel="next" href="libgtop-sem-limits.html" title="sem_limits">
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
<td width="100%" align="left" class="shortcuts">
<a href="#" class="shortcut">Top</a><span id="nav_description">  <span class="dim">|</span> 
<a href="#libgtop-Process-List.description" class="shortcut">Description</a></span>
</td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
<td><a accesskey="u" href="libgtop-lib.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
<td><a accesskey="p" href="libgtop-version.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="n" href="libgtop-sem-limits.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
</tr></table>
<div class="refentry">
<a name="libgtop-Process-List"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="libgtop-Process-List.top_of_page"></a>Process List</span></h2>
<p>Process List — List running processes</p>
</td>
<td class="gallery_image" valign="top" align="right"></td>
</tr></table></div>
<div class="refsect1">
<a name="libgtop-Process-List.stability-level"></a><h2>Stability Level</h2>
<a href="http://foldoc.org/Stable"><span class="acronym">Stable</span></a>, unless otherwise indicated
</div>
<div class="refsect1">
<a name="libgtop-Process-List.functions"></a><h2>Functions</h2>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="functions_return">
<col class="functions_name">
</colgroup>
<tbody><tr>
<td class="function_type">
<span class="returnvalue">pid_t</span> *
</td>
<td class="function_name">
<a class="link" href="libgtop-Process-List.html#glibtop-get-proclist" title="glibtop_get_proclist ()">glibtop_get_proclist</a> <span class="c_punctuation">()</span>
</td>
</tr></tbody>
</table></div>
</div>
<div class="refsect1">
<a name="libgtop-Process-List.other"></a><h2>Types and Values</h2>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="name">
<col class="description">
</colgroup>
<tbody>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-Process-List.html#GLIBTOP-KERN-PROC-ALL:CAPS" title="GLIBTOP_KERN_PROC_ALL">GLIBTOP_KERN_PROC_ALL</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-Process-List.html#GLIBTOP-KERN-PROC-PID:CAPS" title="GLIBTOP_KERN_PROC_PID">GLIBTOP_KERN_PROC_PID</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-Process-List.html#GLIBTOP-KERN-PROC-PGRP:CAPS" title="GLIBTOP_KERN_PROC_PGRP">GLIBTOP_KERN_PROC_PGRP</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-Process-List.html#GLIBTOP-KERN-PROC-SESSION:CAPS" title="GLIBTOP_KERN_PROC_SESSION">GLIBTOP_KERN_PROC_SESSION</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-Process-List.html#GLIBTOP-KERN-PROC-TTY:CAPS" title="GLIBTOP_KERN_PROC_TTY">GLIBTOP_KERN_PROC_TTY</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-Process-List.html#GLIBTOP-KERN-PROC-UID:CAPS" title="GLIBTOP_KERN_PROC_UID">GLIBTOP_KERN_PROC_UID</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-Process-List.html#GLIBTOP-KERN-PROC-RUID:CAPS" title="GLIBTOP_KERN_PROC_RUID">GLIBTOP_KERN_PROC_RUID</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-Process-List.html#GLIBTOP-KERN-PROC-MASK:CAPS" title="GLIBTOP_KERN_PROC_MASK">GLIBTOP_KERN_PROC_MASK</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-Process-List.html#GLIBTOP-EXCLUDE-IDLE:CAPS" title="GLIBTOP_EXCLUDE_IDLE">GLIBTOP_EXCLUDE_IDLE</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-Process-List.html#GLIBTOP-EXCLUDE-SYSTEM:CAPS" title="GLIBTOP_EXCLUDE_SYSTEM">GLIBTOP_EXCLUDE_SYSTEM</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-Process-List.html#GLIBTOP-EXCLUDE-NOTTY:CAPS" title="GLIBTOP_EXCLUDE_NOTTY">GLIBTOP_EXCLUDE_NOTTY</a></td>
</tr>
<tr>
<td class="datatype_keyword">struct</td>
<td class="function_name"><a class="link" href="libgtop-Process-List.html#glibtop-proclist" title="struct glibtop_proclist">glibtop_proclist</a></td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect1">
<a name="libgtop-Process-List.includes"></a><h2>Includes</h2>
<pre class="synopsis">#include &lt;glibtop/proclist.h&gt;
</pre>
</div>
<div class="refsect1">
<a name="libgtop-Process-List.description"></a><h2>Description</h2>
</div>
<div class="refsect1">
<a name="libgtop-Process-List.functions_details"></a><h2>Functions</h2>
<div class="refsect2">
<a name="glibtop-get-proclist"></a><h3>glibtop_get_proclist ()</h3>
<pre class="programlisting"><span class="returnvalue">pid_t</span> *
glibtop_get_proclist (<em class="parameter"><code><a class="link" href="libgtop-Process-List.html#glibtop-proclist" title="struct glibtop_proclist"><span class="type">glibtop_proclist</span></a> *buf</code></em>,
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint64"><span class="type">gint64</span></a> which</code></em>,
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint64"><span class="type">gint64</span></a> arg</code></em>);</pre>
<div class="refsect3">
<a name="glibtop-get-proclist.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>buf</p></td>
<td class="parameter_description"><p>Extra return information, see <a class="link" href="libgtop-Process-List.html#glibtop-proclist" title="struct glibtop_proclist"><span class="type">glibtop_proclist</span></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>which</p></td>
<td class="parameter_description"><p>Criteria for processes in returned list. See the <span class="type">GLIBTOP_KERN_PROC_*</span> and <span class="type">GLIBTOP_EXCLUDE_*</span> constants.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>arg</p></td>
<td class="parameter_description"><p>Extra arguments applied to <em class="parameter"><code>which</code></em>
. Only <span class="type">GLIBTOP_KERN_PROC_*</span> constants take arguments, see each constant definition for particular <em class="parameter"><code>arg</code></em>
description.</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect3">
<a name="glibtop-get-proclist.returns"></a><h4>Returns</h4>
<p> A list of running processes or <span class="type">NULL</span> on error. The
returned list is allocated using <code class="function">g_malloc</code> and must be
freed using <code class="function">g_free</code> to avoid a memory leak.</p>
</div>
</div>
</div>
<div class="refsect1">
<a name="libgtop-Process-List.other_details"></a><h2>Types and Values</h2>
<div class="refsect2">
<a name="GLIBTOP-KERN-PROC-ALL:CAPS"></a><h3>GLIBTOP_KERN_PROC_ALL</h3>
<pre class="programlisting">#define GLIBTOP_KERN_PROC_ALL 0
</pre>
<p>Return information about all processes</p>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-KERN-PROC-PID:CAPS"></a><h3>GLIBTOP_KERN_PROC_PID</h3>
<pre class="programlisting">#define GLIBTOP_KERN_PROC_PID 1
</pre>
<p>Return all processes with the pid which is passed in <em class="parameter"><code>arg</code></em>
. You can use this to find out whether some process still exists.</p>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-KERN-PROC-PGRP:CAPS"></a><h3>GLIBTOP_KERN_PROC_PGRP</h3>
<pre class="programlisting">#define GLIBTOP_KERN_PROC_PGRP 2
</pre>
<p>Return all processes in the process group passed in <em class="parameter"><code>arg</code></em>
.</p>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-KERN-PROC-SESSION:CAPS"></a><h3>GLIBTOP_KERN_PROC_SESSION</h3>
<pre class="programlisting">#define GLIBTOP_KERN_PROC_SESSION 3
</pre>
<p>Return all processes in the session passed in <em class="parameter"><code>arg</code></em>
.</p>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-KERN-PROC-TTY:CAPS"></a><h3>GLIBTOP_KERN_PROC_TTY</h3>
<pre class="programlisting">#define GLIBTOP_KERN_PROC_TTY 4
</pre>
<p>Return all processes which have the controlling tty passed in <em class="parameter"><code>arg</code></em>
(which is interpreted as the device number).</p>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-KERN-PROC-UID:CAPS"></a><h3>GLIBTOP_KERN_PROC_UID</h3>
<pre class="programlisting">#define GLIBTOP_KERN_PROC_UID 5
</pre>
<p>Return all processes with the effective uid passed in <em class="parameter"><code>arg</code></em>
.</p>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-KERN-PROC-RUID:CAPS"></a><h3>GLIBTOP_KERN_PROC_RUID</h3>
<pre class="programlisting">#define GLIBTOP_KERN_PROC_RUID 6
</pre>
<p>Return all processes with the real uid passed in <em class="parameter"><code>arg</code></em>
.</p>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-KERN-PROC-MASK:CAPS"></a><h3>GLIBTOP_KERN_PROC_MASK</h3>
<pre class="programlisting">#define GLIBTOP_KERN_PROC_MASK 15
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-EXCLUDE-IDLE:CAPS"></a><h3>GLIBTOP_EXCLUDE_IDLE</h3>
<pre class="programlisting">#define GLIBTOP_EXCLUDE_IDLE 0x1000
</pre>
<p>Exclude idle processes.</p>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-EXCLUDE-SYSTEM:CAPS"></a><h3>GLIBTOP_EXCLUDE_SYSTEM</h3>
<pre class="programlisting">#define GLIBTOP_EXCLUDE_SYSTEM 0x2000
</pre>
<p>Exclude system (on most UNIXes root's) processes.</p>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-EXCLUDE-NOTTY:CAPS"></a><h3>GLIBTOP_EXCLUDE_NOTTY</h3>
<pre class="programlisting">#define GLIBTOP_EXCLUDE_NOTTY 0x4000
</pre>
<p>Exclude processes without a controlling terminal.</p>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-proclist"></a><h3>struct glibtop_proclist</h3>
<pre class="programlisting">struct glibtop_proclist {
guint64 flags;
guint64 number; /* GLIBTOP_PROCLIST_NUMBER */
guint64 total; /* GLIBTOP_PROCLIST_TOTAL */
guint64 size; /* GLIBTOP_PROCLIST_SIZE */
};
</pre>
<div class="refsect3">
<a name="glibtop-proclist.members"></a><h4>Members</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="300px" class="struct_members_name">
<col class="struct_members_description">
<col width="200px" class="struct_members_annotations">
</colgroup>
<tbody>
<tr>
<td class="struct_member_name"><p><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint64"><span class="type">guint64</span></a> <em class="structfield"><code><a name="glibtop-proclist.flags"></a>flags</code></em>;</p></td>
<td> </td>
<td> </td>
</tr>
<tr>
<td class="struct_member_name"><p><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint64"><span class="type">guint64</span></a> <em class="structfield"><code><a name="glibtop-proclist.number"></a>number</code></em>;</p></td>
<td class="struct_member_description"><p>Number of entries in the returned list.</p></td>
<td class="struct_member_annotations"> </td>
</tr>
<tr>
<td class="struct_member_name"><p><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint64"><span class="type">guint64</span></a> <em class="structfield"><code><a name="glibtop-proclist.total"></a>total</code></em>;</p></td>
<td class="struct_member_description"><p>Total size of the returned list (this equals <em class="parameter"><code>number</code></em>
* <em class="parameter"><code>size</code></em>
).</p></td>
<td class="struct_member_annotations"> </td>
</tr>
<tr>
<td class="struct_member_name"><p><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint64"><span class="type">guint64</span></a> <em class="structfield"><code><a name="glibtop-proclist.size"></a>size</code></em>;</p></td>
<td class="struct_member_description"><p>Size of a single entry in the returned list
(this equals <span class="type">sizeof(unsigned)</span>).</p></td>
<td class="struct_member_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
</div>
</div>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.25</div>
</body>
</html>

View File

@@ -0,0 +1,214 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Process Time: Libgtop Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
<link rel="home" href="index.html" title="Libgtop Reference Manual">
<link rel="up" href="libgtop-lib.html" title="Libgtop Library Reference">
<link rel="prev" href="libgtop-procuid.html" title="procuid">
<link rel="next" href="libgtop-signal.html" title="signal">
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
<td width="100%" align="left" class="shortcuts">
<a href="#" class="shortcut">Top</a><span id="nav_description">  <span class="dim">|</span> 
<a href="#libgtop-Process-Time.description" class="shortcut">Description</a></span>
</td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
<td><a accesskey="u" href="libgtop-lib.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
<td><a accesskey="p" href="libgtop-procuid.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="n" href="libgtop-signal.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
</tr></table>
<div class="refentry">
<a name="libgtop-Process-Time"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="libgtop-Process-Time.top_of_page"></a>Process Time</span></h2>
<p>Process Time — Get process time information</p>
</td>
<td class="gallery_image" valign="top" align="right"></td>
</tr></table></div>
<div class="refsect1">
<a name="libgtop-Process-Time.stability-level"></a><h2>Stability Level</h2>
<a href="http://foldoc.org/Stable"><span class="acronym">Stable</span></a>, unless otherwise indicated
</div>
<div class="refsect1">
<a name="libgtop-Process-Time.functions"></a><h2>Functions</h2>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="functions_return">
<col class="functions_name">
</colgroup>
<tbody><tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgtop-Process-Time.html#glibtop-get-proc-time" title="glibtop_get_proc_time ()">glibtop_get_proc_time</a> <span class="c_punctuation">()</span>
</td>
</tr></tbody>
</table></div>
</div>
<div class="refsect1">
<a name="libgtop-Process-Time.other"></a><h2>Types and Values</h2>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="name">
<col class="description">
</colgroup>
<tbody><tr>
<td class="datatype_keyword">struct</td>
<td class="function_name"><a class="link" href="libgtop-Process-Time.html#glibtop-proc-time" title="struct glibtop_proc_time">glibtop_proc_time</a></td>
</tr></tbody>
</table></div>
</div>
<div class="refsect1">
<a name="libgtop-Process-Time.includes"></a><h2>Includes</h2>
<pre class="synopsis">#include &lt;glibtop/proctime.h&gt;
</pre>
</div>
<div class="refsect1">
<a name="libgtop-Process-Time.description"></a><h2>Description</h2>
</div>
<div class="refsect1">
<a name="libgtop-Process-Time.functions_details"></a><h2>Functions</h2>
<div class="refsect2">
<a name="glibtop-get-proc-time"></a><h3>glibtop_get_proc_time ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
glibtop_get_proc_time (<em class="parameter"><code><a class="link" href="libgtop-Process-Time.html#glibtop-proc-time" title="struct glibtop_proc_time"><span class="type">glibtop_proc_time</span></a> *buf</code></em>,
<em class="parameter"><code><span class="type">pid_t</span> pid</code></em>);</pre>
<p>Get process time information.</p>
<div class="refsect3">
<a name="glibtop-get-proc-time.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>buf</p></td>
<td class="parameter_description"><p>Returned process time information - see <a class="link" href="libgtop-Process-Time.html#glibtop-proc-time" title="struct glibtop_proc_time"><span class="type">glibtop_proc_time</span></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>pid</p></td>
<td class="parameter_description"><p>Process id</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
</div>
</div>
<div class="refsect1">
<a name="libgtop-Process-Time.other_details"></a><h2>Types and Values</h2>
<div class="refsect2">
<a name="glibtop-proc-time"></a><h3>struct glibtop_proc_time</h3>
<pre class="programlisting">struct glibtop_proc_time {
guint64 start_time;
guint64 rtime;
guint64 utime;
guint64 stime;
guint64 cutime;
guint64 cstime;
guint64 timeout;
guint64 it_real_value;
guint64 frequency;
guint64 xcpu_utime [GLIBTOP_NCPU];
guint64 xcpu_stime [GLIBTOP_NCPU];
};
</pre>
<p>Process time data filled by <a class="link" href="libgtop-Process-Time.html#glibtop-get-proc-time" title="glibtop_get_proc_time ()"><code class="function">glibtop_get_proc_time()</code></a>.</p>
<p>Under Linux the <em class="parameter"><code>start_time</code></em>
value may be wrong due to the information
available from the kernel.</p>
<p>The Linux kernel defines <span class="type">INITIAL_JIFFIES</span> which implies a time
shift. Because <span class="type">INITIAL_JIFFIES</span> is not user-space defined,
we cannot use it to compute an accurate <em class="parameter"><code>start_time</code></em>
. On Linux 2.6,</p>
<span class="type">INITIAL_JIFFIES</span> is 300 so <em class="parameter"><code>start_time</code></em> is
<p>always 3s different from the real start time of the given process. You
may also get shift results if your system clock is not synchronised
with your hardware clock. See <span class="command"><strong>man hwclock</strong></span>.</p>
<div class="refsect3">
<a name="glibtop-proc-time.members"></a><h4>Members</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="300px" class="struct_members_name">
<col class="struct_members_description">
<col width="200px" class="struct_members_annotations">
</colgroup>
<tbody>
<tr>
<td class="struct_member_name"><p><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint64"><span class="type">guint64</span></a> <em class="structfield"><code><a name="glibtop-proc-time.start-time"></a>start_time</code></em>;</p></td>
<td class="struct_member_description"><p>Start time of process in seconds since the epoch.</p></td>
<td class="struct_member_annotations"> </td>
</tr>
<tr>
<td class="struct_member_name"><p><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint64"><span class="type">guint64</span></a> <em class="structfield"><code><a name="glibtop-proc-time.rtime"></a>rtime</code></em>;</p></td>
<td class="struct_member_description"><p>Real time accumulated by process (should be <em class="parameter"><code>utime</code></em>
+ <em class="parameter"><code>stime</code></em>
).</p></td>
<td class="struct_member_annotations"> </td>
</tr>
<tr>
<td class="struct_member_name"><p><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint64"><span class="type">guint64</span></a> <em class="structfield"><code><a name="glibtop-proc-time.utime"></a>utime</code></em>;</p></td>
<td class="struct_member_description"><p>User-mode CPU time accumulated by process.</p></td>
<td class="struct_member_annotations"> </td>
</tr>
<tr>
<td class="struct_member_name"><p><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint64"><span class="type">guint64</span></a> <em class="structfield"><code><a name="glibtop-proc-time.stime"></a>stime</code></em>;</p></td>
<td class="struct_member_description"><p>Kernel-mode CPU time accumulated by process.</p></td>
<td class="struct_member_annotations"> </td>
</tr>
<tr>
<td class="struct_member_name"><p><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint64"><span class="type">guint64</span></a> <em class="structfield"><code><a name="glibtop-proc-time.cutime"></a>cutime</code></em>;</p></td>
<td class="struct_member_description"><p>Cumulative utime of process and reaped children.</p></td>
<td class="struct_member_annotations"> </td>
</tr>
<tr>
<td class="struct_member_name"><p><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint64"><span class="type">guint64</span></a> <em class="structfield"><code><a name="glibtop-proc-time.cstime"></a>cstime</code></em>;</p></td>
<td class="struct_member_description"><p>Cumulative stime of process and reaped children.</p></td>
<td class="struct_member_annotations"> </td>
</tr>
<tr>
<td class="struct_member_name"><p><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint64"><span class="type">guint64</span></a> <em class="structfield"><code><a name="glibtop-proc-time.timeout"></a>timeout</code></em>;</p></td>
<td class="struct_member_description"><p>The time (in jiffies) of the processs next timeout.</p></td>
<td class="struct_member_annotations"> </td>
</tr>
<tr>
<td class="struct_member_name"><p><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint64"><span class="type">guint64</span></a> <em class="structfield"><code><a name="glibtop-proc-time.it-real-value"></a>it_real_value</code></em>;</p></td>
<td class="struct_member_description"><p>The time (in jiffies) before the next <span class="type">SIGALRM</span>
is sent to the process due to an interval timer.</p></td>
<td class="struct_member_annotations"> </td>
</tr>
<tr>
<td class="struct_member_name"><p><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint64"><span class="type">guint64</span></a> <em class="structfield"><code><a name="glibtop-proc-time.frequency"></a>frequency</code></em>;</p></td>
<td class="struct_member_description"><p>Tick frequency.</p></td>
<td class="struct_member_annotations"> </td>
</tr>
<tr>
<td class="struct_member_name"><p><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint64"><span class="type">guint64</span></a> <em class="structfield"><code><a name="glibtop-proc-time.xcpu-utime"></a>xcpu_utime</code></em>[GLIBTOP_NCPU];</p></td>
<td class="struct_member_description"><p>SMP user-mode CPU time accumulated by process.</p></td>
<td class="struct_member_annotations"> </td>
</tr>
<tr>
<td class="struct_member_name"><p><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint64"><span class="type">guint64</span></a> <em class="structfield"><code><a name="glibtop-proc-time.xcpu-stime"></a>xcpu_stime</code></em>[GLIBTOP_NCPU];</p></td>
<td class="struct_member_description"><p>SMP kernel-mode CPU time accumulated by process </p></td>
<td class="struct_member_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
</div>
</div>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.25</div>
</body>
</html>

View File

@@ -0,0 +1,299 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Shared Memory Limits: Libgtop Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
<link rel="home" href="index.html" title="Libgtop Reference Manual">
<link rel="up" href="libgtop-lib.html" title="Libgtop Library Reference">
<link rel="prev" href="libgtop-PPP.html" title="PPP">
<link rel="next" href="libgtop-Uptime.html" title="Uptime">
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
<td width="100%" align="left" class="shortcuts">
<a href="#" class="shortcut">Top</a><span id="nav_description">  <span class="dim">|</span> 
<a href="#libgtop-Shared-Memory-Limits.description" class="shortcut">Description</a></span>
</td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
<td><a accesskey="u" href="libgtop-lib.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
<td><a accesskey="p" href="libgtop-PPP.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="n" href="libgtop-Uptime.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
</tr></table>
<div class="refentry">
<a name="libgtop-Shared-Memory-Limits"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="libgtop-Shared-Memory-Limits.top_of_page"></a>Shared Memory Limits</span></h2>
<p>Shared Memory Limits</p>
</td>
<td class="gallery_image" valign="top" align="right"></td>
</tr></table></div>
<div class="refsect1">
<a name="libgtop-Shared-Memory-Limits.functions"></a><h2>Functions</h2>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="functions_return">
<col class="functions_name">
</colgroup>
<tbody>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgtop-Shared-Memory-Limits.html#glibtop-get-shm-limits" title="glibtop_get_shm_limits ()">glibtop_get_shm_limits</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgtop-Shared-Memory-Limits.html#glibtop-get-shm-limits-l" title="glibtop_get_shm_limits_l ()">glibtop_get_shm_limits_l</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgtop-Shared-Memory-Limits.html#glibtop-get-shm-limits-p" title="glibtop_get_shm_limits_p ()">glibtop_get_shm_limits_p</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgtop-Shared-Memory-Limits.html#glibtop-get-shm-limits-s" title="glibtop_get_shm_limits_s ()">glibtop_get_shm_limits_s</a> <span class="c_punctuation">()</span>
</td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect1">
<a name="libgtop-Shared-Memory-Limits.other"></a><h2>Types and Values</h2>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="name">
<col class="description">
</colgroup>
<tbody>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-Shared-Memory-Limits.html#GLIBTOP-IPC-SHMMAX:CAPS" title="GLIBTOP_IPC_SHMMAX">GLIBTOP_IPC_SHMMAX</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-Shared-Memory-Limits.html#GLIBTOP-IPC-SHMMIN:CAPS" title="GLIBTOP_IPC_SHMMIN">GLIBTOP_IPC_SHMMIN</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-Shared-Memory-Limits.html#GLIBTOP-IPC-SHMMNI:CAPS" title="GLIBTOP_IPC_SHMMNI">GLIBTOP_IPC_SHMMNI</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-Shared-Memory-Limits.html#GLIBTOP-IPC-SHMSEG:CAPS" title="GLIBTOP_IPC_SHMSEG">GLIBTOP_IPC_SHMSEG</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-Shared-Memory-Limits.html#GLIBTOP-IPC-SHMALL:CAPS" title="GLIBTOP_IPC_SHMALL">GLIBTOP_IPC_SHMALL</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-Shared-Memory-Limits.html#GLIBTOP-MAX-SHM-LIMITS:CAPS" title="GLIBTOP_MAX_SHM_LIMITS">GLIBTOP_MAX_SHM_LIMITS</a></td>
</tr>
<tr>
<td class="datatype_keyword">struct</td>
<td class="function_name"><a class="link" href="libgtop-Shared-Memory-Limits.html#glibtop-shm-limits" title="struct glibtop_shm_limits">glibtop_shm_limits</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-Shared-Memory-Limits.html#glibtop-get-shm-limits-r" title="glibtop_get_shm_limits_r">glibtop_get_shm_limits_r</a></td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect1">
<a name="libgtop-Shared-Memory-Limits.includes"></a><h2>Includes</h2>
<pre class="synopsis">#include &lt;glibtop/shm_limits.h&gt;
</pre>
</div>
<div class="refsect1">
<a name="libgtop-Shared-Memory-Limits.description"></a><h2>Description</h2>
</div>
<div class="refsect1">
<a name="libgtop-Shared-Memory-Limits.functions_details"></a><h2>Functions</h2>
<div class="refsect2">
<a name="glibtop-get-shm-limits"></a><h3>glibtop_get_shm_limits ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
glibtop_get_shm_limits (<em class="parameter"><code><a class="link" href="libgtop-Shared-Memory-Limits.html#glibtop-shm-limits" title="struct glibtop_shm_limits"><span class="type">glibtop_shm_limits</span></a> *buf</code></em>);</pre>
<div class="refsect3">
<a name="glibtop-get-shm-limits.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>buf</p></td>
<td class="parameter_description"><p>a <a class="link" href="libgtop-Shared-Memory-Limits.html#glibtop-shm-limits" title="struct glibtop_shm_limits"><span class="type">glibtop_shm_limits</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-get-shm-limits-l"></a><h3>glibtop_get_shm_limits_l ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
glibtop_get_shm_limits_l (<em class="parameter"><code><a class="link" href="libgtop-GlibTop.html#glibtop" title="struct glibtop"><span class="type">glibtop</span></a> *server</code></em>,
<em class="parameter"><code><a class="link" href="libgtop-Shared-Memory-Limits.html#glibtop-shm-limits" title="struct glibtop_shm_limits"><span class="type">glibtop_shm_limits</span></a> *buf</code></em>);</pre>
<div class="refsect3">
<a name="glibtop-get-shm-limits-l.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>server</p></td>
<td class="parameter_description"><p>a <a class="link" href="libgtop-GlibTop.html#glibtop" title="struct glibtop"><span class="type">glibtop</span></a> server</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>buf</p></td>
<td class="parameter_description"><p>a <a class="link" href="libgtop-Shared-Memory-Limits.html#glibtop-shm-limits" title="struct glibtop_shm_limits"><span class="type">glibtop_shm_limits</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-get-shm-limits-p"></a><h3>glibtop_get_shm_limits_p ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
glibtop_get_shm_limits_p (<em class="parameter"><code><a class="link" href="libgtop-GlibTop.html#glibtop" title="struct glibtop"><span class="type">glibtop</span></a> *Param1</code></em>,
<em class="parameter"><code><a class="link" href="libgtop-Shared-Memory-Limits.html#glibtop-shm-limits" title="struct glibtop_shm_limits"><span class="type">glibtop_shm_limits</span></a> *buf</code></em>);</pre>
<div class="refsect3">
<a name="glibtop-get-shm-limits-p.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>server</p></td>
<td class="parameter_description"><p>a <a class="link" href="libgtop-GlibTop.html#glibtop" title="struct glibtop"><span class="type">glibtop</span></a> server</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>buf</p></td>
<td class="parameter_description"><p>a <a class="link" href="libgtop-Shared-Memory-Limits.html#glibtop-shm-limits" title="struct glibtop_shm_limits"><span class="type">glibtop_shm_limits</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-get-shm-limits-s"></a><h3>glibtop_get_shm_limits_s ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
glibtop_get_shm_limits_s (<em class="parameter"><code><a class="link" href="libgtop-GlibTop.html#glibtop" title="struct glibtop"><span class="type">glibtop</span></a> *server</code></em>,
<em class="parameter"><code><a class="link" href="libgtop-Shared-Memory-Limits.html#glibtop-shm-limits" title="struct glibtop_shm_limits"><span class="type">glibtop_shm_limits</span></a> *buf</code></em>);</pre>
<div class="refsect3">
<a name="glibtop-get-shm-limits-s.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>server</p></td>
<td class="parameter_description"><p>a <a class="link" href="libgtop-GlibTop.html#glibtop" title="struct glibtop"><span class="type">glibtop</span></a> server</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>buf</p></td>
<td class="parameter_description"><p>a <a class="link" href="libgtop-Shared-Memory-Limits.html#glibtop-shm-limits" title="struct glibtop_shm_limits"><span class="type">glibtop_shm_limits</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
</div>
</div>
<div class="refsect1">
<a name="libgtop-Shared-Memory-Limits.other_details"></a><h2>Types and Values</h2>
<div class="refsect2">
<a name="GLIBTOP-IPC-SHMMAX:CAPS"></a><h3>GLIBTOP_IPC_SHMMAX</h3>
<pre class="programlisting">#define GLIBTOP_IPC_SHMMAX 0
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-IPC-SHMMIN:CAPS"></a><h3>GLIBTOP_IPC_SHMMIN</h3>
<pre class="programlisting">#define GLIBTOP_IPC_SHMMIN 1
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-IPC-SHMMNI:CAPS"></a><h3>GLIBTOP_IPC_SHMMNI</h3>
<pre class="programlisting">#define GLIBTOP_IPC_SHMMNI 2
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-IPC-SHMSEG:CAPS"></a><h3>GLIBTOP_IPC_SHMSEG</h3>
<pre class="programlisting">#define GLIBTOP_IPC_SHMSEG 3
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-IPC-SHMALL:CAPS"></a><h3>GLIBTOP_IPC_SHMALL</h3>
<pre class="programlisting">#define GLIBTOP_IPC_SHMALL 4
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-MAX-SHM-LIMITS:CAPS"></a><h3>GLIBTOP_MAX_SHM_LIMITS</h3>
<pre class="programlisting">#define GLIBTOP_MAX_SHM_LIMITS 5
</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-shm-limits"></a><h3>struct glibtop_shm_limits</h3>
<pre class="programlisting">struct glibtop_shm_limits {
guint64 flags;
guint64 shmmax; /* GLIBTOP_IPC_SHMMAX */
guint64 shmmin; /* GLIBTOP_IPC_SHMMIN */
guint64 shmmni; /* GLIBTOP_IPC_SHMMNI */
guint64 shmseg; /* GLIBTOP_IPC_SHMSEG */
guint64 shmall; /* GLIBTOP_IPC_SHMALL */
};
</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-get-shm-limits-r"></a><h3>glibtop_get_shm_limits_r</h3>
<pre class="programlisting">#define glibtop_get_shm_limits_r glibtop_get_shm_limits_p
</pre>
</div>
</div>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.25</div>
</body>
</html>

View File

@@ -0,0 +1,216 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uptime: Libgtop Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
<link rel="home" href="index.html" title="Libgtop Reference Manual">
<link rel="up" href="libgtop-lib.html" title="Libgtop Library Reference">
<link rel="prev" href="libgtop-Shared-Memory-Limits.html" title="Shared Memory Limits">
<link rel="next" href="libgtop-Net-List.html" title="Net List">
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
<td width="100%" align="left" class="shortcuts">
<a href="#" class="shortcut">Top</a><span id="nav_description">  <span class="dim">|</span> 
<a href="#libgtop-Uptime.description" class="shortcut">Description</a></span>
</td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
<td><a accesskey="u" href="libgtop-lib.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
<td><a accesskey="p" href="libgtop-Shared-Memory-Limits.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="n" href="libgtop-Net-List.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
</tr></table>
<div class="refentry">
<a name="libgtop-Uptime"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="libgtop-Uptime.top_of_page"></a>Uptime</span></h2>
<p>Uptime</p>
</td>
<td class="gallery_image" valign="top" align="right"></td>
</tr></table></div>
<div class="refsect1">
<a name="libgtop-Uptime.functions"></a><h2>Functions</h2>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="functions_return">
<col class="functions_name">
</colgroup>
<tbody>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgtop-Uptime.html#glibtop-get-uptime" title="glibtop_get_uptime ()">glibtop_get_uptime</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgtop-Uptime.html#glibtop-get-uptime-l" title="glibtop_get_uptime_l ()">glibtop_get_uptime_l</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgtop-Uptime.html#glibtop-get-uptime-p" title="glibtop_get_uptime_p ()">glibtop_get_uptime_p</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgtop-Uptime.html#glibtop-get-uptime-s" title="glibtop_get_uptime_s ()">glibtop_get_uptime_s</a> <span class="c_punctuation">()</span>
</td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect1">
<a name="libgtop-Uptime.other"></a><h2>Types and Values</h2>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="name">
<col class="description">
</colgroup>
<tbody>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-Uptime.html#GLIBTOP-UPTIME-UPTIME:CAPS" title="GLIBTOP_UPTIME_UPTIME">GLIBTOP_UPTIME_UPTIME</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-Uptime.html#GLIBTOP-UPTIME-IDLETIME:CAPS" title="GLIBTOP_UPTIME_IDLETIME">GLIBTOP_UPTIME_IDLETIME</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-Uptime.html#GLIBTOP-UPTIME-BOOT-TIME:CAPS" title="GLIBTOP_UPTIME_BOOT_TIME">GLIBTOP_UPTIME_BOOT_TIME</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-Uptime.html#GLIBTOP-MAX-UPTIME:CAPS" title="GLIBTOP_MAX_UPTIME">GLIBTOP_MAX_UPTIME</a></td>
</tr>
<tr>
<td class="datatype_keyword">struct</td>
<td class="function_name"><a class="link" href="libgtop-Uptime.html#glibtop-uptime" title="struct glibtop_uptime">glibtop_uptime</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-Uptime.html#glibtop-get-uptime-r" title="glibtop_get_uptime_r">glibtop_get_uptime_r</a></td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect1">
<a name="libgtop-Uptime.includes"></a><h2>Includes</h2>
<pre class="synopsis">#include &lt;glibtop/uptime.h&gt;
</pre>
</div>
<div class="refsect1">
<a name="libgtop-Uptime.description"></a><h2>Description</h2>
</div>
<div class="refsect1">
<a name="libgtop-Uptime.functions_details"></a><h2>Functions</h2>
<div class="refsect2">
<a name="glibtop-get-uptime"></a><h3>glibtop_get_uptime ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
glibtop_get_uptime (<em class="parameter"><code><a class="link" href="libgtop-Uptime.html#glibtop-uptime" title="struct glibtop_uptime"><span class="type">glibtop_uptime</span></a> *buf</code></em>);</pre>
<p>When porting LibGTop to a new system, you only need to implement
<span class="type">uptime</span> and <span class="type">idletime</span> if there's a faster or better way to obtain them
as using function(glibtop_cpu) for it. Look at
<code class="filename">sysdeps/freebsd/uptime.c</code> for an
example on how to obtain them using function(glibtop_cpu).</p>
<div class="refsect3">
<a name="glibtop-get-uptime.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>buf</p></td>
<td class="parameter_description"><p>A location to return the system uptime</p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-get-uptime-l"></a><h3>glibtop_get_uptime_l ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
glibtop_get_uptime_l (<em class="parameter"><code><a class="link" href="libgtop-GlibTop.html#glibtop" title="struct glibtop"><span class="type">glibtop</span></a> *server</code></em>,
<em class="parameter"><code><a class="link" href="libgtop-Uptime.html#glibtop-uptime" title="struct glibtop_uptime"><span class="type">glibtop_uptime</span></a> *buf</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-get-uptime-p"></a><h3>glibtop_get_uptime_p ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
glibtop_get_uptime_p (<em class="parameter"><code><a class="link" href="libgtop-GlibTop.html#glibtop" title="struct glibtop"><span class="type">glibtop</span></a> *server</code></em>,
<em class="parameter"><code><a class="link" href="libgtop-Uptime.html#glibtop-uptime" title="struct glibtop_uptime"><span class="type">glibtop_uptime</span></a> *buf</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-get-uptime-s"></a><h3>glibtop_get_uptime_s ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
glibtop_get_uptime_s (<em class="parameter"><code><a class="link" href="libgtop-GlibTop.html#glibtop" title="struct glibtop"><span class="type">glibtop</span></a> *server</code></em>,
<em class="parameter"><code><a class="link" href="libgtop-Uptime.html#glibtop-uptime" title="struct glibtop_uptime"><span class="type">glibtop_uptime</span></a> *buf</code></em>);</pre>
</div>
</div>
<div class="refsect1">
<a name="libgtop-Uptime.other_details"></a><h2>Types and Values</h2>
<div class="refsect2">
<a name="GLIBTOP-UPTIME-UPTIME:CAPS"></a><h3>GLIBTOP_UPTIME_UPTIME</h3>
<pre class="programlisting">#define GLIBTOP_UPTIME_UPTIME 0
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-UPTIME-IDLETIME:CAPS"></a><h3>GLIBTOP_UPTIME_IDLETIME</h3>
<pre class="programlisting">#define GLIBTOP_UPTIME_IDLETIME 1
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-UPTIME-BOOT-TIME:CAPS"></a><h3>GLIBTOP_UPTIME_BOOT_TIME</h3>
<pre class="programlisting">#define GLIBTOP_UPTIME_BOOT_TIME 2
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-MAX-UPTIME:CAPS"></a><h3>GLIBTOP_MAX_UPTIME</h3>
<pre class="programlisting">#define GLIBTOP_MAX_UPTIME 3
</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-uptime"></a><h3>struct glibtop_uptime</h3>
<pre class="programlisting">struct glibtop_uptime {
guint64 flags;
double uptime; /* GLIBTOP_UPTIME_UPTIME */
double idletime; /* GLIBTOP_UPTIME_IDLETIME */
guint64 boot_time;
};
</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-get-uptime-r"></a><h3>glibtop_get_uptime_r</h3>
<pre class="programlisting">#define glibtop_get_uptime_r glibtop_get_uptime_p
</pre>
</div>
</div>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.25</div>
</body>
</html>

View File

@@ -0,0 +1,391 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>cpu: Libgtop Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
<link rel="home" href="index.html" title="Libgtop Reference Manual">
<link rel="up" href="libgtop-lib.html" title="Libgtop Library Reference">
<link rel="prev" href="libgtop-msg-limits.html" title="msg_limits">
<link rel="next" href="libgtop-swap.html" title="swap">
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
<td width="100%" align="left" class="shortcuts">
<a href="#" class="shortcut">Top</a><span id="nav_description">  <span class="dim">|</span> 
<a href="#libgtop-cpu.description" class="shortcut">Description</a></span>
</td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
<td><a accesskey="u" href="libgtop-lib.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
<td><a accesskey="p" href="libgtop-msg-limits.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="n" href="libgtop-swap.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
</tr></table>
<div class="refentry">
<a name="libgtop-cpu"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="libgtop-cpu.top_of_page"></a>cpu</span></h2>
<p>cpu</p>
</td>
<td class="gallery_image" valign="top" align="right"></td>
</tr></table></div>
<div class="refsect1">
<a name="libgtop-cpu.functions"></a><h2>Functions</h2>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="functions_return">
<col class="functions_name">
</colgroup>
<tbody>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgtop-cpu.html#glibtop-get-cpu" title="glibtop_get_cpu ()">glibtop_get_cpu</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgtop-cpu.html#glibtop-get-cpu-l" title="glibtop_get_cpu_l ()">glibtop_get_cpu_l</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgtop-cpu.html#glibtop-get-cpu-p" title="glibtop_get_cpu_p ()">glibtop_get_cpu_p</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgtop-cpu.html#glibtop-get-cpu-s" title="glibtop_get_cpu_s ()">glibtop_get_cpu_s</a> <span class="c_punctuation">()</span>
</td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect1">
<a name="libgtop-cpu.other"></a><h2>Types and Values</h2>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="name">
<col class="description">
</colgroup>
<tbody>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-cpu.html#GLIBTOP-CPU-TOTAL:CAPS" title="GLIBTOP_CPU_TOTAL">GLIBTOP_CPU_TOTAL</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-cpu.html#GLIBTOP-CPU-USER:CAPS" title="GLIBTOP_CPU_USER">GLIBTOP_CPU_USER</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-cpu.html#GLIBTOP-CPU-NICE:CAPS" title="GLIBTOP_CPU_NICE">GLIBTOP_CPU_NICE</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-cpu.html#GLIBTOP-CPU-SYS:CAPS" title="GLIBTOP_CPU_SYS">GLIBTOP_CPU_SYS</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-cpu.html#GLIBTOP-CPU-IDLE:CAPS" title="GLIBTOP_CPU_IDLE">GLIBTOP_CPU_IDLE</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-cpu.html#GLIBTOP-CPU-FREQUENCY:CAPS" title="GLIBTOP_CPU_FREQUENCY">GLIBTOP_CPU_FREQUENCY</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-cpu.html#GLIBTOP-XCPU-TOTAL:CAPS" title="GLIBTOP_XCPU_TOTAL">GLIBTOP_XCPU_TOTAL</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-cpu.html#GLIBTOP-XCPU-USER:CAPS" title="GLIBTOP_XCPU_USER">GLIBTOP_XCPU_USER</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-cpu.html#GLIBTOP-XCPU-NICE:CAPS" title="GLIBTOP_XCPU_NICE">GLIBTOP_XCPU_NICE</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-cpu.html#GLIBTOP-XCPU-SYS:CAPS" title="GLIBTOP_XCPU_SYS">GLIBTOP_XCPU_SYS</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-cpu.html#GLIBTOP-XCPU-IDLE:CAPS" title="GLIBTOP_XCPU_IDLE">GLIBTOP_XCPU_IDLE</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-cpu.html#GLIBTOP-XCPU-FLAGS:CAPS" title="GLIBTOP_XCPU_FLAGS">GLIBTOP_XCPU_FLAGS</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-cpu.html#GLIBTOP-CPU-IOWAIT:CAPS" title="GLIBTOP_CPU_IOWAIT">GLIBTOP_CPU_IOWAIT</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-cpu.html#GLIBTOP-CPU-IRQ:CAPS" title="GLIBTOP_CPU_IRQ">GLIBTOP_CPU_IRQ</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-cpu.html#GLIBTOP-CPU-SOFTIRQ:CAPS" title="GLIBTOP_CPU_SOFTIRQ">GLIBTOP_CPU_SOFTIRQ</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-cpu.html#GLIBTOP-XCPU-IOWAIT:CAPS" title="GLIBTOP_XCPU_IOWAIT">GLIBTOP_XCPU_IOWAIT</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-cpu.html#GLIBTOP-XCPU-IRQ:CAPS" title="GLIBTOP_XCPU_IRQ">GLIBTOP_XCPU_IRQ</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-cpu.html#GLIBTOP-XCPU-SOFTIRQ:CAPS" title="GLIBTOP_XCPU_SOFTIRQ">GLIBTOP_XCPU_SOFTIRQ</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-cpu.html#GLIBTOP-MAX-CPU:CAPS" title="GLIBTOP_MAX_CPU">GLIBTOP_MAX_CPU</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-cpu.html#GLIBTOP-NCPU:CAPS" title="GLIBTOP_NCPU">GLIBTOP_NCPU</a></td>
</tr>
<tr>
<td class="datatype_keyword">struct</td>
<td class="function_name"><a class="link" href="libgtop-cpu.html#glibtop-cpu" title="struct glibtop_cpu">glibtop_cpu</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-cpu.html#glibtop-get-cpu-r" title="glibtop_get_cpu_r">glibtop_get_cpu_r</a></td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect1">
<a name="libgtop-cpu.includes"></a><h2>Includes</h2>
<pre class="synopsis">#include &lt;glibtop/cpu.h&gt;
</pre>
</div>
<div class="refsect1">
<a name="libgtop-cpu.description"></a><h2>Description</h2>
</div>
<div class="refsect1">
<a name="libgtop-cpu.functions_details"></a><h2>Functions</h2>
<div class="refsect2">
<a name="glibtop-get-cpu"></a><h3>glibtop_get_cpu ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
glibtop_get_cpu (<em class="parameter"><code><a class="link" href="libgtop-cpu.html#glibtop-cpu" title="struct glibtop_cpu"><span class="type">glibtop_cpu</span></a> *buf</code></em>);</pre>
<p>Get the CPU usage.</p>
<p>All CPU units are measured in <span class="type">jiffies</span> which are normally
1/100th of a second (in which case <span class="type">frequency</span> equals 100),
but can also be in any other unit. To get seconds, divide them by </p>
<span class="type">frequency</span>.
<div class="refsect3">
<a name="glibtop-get-cpu.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>buf</p></td>
<td class="parameter_description"><p>A location to return the CPU usage.</p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-get-cpu-l"></a><h3>glibtop_get_cpu_l ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
glibtop_get_cpu_l (<em class="parameter"><code><a class="link" href="libgtop-GlibTop.html#glibtop" title="struct glibtop"><span class="type">glibtop</span></a> *server</code></em>,
<em class="parameter"><code><a class="link" href="libgtop-cpu.html#glibtop-cpu" title="struct glibtop_cpu"><span class="type">glibtop_cpu</span></a> *buf</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-get-cpu-p"></a><h3>glibtop_get_cpu_p ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
glibtop_get_cpu_p (<em class="parameter"><code><a class="link" href="libgtop-GlibTop.html#glibtop" title="struct glibtop"><span class="type">glibtop</span></a> *server</code></em>,
<em class="parameter"><code><a class="link" href="libgtop-cpu.html#glibtop-cpu" title="struct glibtop_cpu"><span class="type">glibtop_cpu</span></a> *buf</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-get-cpu-s"></a><h3>glibtop_get_cpu_s ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
glibtop_get_cpu_s (<em class="parameter"><code><a class="link" href="libgtop-GlibTop.html#glibtop" title="struct glibtop"><span class="type">glibtop</span></a> *server</code></em>,
<em class="parameter"><code><a class="link" href="libgtop-cpu.html#glibtop-cpu" title="struct glibtop_cpu"><span class="type">glibtop_cpu</span></a> *buf</code></em>);</pre>
</div>
</div>
<div class="refsect1">
<a name="libgtop-cpu.other_details"></a><h2>Types and Values</h2>
<div class="refsect2">
<a name="GLIBTOP-CPU-TOTAL:CAPS"></a><h3>GLIBTOP_CPU_TOTAL</h3>
<pre class="programlisting">#define GLIBTOP_CPU_TOTAL 0
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-CPU-USER:CAPS"></a><h3>GLIBTOP_CPU_USER</h3>
<pre class="programlisting">#define GLIBTOP_CPU_USER 1
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-CPU-NICE:CAPS"></a><h3>GLIBTOP_CPU_NICE</h3>
<pre class="programlisting">#define GLIBTOP_CPU_NICE 2
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-CPU-SYS:CAPS"></a><h3>GLIBTOP_CPU_SYS</h3>
<pre class="programlisting">#define GLIBTOP_CPU_SYS 3
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-CPU-IDLE:CAPS"></a><h3>GLIBTOP_CPU_IDLE</h3>
<pre class="programlisting">#define GLIBTOP_CPU_IDLE 4
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-CPU-FREQUENCY:CAPS"></a><h3>GLIBTOP_CPU_FREQUENCY</h3>
<pre class="programlisting">#define GLIBTOP_CPU_FREQUENCY 5
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-XCPU-TOTAL:CAPS"></a><h3>GLIBTOP_XCPU_TOTAL</h3>
<pre class="programlisting">#define GLIBTOP_XCPU_TOTAL 6
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-XCPU-USER:CAPS"></a><h3>GLIBTOP_XCPU_USER</h3>
<pre class="programlisting">#define GLIBTOP_XCPU_USER 7
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-XCPU-NICE:CAPS"></a><h3>GLIBTOP_XCPU_NICE</h3>
<pre class="programlisting">#define GLIBTOP_XCPU_NICE 8
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-XCPU-SYS:CAPS"></a><h3>GLIBTOP_XCPU_SYS</h3>
<pre class="programlisting">#define GLIBTOP_XCPU_SYS 9
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-XCPU-IDLE:CAPS"></a><h3>GLIBTOP_XCPU_IDLE</h3>
<pre class="programlisting">#define GLIBTOP_XCPU_IDLE 10
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-XCPU-FLAGS:CAPS"></a><h3>GLIBTOP_XCPU_FLAGS</h3>
<pre class="programlisting">#define GLIBTOP_XCPU_FLAGS 11
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-CPU-IOWAIT:CAPS"></a><h3>GLIBTOP_CPU_IOWAIT</h3>
<pre class="programlisting">#define GLIBTOP_CPU_IOWAIT 12
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-CPU-IRQ:CAPS"></a><h3>GLIBTOP_CPU_IRQ</h3>
<pre class="programlisting">#define GLIBTOP_CPU_IRQ 13
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-CPU-SOFTIRQ:CAPS"></a><h3>GLIBTOP_CPU_SOFTIRQ</h3>
<pre class="programlisting">#define GLIBTOP_CPU_SOFTIRQ 14
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-XCPU-IOWAIT:CAPS"></a><h3>GLIBTOP_XCPU_IOWAIT</h3>
<pre class="programlisting">#define GLIBTOP_XCPU_IOWAIT 15
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-XCPU-IRQ:CAPS"></a><h3>GLIBTOP_XCPU_IRQ</h3>
<pre class="programlisting">#define GLIBTOP_XCPU_IRQ 16
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-XCPU-SOFTIRQ:CAPS"></a><h3>GLIBTOP_XCPU_SOFTIRQ</h3>
<pre class="programlisting">#define GLIBTOP_XCPU_SOFTIRQ 17
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-MAX-CPU:CAPS"></a><h3>GLIBTOP_MAX_CPU</h3>
<pre class="programlisting">#define GLIBTOP_MAX_CPU 18
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-NCPU:CAPS"></a><h3>GLIBTOP_NCPU</h3>
<pre class="programlisting">#define GLIBTOP_NCPU 1024
</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-cpu"></a><h3>struct glibtop_cpu</h3>
<pre class="programlisting">struct glibtop_cpu {
guint64 flags;
guint64 total; /* GLIBTOP_CPU_TOTAL */
guint64 user; /* GLIBTOP_CPU_USER */
guint64 nice; /* GLIBTOP_CPU_NICE */
guint64 sys; /* GLIBTOP_CPU_SYS */
guint64 idle; /* GLIBTOP_CPU_IDLE */
guint64 iowait; /* GLIBTOP_CPU_IOWAIT */
guint64 irq; /* GLIBTOP_CPU_IRQ */
guint64 softirq; /* GLIBTOP_CPU_SOFTIRQ */
guint64 frequency; /* GLIBTOP_CPU_FREQUENCY */
guint64 xcpu_total [GLIBTOP_NCPU]; /* GLIBTOP_XCPU_TOTAL */
guint64 xcpu_user [GLIBTOP_NCPU]; /* GLIBTOP_XCPU_USER */
guint64 xcpu_nice [GLIBTOP_NCPU]; /* GLIBTOP_XCPU_NICE */
guint64 xcpu_sys [GLIBTOP_NCPU]; /* GLIBTOP_XCPU_SYS */
guint64 xcpu_idle [GLIBTOP_NCPU]; /* GLIBTOP_XCPU_IDLE */
guint64 xcpu_iowait [GLIBTOP_NCPU]; /* GLIBTOP_XCPU_IOWAIT */
guint64 xcpu_irq [GLIBTOP_NCPU]; /* GLIBTOP_XCPU_IRQ */
guint64 xcpu_softirq [GLIBTOP_NCPU]; /* GLIBTOP_XCPU_SOFTIRQ */
guint64 xcpu_flags; /* GLIBTOP_XCPU_IDLE */
};
</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-get-cpu-r"></a><h3>glibtop_get_cpu_r</h3>
<pre class="programlisting">#define glibtop_get_cpu_r glibtop_get_cpu_p
</pre>
</div>
</div>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.25</div>
</body>
</html>

View File

@@ -0,0 +1,262 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>fsusage: Libgtop Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
<link rel="home" href="index.html" title="Libgtop Reference Manual">
<link rel="up" href="libgtop-lib.html" title="Libgtop Library Reference">
<link rel="prev" href="libgtop-prockernel.html" title="prockernel">
<link rel="next" href="libgtop-loadavg.html" title="loadavg">
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
<td width="100%" align="left" class="shortcuts">
<a href="#" class="shortcut">Top</a><span id="nav_description">  <span class="dim">|</span> 
<a href="#libgtop-fsusage.description" class="shortcut">Description</a></span>
</td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
<td><a accesskey="u" href="libgtop-lib.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
<td><a accesskey="p" href="libgtop-prockernel.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="n" href="libgtop-loadavg.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
</tr></table>
<div class="refentry">
<a name="libgtop-fsusage"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="libgtop-fsusage.top_of_page"></a>fsusage</span></h2>
<p>fsusage</p>
</td>
<td class="gallery_image" valign="top" align="right"></td>
</tr></table></div>
<div class="refsect1">
<a name="libgtop-fsusage.functions"></a><h2>Functions</h2>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="functions_return">
<col class="functions_name">
</colgroup>
<tbody>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgtop-fsusage.html#glibtop-get-fsusage" title="glibtop_get_fsusage ()">glibtop_get_fsusage</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgtop-fsusage.html#glibtop-get-fsusage-l" title="glibtop_get_fsusage_l ()">glibtop_get_fsusage_l</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgtop-fsusage.html#glibtop-get-fsusage-s" title="glibtop_get_fsusage_s ()">glibtop_get_fsusage_s</a> <span class="c_punctuation">()</span>
</td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect1">
<a name="libgtop-fsusage.other"></a><h2>Types and Values</h2>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="name">
<col class="description">
</colgroup>
<tbody>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-fsusage.html#GLIBTOP-FSUSAGE-BLOCKS:CAPS" title="GLIBTOP_FSUSAGE_BLOCKS">GLIBTOP_FSUSAGE_BLOCKS</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-fsusage.html#GLIBTOP-FSUSAGE-BFREE:CAPS" title="GLIBTOP_FSUSAGE_BFREE">GLIBTOP_FSUSAGE_BFREE</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-fsusage.html#GLIBTOP-FSUSAGE-BAVAIL:CAPS" title="GLIBTOP_FSUSAGE_BAVAIL">GLIBTOP_FSUSAGE_BAVAIL</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-fsusage.html#GLIBTOP-FSUSAGE-FILES:CAPS" title="GLIBTOP_FSUSAGE_FILES">GLIBTOP_FSUSAGE_FILES</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-fsusage.html#GLIBTOP-FSUSAGE-FFREE:CAPS" title="GLIBTOP_FSUSAGE_FFREE">GLIBTOP_FSUSAGE_FFREE</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-fsusage.html#GLIBTOP-FSUSAGE-BLOCK-SIZE:CAPS" title="GLIBTOP_FSUSAGE_BLOCK_SIZE">GLIBTOP_FSUSAGE_BLOCK_SIZE</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-fsusage.html#GLIBTOP-FSUSAGE-READ:CAPS" title="GLIBTOP_FSUSAGE_READ">GLIBTOP_FSUSAGE_READ</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-fsusage.html#GLIBTOP-FSUSAGE-WRITE:CAPS" title="GLIBTOP_FSUSAGE_WRITE">GLIBTOP_FSUSAGE_WRITE</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-fsusage.html#GLIBTOP-MAX-FSUSAGE:CAPS" title="GLIBTOP_MAX_FSUSAGE">GLIBTOP_MAX_FSUSAGE</a></td>
</tr>
<tr>
<td class="datatype_keyword">struct</td>
<td class="function_name"><a class="link" href="libgtop-fsusage.html#glibtop-fsusage" title="struct glibtop_fsusage">glibtop_fsusage</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-fsusage.html#glibtop-get-fsusage-r" title="glibtop_get_fsusage_r">glibtop_get_fsusage_r</a></td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect1">
<a name="libgtop-fsusage.includes"></a><h2>Includes</h2>
<pre class="synopsis">#include &lt;glibtop/fsusage.h&gt;
</pre>
</div>
<div class="refsect1">
<a name="libgtop-fsusage.description"></a><h2>Description</h2>
</div>
<div class="refsect1">
<a name="libgtop-fsusage.functions_details"></a><h2>Functions</h2>
<div class="refsect2">
<a name="glibtop-get-fsusage"></a><h3>glibtop_get_fsusage ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
glibtop_get_fsusage (<em class="parameter"><code><a class="link" href="libgtop-fsusage.html#glibtop-fsusage" title="struct glibtop_fsusage"><span class="type">glibtop_fsusage</span></a> *buf</code></em>,
<em class="parameter"><code>const <span class="type">char</span> *mount_dir</code></em>);</pre>
<p>Get the file system usage for an specific <em class="parameter"><code>mount_dir</code></em>
.</p>
<div class="refsect3">
<a name="glibtop-get-fsusage.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>buf</p></td>
<td class="parameter_description"><p>A location to return the file system usage.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>mount_dir</p></td>
<td class="parameter_description"><p>mount dir where to get the information of usage.</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-get-fsusage-l"></a><h3>glibtop_get_fsusage_l ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
glibtop_get_fsusage_l (<em class="parameter"><code><a class="link" href="libgtop-GlibTop.html#glibtop" title="struct glibtop"><span class="type">glibtop</span></a> *server</code></em>,
<em class="parameter"><code><a class="link" href="libgtop-fsusage.html#glibtop-fsusage" title="struct glibtop_fsusage"><span class="type">glibtop_fsusage</span></a> *buf</code></em>,
<em class="parameter"><code>const <span class="type">char</span> *mount_dir</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-get-fsusage-s"></a><h3>glibtop_get_fsusage_s ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
glibtop_get_fsusage_s (<em class="parameter"><code><a class="link" href="libgtop-GlibTop.html#glibtop" title="struct glibtop"><span class="type">glibtop</span></a> *server</code></em>,
<em class="parameter"><code><a class="link" href="libgtop-fsusage.html#glibtop-fsusage" title="struct glibtop_fsusage"><span class="type">glibtop_fsusage</span></a> *buf</code></em>,
<em class="parameter"><code>const <span class="type">char</span> *mount_dir</code></em>);</pre>
</div>
</div>
<div class="refsect1">
<a name="libgtop-fsusage.other_details"></a><h2>Types and Values</h2>
<div class="refsect2">
<a name="GLIBTOP-FSUSAGE-BLOCKS:CAPS"></a><h3>GLIBTOP_FSUSAGE_BLOCKS</h3>
<pre class="programlisting">#define GLIBTOP_FSUSAGE_BLOCKS 0
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-FSUSAGE-BFREE:CAPS"></a><h3>GLIBTOP_FSUSAGE_BFREE</h3>
<pre class="programlisting">#define GLIBTOP_FSUSAGE_BFREE 1
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-FSUSAGE-BAVAIL:CAPS"></a><h3>GLIBTOP_FSUSAGE_BAVAIL</h3>
<pre class="programlisting">#define GLIBTOP_FSUSAGE_BAVAIL 2
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-FSUSAGE-FILES:CAPS"></a><h3>GLIBTOP_FSUSAGE_FILES</h3>
<pre class="programlisting">#define GLIBTOP_FSUSAGE_FILES 3
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-FSUSAGE-FFREE:CAPS"></a><h3>GLIBTOP_FSUSAGE_FFREE</h3>
<pre class="programlisting">#define GLIBTOP_FSUSAGE_FFREE 4
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-FSUSAGE-BLOCK-SIZE:CAPS"></a><h3>GLIBTOP_FSUSAGE_BLOCK_SIZE</h3>
<pre class="programlisting">#define GLIBTOP_FSUSAGE_BLOCK_SIZE 5
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-FSUSAGE-READ:CAPS"></a><h3>GLIBTOP_FSUSAGE_READ</h3>
<pre class="programlisting">#define GLIBTOP_FSUSAGE_READ 6
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-FSUSAGE-WRITE:CAPS"></a><h3>GLIBTOP_FSUSAGE_WRITE</h3>
<pre class="programlisting">#define GLIBTOP_FSUSAGE_WRITE 7
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-MAX-FSUSAGE:CAPS"></a><h3>GLIBTOP_MAX_FSUSAGE</h3>
<pre class="programlisting">#define GLIBTOP_MAX_FSUSAGE 8
</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-fsusage"></a><h3>struct glibtop_fsusage</h3>
<pre class="programlisting">struct glibtop_fsusage {
guint64 flags;
guint64 blocks; /* Total number of blocks. */
guint64 bfree; /* Free blocks available to superuser. */
guint64 bavail; /* Free blocks available to non-superuser. */
guint64 files; /* Total file nodes. */
guint64 ffree; /* Free file nodes. */
guint32 block_size; /* Size of a block in bytes. */
guint64 read, write; /* Total blocks read and written */
};
</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-get-fsusage-r"></a><h3>glibtop_get_fsusage_r</h3>
<pre class="programlisting">#define glibtop_get_fsusage_r glibtop_get_fsusage_s
</pre>
</div>
</div>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.25</div>
</body>
</html>

View File

@@ -0,0 +1,138 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Libgtop Library Reference: Libgtop Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
<link rel="home" href="index.html" title="Libgtop Reference Manual">
<link rel="up" href="index.html" title="Libgtop Reference Manual">
<link rel="prev" href="libgtop-white-paper-overview.html" title="Overview">
<link rel="next" href="libgtop-GlibTop.html" title="GlibTop">
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
<td width="100%" align="left" class="shortcuts"></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
<td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
<td><a accesskey="p" href="libgtop-white-paper-overview.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="n" href="libgtop-GlibTop.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
</tr></table>
<div class="chapter">
<div class="titlepage"><div><div><h1 class="title">
<a name="libgtop-lib"></a>Libgtop Library Reference</h1></div></div></div>
<div class="toc"><dl class="toc">
<dt>
<span class="refentrytitle"><a href="libgtop-GlibTop.html">GlibTop</a></span><span class="refpurpose"> — Server initilization</span>
</dt>
<dt>
<span class="refentrytitle"><a href="libgtop-Close.html">Close</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="libgtop-Command.html">Command</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="libgtop-GlibTop-Server.html">GlibTop Server</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="libgtop-Net-Load.html">Net Load</a></span><span class="refpurpose"> — Network Load.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="libgtop-PPP.html">PPP</a></span><span class="refpurpose"> — PPP Usage.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="libgtop-Shared-Memory-Limits.html">Shared Memory Limits</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="libgtop-Uptime.html">Uptime</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="libgtop-Net-List.html">Net List</a></span><span class="refpurpose"> — Network Devices List.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="libgtop-open.html">open</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="libgtop-parameter.html">parameter</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="libgtop-Process-Arguments.html">Process Arguments</a></span><span class="refpurpose"> — Get process command line arguments</span>
</dt>
<dt>
<span class="refentrytitle"><a href="libgtop-procmem.html">procmem</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="libgtop-procopenfiles.html">procopenfiles</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="libgtop-procsegment.html">procsegment</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="libgtop-procsignal.html">procsignal</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="libgtop-sysdeps.html">sysdeps</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="libgtop-procstate.html">procstate</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="libgtop-procuid.html">procuid</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="libgtop-Process-Time.html">Process Time</a></span><span class="refpurpose"> — Get process time information</span>
</dt>
<dt>
<span class="refentrytitle"><a href="libgtop-signal.html">signal</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="libgtop-procmap.html">procmap</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="libgtop-sysinfo.html">sysinfo</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="libgtop-union.html">union</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="libgtop-version.html">version</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="libgtop-Process-List.html">Process List</a></span><span class="refpurpose"> — List running processes</span>
</dt>
<dt>
<span class="refentrytitle"><a href="libgtop-sem-limits.html">sem_limits</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="libgtop-prockernel.html">prockernel</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="libgtop-fsusage.html">fsusage</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="libgtop-loadavg.html">loadavg</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="libgtop-mem.html">mem</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="libgtop-mountlist.html">mountlist</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="libgtop-msg-limits.html">msg_limits</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="libgtop-cpu.html">cpu</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="libgtop-swap.html">swap</a></span><span class="refpurpose"></span>
</dt>
</dl></div>
<p>This section contains the API reference for libgtop. All
the public interfaces are documented here.</p>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.25</div>
</body>
</html>

View File

@@ -0,0 +1,207 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>loadavg: Libgtop Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
<link rel="home" href="index.html" title="Libgtop Reference Manual">
<link rel="up" href="libgtop-lib.html" title="Libgtop Library Reference">
<link rel="prev" href="libgtop-fsusage.html" title="fsusage">
<link rel="next" href="libgtop-mem.html" title="mem">
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
<td width="100%" align="left" class="shortcuts">
<a href="#" class="shortcut">Top</a><span id="nav_description">  <span class="dim">|</span> 
<a href="#libgtop-loadavg.description" class="shortcut">Description</a></span>
</td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
<td><a accesskey="u" href="libgtop-lib.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
<td><a accesskey="p" href="libgtop-fsusage.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="n" href="libgtop-mem.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
</tr></table>
<div class="refentry">
<a name="libgtop-loadavg"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="libgtop-loadavg.top_of_page"></a>loadavg</span></h2>
<p>loadavg</p>
</td>
<td class="gallery_image" valign="top" align="right"></td>
</tr></table></div>
<div class="refsect1">
<a name="libgtop-loadavg.functions"></a><h2>Functions</h2>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="functions_return">
<col class="functions_name">
</colgroup>
<tbody>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgtop-loadavg.html#glibtop-get-loadavg" title="glibtop_get_loadavg ()">glibtop_get_loadavg</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgtop-loadavg.html#glibtop-get-loadavg-l" title="glibtop_get_loadavg_l ()">glibtop_get_loadavg_l</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgtop-loadavg.html#glibtop-get-loadavg-p" title="glibtop_get_loadavg_p ()">glibtop_get_loadavg_p</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgtop-loadavg.html#glibtop-get-loadavg-s" title="glibtop_get_loadavg_s ()">glibtop_get_loadavg_s</a> <span class="c_punctuation">()</span>
</td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect1">
<a name="libgtop-loadavg.other"></a><h2>Types and Values</h2>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="name">
<col class="description">
</colgroup>
<tbody>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-loadavg.html#GLIBTOP-LOADAVG-LOADAVG:CAPS" title="GLIBTOP_LOADAVG_LOADAVG">GLIBTOP_LOADAVG_LOADAVG</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-loadavg.html#GLIBTOP-LOADAVG-NR-RUNNING:CAPS" title="GLIBTOP_LOADAVG_NR_RUNNING">GLIBTOP_LOADAVG_NR_RUNNING</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-loadavg.html#GLIBTOP-LOADAVG-NR-TASKS:CAPS" title="GLIBTOP_LOADAVG_NR_TASKS">GLIBTOP_LOADAVG_NR_TASKS</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-loadavg.html#GLIBTOP-LOADAVG-LAST-PID:CAPS" title="GLIBTOP_LOADAVG_LAST_PID">GLIBTOP_LOADAVG_LAST_PID</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-loadavg.html#GLIBTOP-MAX-LOADAVG:CAPS" title="GLIBTOP_MAX_LOADAVG">GLIBTOP_MAX_LOADAVG</a></td>
</tr>
<tr>
<td class="datatype_keyword">struct</td>
<td class="function_name"><a class="link" href="libgtop-loadavg.html#glibtop-loadavg" title="struct glibtop_loadavg">glibtop_loadavg</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-loadavg.html#glibtop-get-loadavg-r" title="glibtop_get_loadavg_r">glibtop_get_loadavg_r</a></td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect1">
<a name="libgtop-loadavg.includes"></a><h2>Includes</h2>
<pre class="synopsis">#include &lt;glibtop/loadavg.h&gt;
</pre>
</div>
<div class="refsect1">
<a name="libgtop-loadavg.description"></a><h2>Description</h2>
</div>
<div class="refsect1">
<a name="libgtop-loadavg.functions_details"></a><h2>Functions</h2>
<div class="refsect2">
<a name="glibtop-get-loadavg"></a><h3>glibtop_get_loadavg ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
glibtop_get_loadavg (<em class="parameter"><code><a class="link" href="libgtop-loadavg.html#glibtop-loadavg" title="struct glibtop_loadavg"><span class="type">glibtop_loadavg</span></a> *buf</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-get-loadavg-l"></a><h3>glibtop_get_loadavg_l ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
glibtop_get_loadavg_l (<em class="parameter"><code><a class="link" href="libgtop-GlibTop.html#glibtop" title="struct glibtop"><span class="type">glibtop</span></a> *server</code></em>,
<em class="parameter"><code><a class="link" href="libgtop-loadavg.html#glibtop-loadavg" title="struct glibtop_loadavg"><span class="type">glibtop_loadavg</span></a> *buf</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-get-loadavg-p"></a><h3>glibtop_get_loadavg_p ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
glibtop_get_loadavg_p (<em class="parameter"><code><a class="link" href="libgtop-GlibTop.html#glibtop" title="struct glibtop"><span class="type">glibtop</span></a> *server</code></em>,
<em class="parameter"><code><a class="link" href="libgtop-loadavg.html#glibtop-loadavg" title="struct glibtop_loadavg"><span class="type">glibtop_loadavg</span></a> *buf</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-get-loadavg-s"></a><h3>glibtop_get_loadavg_s ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
glibtop_get_loadavg_s (<em class="parameter"><code><a class="link" href="libgtop-GlibTop.html#glibtop" title="struct glibtop"><span class="type">glibtop</span></a> *server</code></em>,
<em class="parameter"><code><a class="link" href="libgtop-loadavg.html#glibtop-loadavg" title="struct glibtop_loadavg"><span class="type">glibtop_loadavg</span></a> *buf</code></em>);</pre>
</div>
</div>
<div class="refsect1">
<a name="libgtop-loadavg.other_details"></a><h2>Types and Values</h2>
<div class="refsect2">
<a name="GLIBTOP-LOADAVG-LOADAVG:CAPS"></a><h3>GLIBTOP_LOADAVG_LOADAVG</h3>
<pre class="programlisting">#define GLIBTOP_LOADAVG_LOADAVG 0
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-LOADAVG-NR-RUNNING:CAPS"></a><h3>GLIBTOP_LOADAVG_NR_RUNNING</h3>
<pre class="programlisting">#define GLIBTOP_LOADAVG_NR_RUNNING 1
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-LOADAVG-NR-TASKS:CAPS"></a><h3>GLIBTOP_LOADAVG_NR_TASKS</h3>
<pre class="programlisting">#define GLIBTOP_LOADAVG_NR_TASKS 2
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-LOADAVG-LAST-PID:CAPS"></a><h3>GLIBTOP_LOADAVG_LAST_PID</h3>
<pre class="programlisting">#define GLIBTOP_LOADAVG_LAST_PID 3
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-MAX-LOADAVG:CAPS"></a><h3>GLIBTOP_MAX_LOADAVG</h3>
<pre class="programlisting">#define GLIBTOP_MAX_LOADAVG 4
</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-loadavg"></a><h3>struct glibtop_loadavg</h3>
<pre class="programlisting">struct glibtop_loadavg {
guint64 flags;
double loadavg [3]; /* GLIBTOP_LOADAVG_LOADAVG */
guint64 nr_running; /* GLIBTOP_LOADAVG_NR_RUNNING */
guint64 nr_tasks; /* GLIBTOP_LOADAVG_NR_TASKS */
guint64 last_pid; /* GLIBTOP_LOADAVG_LAST_PID */
};
</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-get-loadavg-r"></a><h3>glibtop_get_loadavg_r</h3>
<pre class="programlisting">#define glibtop_get_loadavg_r glibtop_get_loadavg_p
</pre>
</div>
</div>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.25</div>
</body>
</html>

View File

@@ -0,0 +1,268 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>mem: Libgtop Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
<link rel="home" href="index.html" title="Libgtop Reference Manual">
<link rel="up" href="libgtop-lib.html" title="Libgtop Library Reference">
<link rel="prev" href="libgtop-loadavg.html" title="loadavg">
<link rel="next" href="libgtop-mountlist.html" title="mountlist">
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
<td width="100%" align="left" class="shortcuts">
<a href="#" class="shortcut">Top</a><span id="nav_description">  <span class="dim">|</span> 
<a href="#libgtop-mem.description" class="shortcut">Description</a></span>
</td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
<td><a accesskey="u" href="libgtop-lib.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
<td><a accesskey="p" href="libgtop-loadavg.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="n" href="libgtop-mountlist.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
</tr></table>
<div class="refentry">
<a name="libgtop-mem"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="libgtop-mem.top_of_page"></a>mem</span></h2>
<p>mem</p>
</td>
<td class="gallery_image" valign="top" align="right"></td>
</tr></table></div>
<div class="refsect1">
<a name="libgtop-mem.functions"></a><h2>Functions</h2>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="functions_return">
<col class="functions_name">
</colgroup>
<tbody>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgtop-mem.html#glibtop-get-mem" title="glibtop_get_mem ()">glibtop_get_mem</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgtop-mem.html#glibtop-get-mem-l" title="glibtop_get_mem_l ()">glibtop_get_mem_l</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgtop-mem.html#glibtop-get-mem-p" title="glibtop_get_mem_p ()">glibtop_get_mem_p</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgtop-mem.html#glibtop-get-mem-s" title="glibtop_get_mem_s ()">glibtop_get_mem_s</a> <span class="c_punctuation">()</span>
</td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect1">
<a name="libgtop-mem.other"></a><h2>Types and Values</h2>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="name">
<col class="description">
</colgroup>
<tbody>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-mem.html#GLIBTOP-MEM-TOTAL:CAPS" title="GLIBTOP_MEM_TOTAL">GLIBTOP_MEM_TOTAL</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-mem.html#GLIBTOP-MEM-USED:CAPS" title="GLIBTOP_MEM_USED">GLIBTOP_MEM_USED</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-mem.html#GLIBTOP-MEM-FREE:CAPS" title="GLIBTOP_MEM_FREE">GLIBTOP_MEM_FREE</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-mem.html#GLIBTOP-MEM-SHARED:CAPS" title="GLIBTOP_MEM_SHARED">GLIBTOP_MEM_SHARED</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-mem.html#GLIBTOP-MEM-BUFFER:CAPS" title="GLIBTOP_MEM_BUFFER">GLIBTOP_MEM_BUFFER</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-mem.html#GLIBTOP-MEM-CACHED:CAPS" title="GLIBTOP_MEM_CACHED">GLIBTOP_MEM_CACHED</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-mem.html#GLIBTOP-MEM-USER:CAPS" title="GLIBTOP_MEM_USER">GLIBTOP_MEM_USER</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-mem.html#GLIBTOP-MEM-LOCKED:CAPS" title="GLIBTOP_MEM_LOCKED">GLIBTOP_MEM_LOCKED</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-mem.html#GLIBTOP-MAX-MEM:CAPS" title="GLIBTOP_MAX_MEM">GLIBTOP_MAX_MEM</a></td>
</tr>
<tr>
<td class="datatype_keyword">struct</td>
<td class="function_name"><a class="link" href="libgtop-mem.html#glibtop-mem" title="struct glibtop_mem">glibtop_mem</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-mem.html#glibtop-get-mem-r" title="glibtop_get_mem_r">glibtop_get_mem_r</a></td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect1">
<a name="libgtop-mem.includes"></a><h2>Includes</h2>
<pre class="synopsis">#include &lt;glibtop/mem.h&gt;
</pre>
</div>
<div class="refsect1">
<a name="libgtop-mem.description"></a><h2>Description</h2>
</div>
<div class="refsect1">
<a name="libgtop-mem.functions_details"></a><h2>Functions</h2>
<div class="refsect2">
<a name="glibtop-get-mem"></a><h3>glibtop_get_mem ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
glibtop_get_mem (<em class="parameter"><code><a class="link" href="libgtop-mem.html#glibtop-mem" title="struct glibtop_mem"><span class="type">glibtop_mem</span></a> *buf</code></em>);</pre>
<p>Get the memory usage. Unless explicitly stated otherwise, all memory
units are in bytes.</p>
<div class="refsect3">
<a name="glibtop-get-mem.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>buf</p></td>
<td class="parameter_description"><p>Buffer where the output will be given.</p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-get-mem-l"></a><h3>glibtop_get_mem_l ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
glibtop_get_mem_l (<em class="parameter"><code><a class="link" href="libgtop-GlibTop.html#glibtop" title="struct glibtop"><span class="type">glibtop</span></a> *server</code></em>,
<em class="parameter"><code><a class="link" href="libgtop-mem.html#glibtop-mem" title="struct glibtop_mem"><span class="type">glibtop_mem</span></a> *buf</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-get-mem-p"></a><h3>glibtop_get_mem_p ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
glibtop_get_mem_p (<em class="parameter"><code><a class="link" href="libgtop-GlibTop.html#glibtop" title="struct glibtop"><span class="type">glibtop</span></a> *server</code></em>,
<em class="parameter"><code><a class="link" href="libgtop-mem.html#glibtop-mem" title="struct glibtop_mem"><span class="type">glibtop_mem</span></a> *buf</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-get-mem-s"></a><h3>glibtop_get_mem_s ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
glibtop_get_mem_s (<em class="parameter"><code><a class="link" href="libgtop-GlibTop.html#glibtop" title="struct glibtop"><span class="type">glibtop</span></a> *server</code></em>,
<em class="parameter"><code><a class="link" href="libgtop-mem.html#glibtop-mem" title="struct glibtop_mem"><span class="type">glibtop_mem</span></a> *buf</code></em>);</pre>
</div>
</div>
<div class="refsect1">
<a name="libgtop-mem.other_details"></a><h2>Types and Values</h2>
<div class="refsect2">
<a name="GLIBTOP-MEM-TOTAL:CAPS"></a><h3>GLIBTOP_MEM_TOTAL</h3>
<pre class="programlisting">#define GLIBTOP_MEM_TOTAL 0
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-MEM-USED:CAPS"></a><h3>GLIBTOP_MEM_USED</h3>
<pre class="programlisting">#define GLIBTOP_MEM_USED 1
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-MEM-FREE:CAPS"></a><h3>GLIBTOP_MEM_FREE</h3>
<pre class="programlisting">#define GLIBTOP_MEM_FREE 2
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-MEM-SHARED:CAPS"></a><h3>GLIBTOP_MEM_SHARED</h3>
<pre class="programlisting">#define GLIBTOP_MEM_SHARED 3
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-MEM-BUFFER:CAPS"></a><h3>GLIBTOP_MEM_BUFFER</h3>
<pre class="programlisting">#define GLIBTOP_MEM_BUFFER 4
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-MEM-CACHED:CAPS"></a><h3>GLIBTOP_MEM_CACHED</h3>
<pre class="programlisting">#define GLIBTOP_MEM_CACHED 5
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-MEM-USER:CAPS"></a><h3>GLIBTOP_MEM_USER</h3>
<pre class="programlisting">#define GLIBTOP_MEM_USER 6
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-MEM-LOCKED:CAPS"></a><h3>GLIBTOP_MEM_LOCKED</h3>
<pre class="programlisting">#define GLIBTOP_MEM_LOCKED 7
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-MAX-MEM:CAPS"></a><h3>GLIBTOP_MAX_MEM</h3>
<pre class="programlisting">#define GLIBTOP_MAX_MEM 8
</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-mem"></a><h3>struct glibtop_mem</h3>
<pre class="programlisting">struct glibtop_mem {
guint64 flags;
guint64 total; /* GLIBTOP_MEM_TOTAL */
guint64 used; /* GLIBTOP_MEM_USED */
guint64 free; /* GLIBTOP_MEM_FREE */
guint64 shared; /* GLIBTOP_MEM_SHARED */
guint64 buffer; /* GLIBTOP_MEM_BUFFER */
guint64 cached; /* GLIBTOP_MEM_CACHED */
guint64 user; /* GLIBTOP_MEM_USER */
guint64 locked; /* GLIBTOP_MEM_LOCKED */
};
</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-get-mem-r"></a><h3>glibtop_get_mem_r</h3>
<pre class="programlisting">#define glibtop_get_mem_r glibtop_get_mem_p
</pre>
</div>
</div>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.25</div>
</body>
</html>

View File

@@ -0,0 +1,264 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>mountlist: Libgtop Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
<link rel="home" href="index.html" title="Libgtop Reference Manual">
<link rel="up" href="libgtop-lib.html" title="Libgtop Library Reference">
<link rel="prev" href="libgtop-mem.html" title="mem">
<link rel="next" href="libgtop-msg-limits.html" title="msg_limits">
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
<td width="100%" align="left" class="shortcuts">
<a href="#" class="shortcut">Top</a><span id="nav_description">  <span class="dim">|</span> 
<a href="#libgtop-mountlist.description" class="shortcut">Description</a></span>
</td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
<td><a accesskey="u" href="libgtop-lib.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
<td><a accesskey="p" href="libgtop-mem.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="n" href="libgtop-msg-limits.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
</tr></table>
<div class="refentry">
<a name="libgtop-mountlist"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="libgtop-mountlist.top_of_page"></a>mountlist</span></h2>
<p>mountlist</p>
</td>
<td class="gallery_image" valign="top" align="right"></td>
</tr></table></div>
<div class="refsect1">
<a name="libgtop-mountlist.functions"></a><h2>Functions</h2>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="functions_return">
<col class="functions_name">
</colgroup>
<tbody>
<tr>
<td class="function_type">
<a class="link" href="libgtop-mountlist.html#glibtop-mountentry" title="struct glibtop_mountentry"><span class="returnvalue">glibtop_mountentry</span></a> *
</td>
<td class="function_name">
<a class="link" href="libgtop-mountlist.html#glibtop-get-mountlist" title="glibtop_get_mountlist ()">glibtop_get_mountlist</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="libgtop-mountlist.html#glibtop-mountentry" title="struct glibtop_mountentry"><span class="returnvalue">glibtop_mountentry</span></a> *
</td>
<td class="function_name">
<a class="link" href="libgtop-mountlist.html#glibtop-get-mountlist-l" title="glibtop_get_mountlist_l ()">glibtop_get_mountlist_l</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="libgtop-mountlist.html#glibtop-mountentry" title="struct glibtop_mountentry"><span class="returnvalue">glibtop_mountentry</span></a> *
</td>
<td class="function_name">
<a class="link" href="libgtop-mountlist.html#glibtop-get-mountlist-s" title="glibtop_get_mountlist_s ()">glibtop_get_mountlist_s</a> <span class="c_punctuation">()</span>
</td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect1">
<a name="libgtop-mountlist.other"></a><h2>Types and Values</h2>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="name">
<col class="description">
</colgroup>
<tbody>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-mountlist.html#GLIBTOP-MOUNTLIST-NUMBER:CAPS" title="GLIBTOP_MOUNTLIST_NUMBER">GLIBTOP_MOUNTLIST_NUMBER</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-mountlist.html#GLIBTOP-MOUNTLIST-TOTAL:CAPS" title="GLIBTOP_MOUNTLIST_TOTAL">GLIBTOP_MOUNTLIST_TOTAL</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-mountlist.html#GLIBTOP-MOUNTLIST-SIZE:CAPS" title="GLIBTOP_MOUNTLIST_SIZE">GLIBTOP_MOUNTLIST_SIZE</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-mountlist.html#GLIBTOP-MAX-MOUNTLIST:CAPS" title="GLIBTOP_MAX_MOUNTLIST">GLIBTOP_MAX_MOUNTLIST</a></td>
</tr>
<tr>
<td class="datatype_keyword">struct</td>
<td class="function_name"><a class="link" href="libgtop-mountlist.html#glibtop-mountentry" title="struct glibtop_mountentry">glibtop_mountentry</a></td>
</tr>
<tr>
<td class="datatype_keyword">struct</td>
<td class="function_name"><a class="link" href="libgtop-mountlist.html#glibtop-mountlist" title="struct glibtop_mountlist">glibtop_mountlist</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-mountlist.html#glibtop-get-mountlist-r" title="glibtop_get_mountlist_r">glibtop_get_mountlist_r</a></td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect1">
<a name="libgtop-mountlist.includes"></a><h2>Includes</h2>
<pre class="synopsis">#include &lt;glibtop/mountlist.h&gt;
</pre>
</div>
<div class="refsect1">
<a name="libgtop-mountlist.description"></a><h2>Description</h2>
</div>
<div class="refsect1">
<a name="libgtop-mountlist.functions_details"></a><h2>Functions</h2>
<div class="refsect2">
<a name="glibtop-get-mountlist"></a><h3>glibtop_get_mountlist ()</h3>
<pre class="programlisting"><a class="link" href="libgtop-mountlist.html#glibtop-mountentry" title="struct glibtop_mountentry"><span class="returnvalue">glibtop_mountentry</span></a> *
glibtop_get_mountlist (<em class="parameter"><code><a class="link" href="libgtop-mountlist.html#glibtop-mountlist" title="struct glibtop_mountlist"><span class="type">glibtop_mountlist</span></a> *buf</code></em>,
<em class="parameter"><code><span class="type">int</span> all_fs</code></em>);</pre>
<div class="refsect3">
<a name="glibtop-get-mountlist.returns"></a><h4>Returns</h4>
<p>. </p>
<p><span class="annotation">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span></p>
</div>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-get-mountlist-l"></a><h3>glibtop_get_mountlist_l ()</h3>
<pre class="programlisting"><a class="link" href="libgtop-mountlist.html#glibtop-mountentry" title="struct glibtop_mountentry"><span class="returnvalue">glibtop_mountentry</span></a> *
glibtop_get_mountlist_l (<em class="parameter"><code><a class="link" href="libgtop-GlibTop.html#glibtop" title="struct glibtop"><span class="type">glibtop</span></a> *server</code></em>,
<em class="parameter"><code><a class="link" href="libgtop-mountlist.html#glibtop-mountlist" title="struct glibtop_mountlist"><span class="type">glibtop_mountlist</span></a> *buf</code></em>,
<em class="parameter"><code><span class="type">int</span> all_fs</code></em>);</pre>
<div class="refsect3">
<a name="glibtop-get-mountlist-l.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>buf</p></td>
<td class="parameter_description"><p>. </p></td>
<td class="parameter_annotations"><span class="annotation">[<a href="http://foldoc.org/out"><span class="acronym">out</span></a>]</span></td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="glibtop-get-mountlist-l.returns"></a><h4>Returns</h4>
<p>. </p>
<p><span class="annotation">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span></p>
</div>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-get-mountlist-s"></a><h3>glibtop_get_mountlist_s ()</h3>
<pre class="programlisting"><a class="link" href="libgtop-mountlist.html#glibtop-mountentry" title="struct glibtop_mountentry"><span class="returnvalue">glibtop_mountentry</span></a> *
glibtop_get_mountlist_s (<em class="parameter"><code><a class="link" href="libgtop-GlibTop.html#glibtop" title="struct glibtop"><span class="type">glibtop</span></a> *server</code></em>,
<em class="parameter"><code><a class="link" href="libgtop-mountlist.html#glibtop-mountlist" title="struct glibtop_mountlist"><span class="type">glibtop_mountlist</span></a> *buf</code></em>,
<em class="parameter"><code><span class="type">int</span> all_fs</code></em>);</pre>
<div class="refsect3">
<a name="glibtop-get-mountlist-s.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>buf</p></td>
<td class="parameter_description"><p>. </p></td>
<td class="parameter_annotations"><span class="annotation">[<a href="http://foldoc.org/out"><span class="acronym">out</span></a>]</span></td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="glibtop-get-mountlist-s.returns"></a><h4>Returns</h4>
<p>. </p>
<p><span class="annotation">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span></p>
</div>
</div>
</div>
<div class="refsect1">
<a name="libgtop-mountlist.other_details"></a><h2>Types and Values</h2>
<div class="refsect2">
<a name="GLIBTOP-MOUNTLIST-NUMBER:CAPS"></a><h3>GLIBTOP_MOUNTLIST_NUMBER</h3>
<pre class="programlisting">#define GLIBTOP_MOUNTLIST_NUMBER 0
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-MOUNTLIST-TOTAL:CAPS"></a><h3>GLIBTOP_MOUNTLIST_TOTAL</h3>
<pre class="programlisting">#define GLIBTOP_MOUNTLIST_TOTAL 1
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-MOUNTLIST-SIZE:CAPS"></a><h3>GLIBTOP_MOUNTLIST_SIZE</h3>
<pre class="programlisting">#define GLIBTOP_MOUNTLIST_SIZE 2
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-MAX-MOUNTLIST:CAPS"></a><h3>GLIBTOP_MAX_MOUNTLIST</h3>
<pre class="programlisting">#define GLIBTOP_MAX_MOUNTLIST 3
</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-mountentry"></a><h3>struct glibtop_mountentry</h3>
<pre class="programlisting">struct glibtop_mountentry {
guint64 dev;
char devname [GLIBTOP_MOUNTENTRY_LEN+1];
char mountdir [GLIBTOP_MOUNTENTRY_LEN+1];
char type [GLIBTOP_MOUNTENTRY_LEN+1];
};
</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-mountlist"></a><h3>struct glibtop_mountlist</h3>
<pre class="programlisting">struct glibtop_mountlist {
guint64 flags;
guint64 number; /* GLIBTOP_MOUNTLIST_NUMBER */
guint64 total; /* GLIBTOP_MOUNTLIST_TOTAL */
guint64 size; /* GLIBTOP_MOUNTLIST_SIZE */
};
</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-get-mountlist-r"></a><h3>glibtop_get_mountlist_r</h3>
<pre class="programlisting">#define glibtop_get_mountlist_r glibtop_get_mountlist_s
</pre>
<div class="refsect3">
<a name="glibtop-get-mountlist-r.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>buf</p></td>
<td class="parameter_description"><p>. </p></td>
<td class="parameter_annotations"><span class="annotation">[<a href="http://foldoc.org/out"><span class="acronym">out</span></a>]</span></td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="glibtop-get-mountlist-r.returns"></a><h4>Returns</h4>
<p>. </p>
<p><span class="annotation">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span></p>
</div>
</div>
</div>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.25</div>
</body>
</html>

View File

@@ -0,0 +1,240 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>msg_limits: Libgtop Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
<link rel="home" href="index.html" title="Libgtop Reference Manual">
<link rel="up" href="libgtop-lib.html" title="Libgtop Library Reference">
<link rel="prev" href="libgtop-mountlist.html" title="mountlist">
<link rel="next" href="libgtop-cpu.html" title="cpu">
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
<td width="100%" align="left" class="shortcuts">
<a href="#" class="shortcut">Top</a><span id="nav_description">  <span class="dim">|</span> 
<a href="#libgtop-msg-limits.description" class="shortcut">Description</a></span>
</td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
<td><a accesskey="u" href="libgtop-lib.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
<td><a accesskey="p" href="libgtop-mountlist.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="n" href="libgtop-cpu.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
</tr></table>
<div class="refentry">
<a name="libgtop-msg-limits"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="libgtop-msg-limits.top_of_page"></a>msg_limits</span></h2>
<p>msg_limits</p>
</td>
<td class="gallery_image" valign="top" align="right"></td>
</tr></table></div>
<div class="refsect1">
<a name="libgtop-msg-limits.functions"></a><h2>Functions</h2>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="functions_return">
<col class="functions_name">
</colgroup>
<tbody>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgtop-msg-limits.html#glibtop-get-msg-limits" title="glibtop_get_msg_limits ()">glibtop_get_msg_limits</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgtop-msg-limits.html#glibtop-get-msg-limits-l" title="glibtop_get_msg_limits_l ()">glibtop_get_msg_limits_l</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgtop-msg-limits.html#glibtop-get-msg-limits-p" title="glibtop_get_msg_limits_p ()">glibtop_get_msg_limits_p</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgtop-msg-limits.html#glibtop-get-msg-limits-s" title="glibtop_get_msg_limits_s ()">glibtop_get_msg_limits_s</a> <span class="c_punctuation">()</span>
</td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect1">
<a name="libgtop-msg-limits.other"></a><h2>Types and Values</h2>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="name">
<col class="description">
</colgroup>
<tbody>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-msg-limits.html#GLIBTOP-IPC-MSGPOOL:CAPS" title="GLIBTOP_IPC_MSGPOOL">GLIBTOP_IPC_MSGPOOL</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-msg-limits.html#GLIBTOP-IPC-MSGMAP:CAPS" title="GLIBTOP_IPC_MSGMAP">GLIBTOP_IPC_MSGMAP</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-msg-limits.html#GLIBTOP-IPC-MSGMAX:CAPS" title="GLIBTOP_IPC_MSGMAX">GLIBTOP_IPC_MSGMAX</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-msg-limits.html#GLIBTOP-IPC-MSGMNB:CAPS" title="GLIBTOP_IPC_MSGMNB">GLIBTOP_IPC_MSGMNB</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-msg-limits.html#GLIBTOP-IPC-MSGMNI:CAPS" title="GLIBTOP_IPC_MSGMNI">GLIBTOP_IPC_MSGMNI</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-msg-limits.html#GLIBTOP-IPC-MSGSSZ:CAPS" title="GLIBTOP_IPC_MSGSSZ">GLIBTOP_IPC_MSGSSZ</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-msg-limits.html#GLIBTOP-IPC-MSGTQL:CAPS" title="GLIBTOP_IPC_MSGTQL">GLIBTOP_IPC_MSGTQL</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-msg-limits.html#GLIBTOP-MAX-MSG-LIMITS:CAPS" title="GLIBTOP_MAX_MSG_LIMITS">GLIBTOP_MAX_MSG_LIMITS</a></td>
</tr>
<tr>
<td class="datatype_keyword">struct</td>
<td class="function_name"><a class="link" href="libgtop-msg-limits.html#glibtop-msg-limits" title="struct glibtop_msg_limits">glibtop_msg_limits</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-msg-limits.html#glibtop-get-msg-limits-r" title="glibtop_get_msg_limits_r">glibtop_get_msg_limits_r</a></td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect1">
<a name="libgtop-msg-limits.includes"></a><h2>Includes</h2>
<pre class="synopsis">#include &lt;glibtop/msg_limits.h&gt;
</pre>
</div>
<div class="refsect1">
<a name="libgtop-msg-limits.description"></a><h2>Description</h2>
</div>
<div class="refsect1">
<a name="libgtop-msg-limits.functions_details"></a><h2>Functions</h2>
<div class="refsect2">
<a name="glibtop-get-msg-limits"></a><h3>glibtop_get_msg_limits ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
glibtop_get_msg_limits (<em class="parameter"><code><a class="link" href="libgtop-msg-limits.html#glibtop-msg-limits" title="struct glibtop_msg_limits"><span class="type">glibtop_msg_limits</span></a> *buf</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-get-msg-limits-l"></a><h3>glibtop_get_msg_limits_l ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
glibtop_get_msg_limits_l (<em class="parameter"><code><a class="link" href="libgtop-GlibTop.html#glibtop" title="struct glibtop"><span class="type">glibtop</span></a> *server</code></em>,
<em class="parameter"><code><a class="link" href="libgtop-msg-limits.html#glibtop-msg-limits" title="struct glibtop_msg_limits"><span class="type">glibtop_msg_limits</span></a> *buf</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-get-msg-limits-p"></a><h3>glibtop_get_msg_limits_p ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
glibtop_get_msg_limits_p (<em class="parameter"><code><a class="link" href="libgtop-GlibTop.html#glibtop" title="struct glibtop"><span class="type">glibtop</span></a> *server</code></em>,
<em class="parameter"><code><a class="link" href="libgtop-msg-limits.html#glibtop-msg-limits" title="struct glibtop_msg_limits"><span class="type">glibtop_msg_limits</span></a> *buf</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-get-msg-limits-s"></a><h3>glibtop_get_msg_limits_s ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
glibtop_get_msg_limits_s (<em class="parameter"><code><a class="link" href="libgtop-GlibTop.html#glibtop" title="struct glibtop"><span class="type">glibtop</span></a> *server</code></em>,
<em class="parameter"><code><a class="link" href="libgtop-msg-limits.html#glibtop-msg-limits" title="struct glibtop_msg_limits"><span class="type">glibtop_msg_limits</span></a> *buf</code></em>);</pre>
</div>
</div>
<div class="refsect1">
<a name="libgtop-msg-limits.other_details"></a><h2>Types and Values</h2>
<div class="refsect2">
<a name="GLIBTOP-IPC-MSGPOOL:CAPS"></a><h3>GLIBTOP_IPC_MSGPOOL</h3>
<pre class="programlisting">#define GLIBTOP_IPC_MSGPOOL 0
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-IPC-MSGMAP:CAPS"></a><h3>GLIBTOP_IPC_MSGMAP</h3>
<pre class="programlisting">#define GLIBTOP_IPC_MSGMAP 1
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-IPC-MSGMAX:CAPS"></a><h3>GLIBTOP_IPC_MSGMAX</h3>
<pre class="programlisting">#define GLIBTOP_IPC_MSGMAX 2
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-IPC-MSGMNB:CAPS"></a><h3>GLIBTOP_IPC_MSGMNB</h3>
<pre class="programlisting">#define GLIBTOP_IPC_MSGMNB 3
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-IPC-MSGMNI:CAPS"></a><h3>GLIBTOP_IPC_MSGMNI</h3>
<pre class="programlisting">#define GLIBTOP_IPC_MSGMNI 4
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-IPC-MSGSSZ:CAPS"></a><h3>GLIBTOP_IPC_MSGSSZ</h3>
<pre class="programlisting">#define GLIBTOP_IPC_MSGSSZ 5
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-IPC-MSGTQL:CAPS"></a><h3>GLIBTOP_IPC_MSGTQL</h3>
<pre class="programlisting">#define GLIBTOP_IPC_MSGTQL 6
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-MAX-MSG-LIMITS:CAPS"></a><h3>GLIBTOP_MAX_MSG_LIMITS</h3>
<pre class="programlisting">#define GLIBTOP_MAX_MSG_LIMITS 7
</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-msg-limits"></a><h3>struct glibtop_msg_limits</h3>
<pre class="programlisting">struct glibtop_msg_limits {
guint64 flags;
guint64 msgpool; /* GLIBTOP_IPC_MSGPOOL */
guint64 msgmap; /* GLIBTOP_IPC_MSGMAP */
guint64 msgmax; /* GLIBTOP_IPC_MSGMAX */
guint64 msgmnb; /* GLIBTOP_IPC_MSGMNB */
guint64 msgmni; /* GLIBTOP_IPC_MSGMNI */
guint64 msgssz; /* GLIBTOP_IPC_MSGSSZ */
guint64 msgtql; /* GLIBTOP_IPC_MSGTQL */
};
</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-get-msg-limits-r"></a><h3>glibtop_get_msg_limits_r</h3>
<pre class="programlisting">#define glibtop_get_msg_limits_r glibtop_get_msg_limits_p
</pre>
</div>
</div>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.25</div>
</body>
</html>

View File

@@ -0,0 +1,269 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>open: Libgtop Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
<link rel="home" href="index.html" title="Libgtop Reference Manual">
<link rel="up" href="libgtop-lib.html" title="Libgtop Library Reference">
<link rel="prev" href="libgtop-Net-List.html" title="Net List">
<link rel="next" href="libgtop-parameter.html" title="parameter">
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
<td width="100%" align="left" class="shortcuts">
<a href="#" class="shortcut">Top</a><span id="nav_description">  <span class="dim">|</span> 
<a href="#libgtop-open.description" class="shortcut">Description</a></span>
</td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
<td><a accesskey="u" href="libgtop-lib.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
<td><a accesskey="p" href="libgtop-Net-List.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="n" href="libgtop-parameter.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
</tr></table>
<div class="refentry">
<a name="libgtop-open"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="libgtop-open.top_of_page"></a>open</span></h2>
<p>open</p>
</td>
<td class="gallery_image" valign="top" align="right"></td>
</tr></table></div>
<div class="refsect1">
<a name="libgtop-open.functions"></a><h2>Functions</h2>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="functions_return">
<col class="functions_name">
</colgroup>
<tbody>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgtop-open.html#glibtop-open-l" title="glibtop_open_l ()">glibtop_open_l</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgtop-open.html#glibtop-init-p" title="glibtop_init_p ()">glibtop_init_p</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgtop-open.html#glibtop-open-p" title="glibtop_open_p ()">glibtop_open_p</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgtop-open.html#glibtop-open-s" title="glibtop_open_s ()">glibtop_open_s</a> <span class="c_punctuation">()</span>
</td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect1">
<a name="libgtop-open.other"></a><h2>Types and Values</h2>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="name">
<col class="description">
</colgroup>
<tbody>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-open.html#GLIBTOP-INIT-NO-OPEN:CAPS" title="GLIBTOP_INIT_NO_OPEN">GLIBTOP_INIT_NO_OPEN</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-open.html#GLIBTOP-INIT-NO-INIT:CAPS" title="GLIBTOP_INIT_NO_INIT">GLIBTOP_INIT_NO_INIT</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-open.html#GLIBTOP-FEATURES-NO-SERVER:CAPS" title="GLIBTOP_FEATURES_NO_SERVER">GLIBTOP_FEATURES_NO_SERVER</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-open.html#GLIBTOP-FEATURES-EXCEPT:CAPS" title="GLIBTOP_FEATURES_EXCEPT">GLIBTOP_FEATURES_EXCEPT</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-open.html#GLIBTOP-METHOD-DIRECT:CAPS" title="GLIBTOP_METHOD_DIRECT">GLIBTOP_METHOD_DIRECT</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-open.html#GLIBTOP-METHOD-PIPE:CAPS" title="GLIBTOP_METHOD_PIPE">GLIBTOP_METHOD_PIPE</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-open.html#GLIBTOP-METHOD-INET:CAPS" title="GLIBTOP_METHOD_INET">GLIBTOP_METHOD_INET</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-open.html#GLIBTOP-METHOD-UNIX:CAPS" title="GLIBTOP_METHOD_UNIX">GLIBTOP_METHOD_UNIX</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-open.html#GLIBTOP-ERROR-METHOD-IGNORE:CAPS" title="GLIBTOP_ERROR_METHOD_IGNORE">GLIBTOP_ERROR_METHOD_IGNORE</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-open.html#GLIBTOP-ERROR-METHOD-WARN-ONCE:CAPS" title="GLIBTOP_ERROR_METHOD_WARN_ONCE">GLIBTOP_ERROR_METHOD_WARN_ONCE</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-open.html#GLIBTOP-ERROR-METHOD-WARN:CAPS" title="GLIBTOP_ERROR_METHOD_WARN">GLIBTOP_ERROR_METHOD_WARN</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-open.html#GLIBTOP-ERROR-METHOD-ABORT:CAPS" title="GLIBTOP_ERROR_METHOD_ABORT">GLIBTOP_ERROR_METHOD_ABORT</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-open.html#GLIBTOP-ERROR-METHOD-DEFAULT:CAPS" title="GLIBTOP_ERROR_METHOD_DEFAULT">GLIBTOP_ERROR_METHOD_DEFAULT</a></td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect1">
<a name="libgtop-open.includes"></a><h2>Includes</h2>
<pre class="synopsis">#include &lt;glibtop/open.h&gt;
</pre>
</div>
<div class="refsect1">
<a name="libgtop-open.description"></a><h2>Description</h2>
</div>
<div class="refsect1">
<a name="libgtop-open.functions_details"></a><h2>Functions</h2>
<div class="refsect2">
<a name="glibtop-open-l"></a><h3>glibtop_open_l ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
glibtop_open_l (<em class="parameter"><code><a class="link" href="libgtop-GlibTop.html#glibtop" title="struct glibtop"><span class="type">glibtop</span></a> *server</code></em>,
<em class="parameter"><code>const <span class="type">char</span> *program_name</code></em>,
<em class="parameter"><code>const unsigned long <span class="type">features</span> Param3</code></em>,
<em class="parameter"><code>const unsigned <span class="type">flags</span> Param4</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-init-p"></a><h3>glibtop_init_p ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
glibtop_init_p (<em class="parameter"><code><a class="link" href="libgtop-GlibTop.html#glibtop" title="struct glibtop"><span class="type">glibtop</span></a> *server</code></em>,
<em class="parameter"><code>const unsigned long <span class="type">features</span> Param2</code></em>,
<em class="parameter"><code>const unsigned <span class="type">flags</span> Param3</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-open-p"></a><h3>glibtop_open_p ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
glibtop_open_p (<em class="parameter"><code><a class="link" href="libgtop-GlibTop.html#glibtop" title="struct glibtop"><span class="type">glibtop</span></a> *server</code></em>,
<em class="parameter"><code>const <span class="type">char</span> *program_name</code></em>,
<em class="parameter"><code>const unsigned long <span class="type">features</span> Param3</code></em>,
<em class="parameter"><code>const unsigned <span class="type">flags</span> Param4</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-open-s"></a><h3>glibtop_open_s ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
glibtop_open_s (<em class="parameter"><code><a class="link" href="libgtop-GlibTop.html#glibtop" title="struct glibtop"><span class="type">glibtop</span></a> *server</code></em>,
<em class="parameter"><code>const <span class="type">char</span> *program_name</code></em>,
<em class="parameter"><code>const unsigned long <span class="type">features</span> Param3</code></em>,
<em class="parameter"><code>const unsigned <span class="type">flags</span> Param4</code></em>);</pre>
</div>
</div>
<div class="refsect1">
<a name="libgtop-open.other_details"></a><h2>Types and Values</h2>
<div class="refsect2">
<a name="GLIBTOP-INIT-NO-OPEN:CAPS"></a><h3>GLIBTOP_INIT_NO_OPEN</h3>
<pre class="programlisting">#define GLIBTOP_INIT_NO_OPEN 1
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-INIT-NO-INIT:CAPS"></a><h3>GLIBTOP_INIT_NO_INIT</h3>
<pre class="programlisting">#define GLIBTOP_INIT_NO_INIT 2
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-FEATURES-NO-SERVER:CAPS"></a><h3>GLIBTOP_FEATURES_NO_SERVER</h3>
<pre class="programlisting">#define GLIBTOP_FEATURES_NO_SERVER 4
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-FEATURES-EXCEPT:CAPS"></a><h3>GLIBTOP_FEATURES_EXCEPT</h3>
<pre class="programlisting">#define GLIBTOP_FEATURES_EXCEPT 8
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-METHOD-DIRECT:CAPS"></a><h3>GLIBTOP_METHOD_DIRECT</h3>
<pre class="programlisting">#define GLIBTOP_METHOD_DIRECT 1
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-METHOD-PIPE:CAPS"></a><h3>GLIBTOP_METHOD_PIPE</h3>
<pre class="programlisting">#define GLIBTOP_METHOD_PIPE 2
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-METHOD-INET:CAPS"></a><h3>GLIBTOP_METHOD_INET</h3>
<pre class="programlisting">#define GLIBTOP_METHOD_INET 3
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-METHOD-UNIX:CAPS"></a><h3>GLIBTOP_METHOD_UNIX</h3>
<pre class="programlisting">#define GLIBTOP_METHOD_UNIX 4
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-ERROR-METHOD-IGNORE:CAPS"></a><h3>GLIBTOP_ERROR_METHOD_IGNORE</h3>
<pre class="programlisting">#define GLIBTOP_ERROR_METHOD_IGNORE 0
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-ERROR-METHOD-WARN-ONCE:CAPS"></a><h3>GLIBTOP_ERROR_METHOD_WARN_ONCE</h3>
<pre class="programlisting">#define GLIBTOP_ERROR_METHOD_WARN_ONCE 1
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-ERROR-METHOD-WARN:CAPS"></a><h3>GLIBTOP_ERROR_METHOD_WARN</h3>
<pre class="programlisting">#define GLIBTOP_ERROR_METHOD_WARN 2
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-ERROR-METHOD-ABORT:CAPS"></a><h3>GLIBTOP_ERROR_METHOD_ABORT</h3>
<pre class="programlisting">#define GLIBTOP_ERROR_METHOD_ABORT 3
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-ERROR-METHOD-DEFAULT:CAPS"></a><h3>GLIBTOP_ERROR_METHOD_DEFAULT</h3>
<pre class="programlisting">#define GLIBTOP_ERROR_METHOD_DEFAULT GLIBTOP_ERROR_METHOD_WARN_ONCE
</pre>
</div>
</div>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.25</div>
</body>
</html>

View File

@@ -0,0 +1,200 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>parameter: Libgtop Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
<link rel="home" href="index.html" title="Libgtop Reference Manual">
<link rel="up" href="libgtop-lib.html" title="Libgtop Library Reference">
<link rel="prev" href="libgtop-open.html" title="open">
<link rel="next" href="libgtop-Process-Arguments.html" title="Process Arguments">
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
<td width="100%" align="left" class="shortcuts">
<a href="#" class="shortcut">Top</a><span id="nav_description">  <span class="dim">|</span> 
<a href="#libgtop-parameter.description" class="shortcut">Description</a></span>
</td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
<td><a accesskey="u" href="libgtop-lib.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
<td><a accesskey="p" href="libgtop-open.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="n" href="libgtop-Process-Arguments.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
</tr></table>
<div class="refentry">
<a name="libgtop-parameter"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="libgtop-parameter.top_of_page"></a>parameter</span></h2>
<p>parameter</p>
</td>
<td class="gallery_image" valign="top" align="right"></td>
</tr></table></div>
<div class="refsect1">
<a name="libgtop-parameter.functions"></a><h2>Functions</h2>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="functions_return">
<col class="functions_name">
</colgroup>
<tbody>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name">
<a class="link" href="libgtop-parameter.html#glibtop-get-parameter" title="glibtop_get_parameter()">glibtop_get_parameter</a><span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name">
<a class="link" href="libgtop-parameter.html#glibtop-set-parameter" title="glibtop_set_parameter()">glibtop_set_parameter</a><span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">size_t</span>
</td>
<td class="function_name">
<a class="link" href="libgtop-parameter.html#glibtop-get-parameter-l" title="glibtop_get_parameter_l ()">glibtop_get_parameter_l</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgtop-parameter.html#glibtop-set-parameter-l" title="glibtop_set_parameter_l ()">glibtop_set_parameter_l</a> <span class="c_punctuation">()</span>
</td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect1">
<a name="libgtop-parameter.other"></a><h2>Types and Values</h2>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="name">
<col class="description">
</colgroup>
<tbody>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-parameter.html#GLIBTOP-PARAM-METHOD:CAPS" title="GLIBTOP_PARAM_METHOD">GLIBTOP_PARAM_METHOD</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-parameter.html#GLIBTOP-PARAM-FEATURES:CAPS" title="GLIBTOP_PARAM_FEATURES">GLIBTOP_PARAM_FEATURES</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-parameter.html#GLIBTOP-PARAM-COMMAND:CAPS" title="GLIBTOP_PARAM_COMMAND">GLIBTOP_PARAM_COMMAND</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-parameter.html#GLIBTOP-PARAM-HOST:CAPS" title="GLIBTOP_PARAM_HOST">GLIBTOP_PARAM_HOST</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-parameter.html#GLIBTOP-PARAM-PORT:CAPS" title="GLIBTOP_PARAM_PORT">GLIBTOP_PARAM_PORT</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-parameter.html#GLIBTOP-PARAM-ERROR-METHOD:CAPS" title="GLIBTOP_PARAM_ERROR_METHOD">GLIBTOP_PARAM_ERROR_METHOD</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-parameter.html#GLIBTOP-PARAM-REQUIRED:CAPS" title="GLIBTOP_PARAM_REQUIRED">GLIBTOP_PARAM_REQUIRED</a></td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect1">
<a name="libgtop-parameter.includes"></a><h2>Includes</h2>
<pre class="synopsis">#include &lt;glibtop/parameter.h&gt;
</pre>
</div>
<div class="refsect1">
<a name="libgtop-parameter.description"></a><h2>Description</h2>
</div>
<div class="refsect1">
<a name="libgtop-parameter.functions_details"></a><h2>Functions</h2>
<div class="refsect2">
<a name="glibtop-get-parameter"></a><h3>glibtop_get_parameter()</h3>
<pre class="programlisting">#define glibtop_get_parameter(p1,p2,p3) glibtop_get_parameter_l(glibtop_global_server,p1,p2,p3)
</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-set-parameter"></a><h3>glibtop_set_parameter()</h3>
<pre class="programlisting">#define glibtop_set_parameter(p1,p2,p3) glibtop_set_parameter_l(glibtop_global_server,p1,p2,p3)
</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-get-parameter-l"></a><h3>glibtop_get_parameter_l ()</h3>
<pre class="programlisting"><span class="returnvalue">size_t</span>
glibtop_get_parameter_l (<em class="parameter"><code><a class="link" href="libgtop-GlibTop.html#glibtop" title="struct glibtop"><span class="type">glibtop</span></a> *server</code></em>,
<em class="parameter"><code>const unsigned <span class="type">parameter</span> Param2</code></em>,
<em class="parameter"><code><span class="type">void</span> *data_ptr</code></em>,
<em class="parameter"><code><span class="type">size_t</span> data_size</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-set-parameter-l"></a><h3>glibtop_set_parameter_l ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
glibtop_set_parameter_l (<em class="parameter"><code><a class="link" href="libgtop-GlibTop.html#glibtop" title="struct glibtop"><span class="type">glibtop</span></a> *server</code></em>,
<em class="parameter"><code>const unsigned <span class="type">parameter</span> Param2</code></em>,
<em class="parameter"><code>const <span class="type">void</span> *data_ptr</code></em>,
<em class="parameter"><code><span class="type">size_t</span> data_size</code></em>);</pre>
</div>
</div>
<div class="refsect1">
<a name="libgtop-parameter.other_details"></a><h2>Types and Values</h2>
<div class="refsect2">
<a name="GLIBTOP-PARAM-METHOD:CAPS"></a><h3>GLIBTOP_PARAM_METHOD</h3>
<pre class="programlisting">#define GLIBTOP_PARAM_METHOD 1
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-PARAM-FEATURES:CAPS"></a><h3>GLIBTOP_PARAM_FEATURES</h3>
<pre class="programlisting">#define GLIBTOP_PARAM_FEATURES 2
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-PARAM-COMMAND:CAPS"></a><h3>GLIBTOP_PARAM_COMMAND</h3>
<pre class="programlisting">#define GLIBTOP_PARAM_COMMAND 3
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-PARAM-HOST:CAPS"></a><h3>GLIBTOP_PARAM_HOST</h3>
<pre class="programlisting">#define GLIBTOP_PARAM_HOST 4
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-PARAM-PORT:CAPS"></a><h3>GLIBTOP_PARAM_PORT</h3>
<pre class="programlisting">#define GLIBTOP_PARAM_PORT 5
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-PARAM-ERROR-METHOD:CAPS"></a><h3>GLIBTOP_PARAM_ERROR_METHOD</h3>
<pre class="programlisting">#define GLIBTOP_PARAM_ERROR_METHOD 6
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-PARAM-REQUIRED:CAPS"></a><h3>GLIBTOP_PARAM_REQUIRED</h3>
<pre class="programlisting">#define GLIBTOP_PARAM_REQUIRED 7
</pre>
</div>
</div>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.25</div>
</body>
</html>

View File

@@ -0,0 +1,271 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>prockernel: Libgtop Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
<link rel="home" href="index.html" title="Libgtop Reference Manual">
<link rel="up" href="libgtop-lib.html" title="Libgtop Library Reference">
<link rel="prev" href="libgtop-sem-limits.html" title="sem_limits">
<link rel="next" href="libgtop-fsusage.html" title="fsusage">
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
<td width="100%" align="left" class="shortcuts">
<a href="#" class="shortcut">Top</a><span id="nav_description">  <span class="dim">|</span> 
<a href="#libgtop-prockernel.description" class="shortcut">Description</a></span>
</td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
<td><a accesskey="u" href="libgtop-lib.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
<td><a accesskey="p" href="libgtop-sem-limits.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="n" href="libgtop-fsusage.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
</tr></table>
<div class="refentry">
<a name="libgtop-prockernel"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="libgtop-prockernel.top_of_page"></a>prockernel</span></h2>
<p>prockernel</p>
</td>
<td class="gallery_image" valign="top" align="right"></td>
</tr></table></div>
<div class="refsect1">
<a name="libgtop-prockernel.functions"></a><h2>Functions</h2>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="functions_return">
<col class="functions_name">
</colgroup>
<tbody>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgtop-prockernel.html#glibtop-get-proc-kernel" title="glibtop_get_proc_kernel ()">glibtop_get_proc_kernel</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgtop-prockernel.html#glibtop-get-proc-kernel-l" title="glibtop_get_proc_kernel_l ()">glibtop_get_proc_kernel_l</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgtop-prockernel.html#glibtop-get-proc-kernel-p" title="glibtop_get_proc_kernel_p ()">glibtop_get_proc_kernel_p</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgtop-prockernel.html#glibtop-get-proc-kernel-s" title="glibtop_get_proc_kernel_s ()">glibtop_get_proc_kernel_s</a> <span class="c_punctuation">()</span>
</td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect1">
<a name="libgtop-prockernel.other"></a><h2>Types and Values</h2>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="name">
<col class="description">
</colgroup>
<tbody>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-prockernel.html#GLIBTOP-PROC-KERNEL-K-FLAGS:CAPS" title="GLIBTOP_PROC_KERNEL_K_FLAGS">GLIBTOP_PROC_KERNEL_K_FLAGS</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-prockernel.html#GLIBTOP-PROC-KERNEL-MIN-FLT:CAPS" title="GLIBTOP_PROC_KERNEL_MIN_FLT">GLIBTOP_PROC_KERNEL_MIN_FLT</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-prockernel.html#GLIBTOP-PROC-KERNEL-MAJ-FLT:CAPS" title="GLIBTOP_PROC_KERNEL_MAJ_FLT">GLIBTOP_PROC_KERNEL_MAJ_FLT</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-prockernel.html#GLIBTOP-PROC-KERNEL-CMIN-FLT:CAPS" title="GLIBTOP_PROC_KERNEL_CMIN_FLT">GLIBTOP_PROC_KERNEL_CMIN_FLT</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-prockernel.html#GLIBTOP-PROC-KERNEL-CMAJ-FLT:CAPS" title="GLIBTOP_PROC_KERNEL_CMAJ_FLT">GLIBTOP_PROC_KERNEL_CMAJ_FLT</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-prockernel.html#GLIBTOP-PROC-KERNEL-KSTK-ESP:CAPS" title="GLIBTOP_PROC_KERNEL_KSTK_ESP">GLIBTOP_PROC_KERNEL_KSTK_ESP</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-prockernel.html#GLIBTOP-PROC-KERNEL-KSTK-EIP:CAPS" title="GLIBTOP_PROC_KERNEL_KSTK_EIP">GLIBTOP_PROC_KERNEL_KSTK_EIP</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-prockernel.html#GLIBTOP-PROC-KERNEL-NWCHAN:CAPS" title="GLIBTOP_PROC_KERNEL_NWCHAN">GLIBTOP_PROC_KERNEL_NWCHAN</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-prockernel.html#GLIBTOP-PROC-KERNEL-WCHAN:CAPS" title="GLIBTOP_PROC_KERNEL_WCHAN">GLIBTOP_PROC_KERNEL_WCHAN</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-prockernel.html#GLIBTOP-MAX-PROC-KERNEL:CAPS" title="GLIBTOP_MAX_PROC_KERNEL">GLIBTOP_MAX_PROC_KERNEL</a></td>
</tr>
<tr>
<td class="datatype_keyword">struct</td>
<td class="function_name"><a class="link" href="libgtop-prockernel.html#glibtop-proc-kernel" title="struct glibtop_proc_kernel">glibtop_proc_kernel</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-prockernel.html#glibtop-get-proc-kernel-r" title="glibtop_get_proc_kernel_r">glibtop_get_proc_kernel_r</a></td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect1">
<a name="libgtop-prockernel.includes"></a><h2>Includes</h2>
<pre class="synopsis">#include &lt;glibtop/prockernel.h&gt;
</pre>
</div>
<div class="refsect1">
<a name="libgtop-prockernel.description"></a><h2>Description</h2>
</div>
<div class="refsect1">
<a name="libgtop-prockernel.functions_details"></a><h2>Functions</h2>
<div class="refsect2">
<a name="glibtop-get-proc-kernel"></a><h3>glibtop_get_proc_kernel ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
glibtop_get_proc_kernel (<em class="parameter"><code><a class="link" href="libgtop-prockernel.html#glibtop-proc-kernel" title="struct glibtop_proc_kernel"><span class="type">glibtop_proc_kernel</span></a> *buf</code></em>,
<em class="parameter"><code><span class="type">pid_t</span> pid</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-get-proc-kernel-l"></a><h3>glibtop_get_proc_kernel_l ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
glibtop_get_proc_kernel_l (<em class="parameter"><code><a class="link" href="libgtop-GlibTop.html#glibtop" title="struct glibtop"><span class="type">glibtop</span></a> *server</code></em>,
<em class="parameter"><code><a class="link" href="libgtop-prockernel.html#glibtop-proc-kernel" title="struct glibtop_proc_kernel"><span class="type">glibtop_proc_kernel</span></a> *buf</code></em>,
<em class="parameter"><code><span class="type">pid_t</span> pid</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-get-proc-kernel-p"></a><h3>glibtop_get_proc_kernel_p ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
glibtop_get_proc_kernel_p (<em class="parameter"><code><a class="link" href="libgtop-GlibTop.html#glibtop" title="struct glibtop"><span class="type">glibtop</span></a> *server</code></em>,
<em class="parameter"><code><a class="link" href="libgtop-prockernel.html#glibtop-proc-kernel" title="struct glibtop_proc_kernel"><span class="type">glibtop_proc_kernel</span></a> *buf</code></em>,
<em class="parameter"><code><span class="type">pid_t</span> pid</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-get-proc-kernel-s"></a><h3>glibtop_get_proc_kernel_s ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
glibtop_get_proc_kernel_s (<em class="parameter"><code><a class="link" href="libgtop-GlibTop.html#glibtop" title="struct glibtop"><span class="type">glibtop</span></a> *server</code></em>,
<em class="parameter"><code><a class="link" href="libgtop-prockernel.html#glibtop-proc-kernel" title="struct glibtop_proc_kernel"><span class="type">glibtop_proc_kernel</span></a> *buf</code></em>,
<em class="parameter"><code><span class="type">pid_t</span> pid</code></em>);</pre>
</div>
</div>
<div class="refsect1">
<a name="libgtop-prockernel.other_details"></a><h2>Types and Values</h2>
<div class="refsect2">
<a name="GLIBTOP-PROC-KERNEL-K-FLAGS:CAPS"></a><h3>GLIBTOP_PROC_KERNEL_K_FLAGS</h3>
<pre class="programlisting">#define GLIBTOP_PROC_KERNEL_K_FLAGS 0
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-PROC-KERNEL-MIN-FLT:CAPS"></a><h3>GLIBTOP_PROC_KERNEL_MIN_FLT</h3>
<pre class="programlisting">#define GLIBTOP_PROC_KERNEL_MIN_FLT 1
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-PROC-KERNEL-MAJ-FLT:CAPS"></a><h3>GLIBTOP_PROC_KERNEL_MAJ_FLT</h3>
<pre class="programlisting">#define GLIBTOP_PROC_KERNEL_MAJ_FLT 2
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-PROC-KERNEL-CMIN-FLT:CAPS"></a><h3>GLIBTOP_PROC_KERNEL_CMIN_FLT</h3>
<pre class="programlisting">#define GLIBTOP_PROC_KERNEL_CMIN_FLT 3
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-PROC-KERNEL-CMAJ-FLT:CAPS"></a><h3>GLIBTOP_PROC_KERNEL_CMAJ_FLT</h3>
<pre class="programlisting">#define GLIBTOP_PROC_KERNEL_CMAJ_FLT 4
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-PROC-KERNEL-KSTK-ESP:CAPS"></a><h3>GLIBTOP_PROC_KERNEL_KSTK_ESP</h3>
<pre class="programlisting">#define GLIBTOP_PROC_KERNEL_KSTK_ESP 5
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-PROC-KERNEL-KSTK-EIP:CAPS"></a><h3>GLIBTOP_PROC_KERNEL_KSTK_EIP</h3>
<pre class="programlisting">#define GLIBTOP_PROC_KERNEL_KSTK_EIP 6
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-PROC-KERNEL-NWCHAN:CAPS"></a><h3>GLIBTOP_PROC_KERNEL_NWCHAN</h3>
<pre class="programlisting">#define GLIBTOP_PROC_KERNEL_NWCHAN 7
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-PROC-KERNEL-WCHAN:CAPS"></a><h3>GLIBTOP_PROC_KERNEL_WCHAN</h3>
<pre class="programlisting">#define GLIBTOP_PROC_KERNEL_WCHAN 8
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-MAX-PROC-KERNEL:CAPS"></a><h3>GLIBTOP_MAX_PROC_KERNEL</h3>
<pre class="programlisting">#define GLIBTOP_MAX_PROC_KERNEL 9
</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-proc-kernel"></a><h3>struct glibtop_proc_kernel</h3>
<pre class="programlisting">struct glibtop_proc_kernel {
guint64 flags;
guint64 k_flags; /* kernel flags for the process */
guint64 min_flt; /* number of minor page faults since
* process start */
guint64 maj_flt; /* number of major page faults since
* process start */
guint64 cmin_flt; /* cumulative min_flt of process and
* child processes */
guint64 cmaj_flt; /* cumulative maj_flt of process and
* child processes */
guint64 kstk_esp; /* kernel stack pointer */
guint64 kstk_eip; /* kernel stack pointer */
guint64 nwchan; /* address of kernel wait channel
* proc is sleeping in */
char wchan [40];
};
</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-get-proc-kernel-r"></a><h3>glibtop_get_proc_kernel_r</h3>
<pre class="programlisting">#define glibtop_get_proc_kernel_r glibtop_get_proc_kernel_p
</pre>
</div>
</div>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.25</div>
</body>
</html>

View File

@@ -0,0 +1,492 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>procmap: Libgtop Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
<link rel="home" href="index.html" title="Libgtop Reference Manual">
<link rel="up" href="libgtop-lib.html" title="Libgtop Library Reference">
<link rel="prev" href="libgtop-signal.html" title="signal">
<link rel="next" href="libgtop-sysinfo.html" title="sysinfo">
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
<td width="100%" align="left" class="shortcuts">
<a href="#" class="shortcut">Top</a><span id="nav_description">  <span class="dim">|</span> 
<a href="#libgtop-procmap.description" class="shortcut">Description</a></span>
</td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
<td><a accesskey="u" href="libgtop-lib.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
<td><a accesskey="p" href="libgtop-signal.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="n" href="libgtop-sysinfo.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
</tr></table>
<div class="refentry">
<a name="libgtop-procmap"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="libgtop-procmap.top_of_page"></a>procmap</span></h2>
<p>procmap</p>
</td>
<td class="gallery_image" valign="top" align="right"></td>
</tr></table></div>
<div class="refsect1">
<a name="libgtop-procmap.functions"></a><h2>Functions</h2>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="functions_return">
<col class="functions_name">
</colgroup>
<tbody>
<tr>
<td class="function_type">
<a class="link" href="libgtop-procmap.html#glibtop-map-entry" title="struct glibtop_map_entry"><span class="returnvalue">glibtop_map_entry</span></a> *
</td>
<td class="function_name">
<a class="link" href="libgtop-procmap.html#glibtop-get-proc-map" title="glibtop_get_proc_map ()">glibtop_get_proc_map</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="libgtop-procmap.html#glibtop-map-entry" title="struct glibtop_map_entry"><span class="returnvalue">glibtop_map_entry</span></a> *
</td>
<td class="function_name">
<a class="link" href="libgtop-procmap.html#glibtop-get-proc-map-l" title="glibtop_get_proc_map_l ()">glibtop_get_proc_map_l</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="libgtop-procmap.html#glibtop-map-entry" title="struct glibtop_map_entry"><span class="returnvalue">glibtop_map_entry</span></a> *
</td>
<td class="function_name">
<a class="link" href="libgtop-procmap.html#glibtop-get-proc-map-p" title="glibtop_get_proc_map_p ()">glibtop_get_proc_map_p</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="libgtop-procmap.html#glibtop-map-entry" title="struct glibtop_map_entry"><span class="returnvalue">glibtop_map_entry</span></a> *
</td>
<td class="function_name">
<a class="link" href="libgtop-procmap.html#glibtop-get-proc-map-s" title="glibtop_get_proc_map_s ()">glibtop_get_proc_map_s</a> <span class="c_punctuation">()</span>
</td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect1">
<a name="libgtop-procmap.other"></a><h2>Types and Values</h2>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="name">
<col class="description">
</colgroup>
<tbody>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procmap.html#GLIBTOP-PROC-MAP-NUMBER:CAPS" title="GLIBTOP_PROC_MAP_NUMBER">GLIBTOP_PROC_MAP_NUMBER</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procmap.html#GLIBTOP-PROC-MAP-TOTAL:CAPS" title="GLIBTOP_PROC_MAP_TOTAL">GLIBTOP_PROC_MAP_TOTAL</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procmap.html#GLIBTOP-PROC-MAP-SIZE:CAPS" title="GLIBTOP_PROC_MAP_SIZE">GLIBTOP_PROC_MAP_SIZE</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procmap.html#GLIBTOP-MAX-PROC-MAP:CAPS" title="GLIBTOP_MAX_PROC_MAP">GLIBTOP_MAX_PROC_MAP</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procmap.html#GLIBTOP-MAP-ENTRY-START:CAPS" title="GLIBTOP_MAP_ENTRY_START">GLIBTOP_MAP_ENTRY_START</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procmap.html#GLIBTOP-MAP-ENTRY-END:CAPS" title="GLIBTOP_MAP_ENTRY_END">GLIBTOP_MAP_ENTRY_END</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procmap.html#GLIBTOP-MAP-ENTRY-OFFSET:CAPS" title="GLIBTOP_MAP_ENTRY_OFFSET">GLIBTOP_MAP_ENTRY_OFFSET</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procmap.html#GLIBTOP-MAP-ENTRY-PERM:CAPS" title="GLIBTOP_MAP_ENTRY_PERM">GLIBTOP_MAP_ENTRY_PERM</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procmap.html#GLIBTOP-MAP-ENTRY-INODE:CAPS" title="GLIBTOP_MAP_ENTRY_INODE">GLIBTOP_MAP_ENTRY_INODE</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procmap.html#GLIBTOP-MAP-ENTRY-DEVICE:CAPS" title="GLIBTOP_MAP_ENTRY_DEVICE">GLIBTOP_MAP_ENTRY_DEVICE</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procmap.html#GLIBTOP-MAP-ENTRY-FILENAME:CAPS" title="GLIBTOP_MAP_ENTRY_FILENAME">GLIBTOP_MAP_ENTRY_FILENAME</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procmap.html#GLIBTOP-MAP-ENTRY-SIZE:CAPS" title="GLIBTOP_MAP_ENTRY_SIZE">GLIBTOP_MAP_ENTRY_SIZE</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procmap.html#GLIBTOP-MAP-ENTRY-RSS:CAPS" title="GLIBTOP_MAP_ENTRY_RSS">GLIBTOP_MAP_ENTRY_RSS</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procmap.html#GLIBTOP-MAP-ENTRY-SHARED-CLEAN:CAPS" title="GLIBTOP_MAP_ENTRY_SHARED_CLEAN">GLIBTOP_MAP_ENTRY_SHARED_CLEAN</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procmap.html#GLIBTOP-MAP-ENTRY-SHARED-DIRTY:CAPS" title="GLIBTOP_MAP_ENTRY_SHARED_DIRTY">GLIBTOP_MAP_ENTRY_SHARED_DIRTY</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procmap.html#GLIBTOP-MAP-ENTRY-PRIVATE-CLEAN:CAPS" title="GLIBTOP_MAP_ENTRY_PRIVATE_CLEAN">GLIBTOP_MAP_ENTRY_PRIVATE_CLEAN</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procmap.html#GLIBTOP-MAP-ENTRY-PRIVATE-DIRTY:CAPS" title="GLIBTOP_MAP_ENTRY_PRIVATE_DIRTY">GLIBTOP_MAP_ENTRY_PRIVATE_DIRTY</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procmap.html#GLIBTOP-MAX-MAP-ENTRY:CAPS" title="GLIBTOP_MAX_MAP_ENTRY">GLIBTOP_MAX_MAP_ENTRY</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procmap.html#GLIBTOP-MAP-FILENAME-LEN:CAPS" title="GLIBTOP_MAP_FILENAME_LEN">GLIBTOP_MAP_FILENAME_LEN</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procmap.html#GLIBTOP-MAP-PERM-READ:CAPS" title="GLIBTOP_MAP_PERM_READ">GLIBTOP_MAP_PERM_READ</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procmap.html#GLIBTOP-MAP-PERM-WRITE:CAPS" title="GLIBTOP_MAP_PERM_WRITE">GLIBTOP_MAP_PERM_WRITE</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procmap.html#GLIBTOP-MAP-PERM-EXECUTE:CAPS" title="GLIBTOP_MAP_PERM_EXECUTE">GLIBTOP_MAP_PERM_EXECUTE</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procmap.html#GLIBTOP-MAP-PERM-SHARED:CAPS" title="GLIBTOP_MAP_PERM_SHARED">GLIBTOP_MAP_PERM_SHARED</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procmap.html#GLIBTOP-MAP-PERM-PRIVATE:CAPS" title="GLIBTOP_MAP_PERM_PRIVATE">GLIBTOP_MAP_PERM_PRIVATE</a></td>
</tr>
<tr>
<td class="datatype_keyword">struct</td>
<td class="function_name"><a class="link" href="libgtop-procmap.html#glibtop-map-entry" title="struct glibtop_map_entry">glibtop_map_entry</a></td>
</tr>
<tr>
<td class="datatype_keyword">struct</td>
<td class="function_name"><a class="link" href="libgtop-procmap.html#glibtop-proc-map" title="struct glibtop_proc_map">glibtop_proc_map</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procmap.html#glibtop-get-proc-map-r" title="glibtop_get_proc_map_r">glibtop_get_proc_map_r</a></td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect1">
<a name="libgtop-procmap.includes"></a><h2>Includes</h2>
<pre class="synopsis">#include &lt;glibtop/procmap.h&gt;
</pre>
</div>
<div class="refsect1">
<a name="libgtop-procmap.description"></a><h2>Description</h2>
</div>
<div class="refsect1">
<a name="libgtop-procmap.functions_details"></a><h2>Functions</h2>
<div class="refsect2">
<a name="glibtop-get-proc-map"></a><h3>glibtop_get_proc_map ()</h3>
<pre class="programlisting"><a class="link" href="libgtop-procmap.html#glibtop-map-entry" title="struct glibtop_map_entry"><span class="returnvalue">glibtop_map_entry</span></a> *
glibtop_get_proc_map (<em class="parameter"><code><a class="link" href="libgtop-procmap.html#glibtop-proc-map" title="struct glibtop_proc_map"><span class="type">glibtop_proc_map</span></a> *buf</code></em>,
<em class="parameter"><code><span class="type">pid_t</span> pid</code></em>);</pre>
<div class="refsect3">
<a name="glibtop-get-proc-map.returns"></a><h4>Returns</h4>
<p>. </p>
<p><span class="annotation">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span></p>
</div>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-get-proc-map-l"></a><h3>glibtop_get_proc_map_l ()</h3>
<pre class="programlisting"><a class="link" href="libgtop-procmap.html#glibtop-map-entry" title="struct glibtop_map_entry"><span class="returnvalue">glibtop_map_entry</span></a> *
glibtop_get_proc_map_l (<em class="parameter"><code><a class="link" href="libgtop-GlibTop.html#glibtop" title="struct glibtop"><span class="type">glibtop</span></a> *server</code></em>,
<em class="parameter"><code><a class="link" href="libgtop-procmap.html#glibtop-proc-map" title="struct glibtop_proc_map"><span class="type">glibtop_proc_map</span></a> *buf</code></em>,
<em class="parameter"><code><span class="type">pid_t</span> pid</code></em>);</pre>
<div class="refsect3">
<a name="glibtop-get-proc-map-l.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>buf</p></td>
<td class="parameter_description"><p>. </p></td>
<td class="parameter_annotations"><span class="annotation">[<a href="http://foldoc.org/out"><span class="acronym">out</span></a>]</span></td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="glibtop-get-proc-map-l.returns"></a><h4>Returns</h4>
<p>. </p>
<p><span class="annotation">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span></p>
</div>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-get-proc-map-p"></a><h3>glibtop_get_proc_map_p ()</h3>
<pre class="programlisting"><a class="link" href="libgtop-procmap.html#glibtop-map-entry" title="struct glibtop_map_entry"><span class="returnvalue">glibtop_map_entry</span></a> *
glibtop_get_proc_map_p (<em class="parameter"><code><a class="link" href="libgtop-GlibTop.html#glibtop" title="struct glibtop"><span class="type">glibtop</span></a> *server</code></em>,
<em class="parameter"><code><a class="link" href="libgtop-procmap.html#glibtop-proc-map" title="struct glibtop_proc_map"><span class="type">glibtop_proc_map</span></a> *buf</code></em>,
<em class="parameter"><code><span class="type">pid_t</span> pid</code></em>);</pre>
<div class="refsect3">
<a name="glibtop-get-proc-map-p.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>buf</p></td>
<td class="parameter_description"><p>. </p></td>
<td class="parameter_annotations"><span class="annotation">[<a href="http://foldoc.org/out"><span class="acronym">out</span></a>]</span></td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="glibtop-get-proc-map-p.returns"></a><h4>Returns</h4>
<p>. </p>
<p><span class="annotation">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span></p>
</div>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-get-proc-map-s"></a><h3>glibtop_get_proc_map_s ()</h3>
<pre class="programlisting"><a class="link" href="libgtop-procmap.html#glibtop-map-entry" title="struct glibtop_map_entry"><span class="returnvalue">glibtop_map_entry</span></a> *
glibtop_get_proc_map_s (<em class="parameter"><code><a class="link" href="libgtop-GlibTop.html#glibtop" title="struct glibtop"><span class="type">glibtop</span></a> *server</code></em>,
<em class="parameter"><code><a class="link" href="libgtop-procmap.html#glibtop-proc-map" title="struct glibtop_proc_map"><span class="type">glibtop_proc_map</span></a> *buf</code></em>,
<em class="parameter"><code><span class="type">pid_t</span> pid</code></em>);</pre>
<div class="refsect3">
<a name="glibtop-get-proc-map-s.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>buf</p></td>
<td class="parameter_description"><p>. </p></td>
<td class="parameter_annotations"><span class="annotation">[<a href="http://foldoc.org/out"><span class="acronym">out</span></a>]</span></td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="glibtop-get-proc-map-s.returns"></a><h4>Returns</h4>
<p>. </p>
<p><span class="annotation">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span></p>
</div>
</div>
</div>
<div class="refsect1">
<a name="libgtop-procmap.other_details"></a><h2>Types and Values</h2>
<div class="refsect2">
<a name="GLIBTOP-PROC-MAP-NUMBER:CAPS"></a><h3>GLIBTOP_PROC_MAP_NUMBER</h3>
<pre class="programlisting">#define GLIBTOP_PROC_MAP_NUMBER 0
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-PROC-MAP-TOTAL:CAPS"></a><h3>GLIBTOP_PROC_MAP_TOTAL</h3>
<pre class="programlisting">#define GLIBTOP_PROC_MAP_TOTAL 1
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-PROC-MAP-SIZE:CAPS"></a><h3>GLIBTOP_PROC_MAP_SIZE</h3>
<pre class="programlisting">#define GLIBTOP_PROC_MAP_SIZE 2
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-MAX-PROC-MAP:CAPS"></a><h3>GLIBTOP_MAX_PROC_MAP</h3>
<pre class="programlisting">#define GLIBTOP_MAX_PROC_MAP 3
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-MAP-ENTRY-START:CAPS"></a><h3>GLIBTOP_MAP_ENTRY_START</h3>
<pre class="programlisting">#define GLIBTOP_MAP_ENTRY_START 0
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-MAP-ENTRY-END:CAPS"></a><h3>GLIBTOP_MAP_ENTRY_END</h3>
<pre class="programlisting">#define GLIBTOP_MAP_ENTRY_END 1
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-MAP-ENTRY-OFFSET:CAPS"></a><h3>GLIBTOP_MAP_ENTRY_OFFSET</h3>
<pre class="programlisting">#define GLIBTOP_MAP_ENTRY_OFFSET 2
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-MAP-ENTRY-PERM:CAPS"></a><h3>GLIBTOP_MAP_ENTRY_PERM</h3>
<pre class="programlisting">#define GLIBTOP_MAP_ENTRY_PERM 3
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-MAP-ENTRY-INODE:CAPS"></a><h3>GLIBTOP_MAP_ENTRY_INODE</h3>
<pre class="programlisting">#define GLIBTOP_MAP_ENTRY_INODE 4
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-MAP-ENTRY-DEVICE:CAPS"></a><h3>GLIBTOP_MAP_ENTRY_DEVICE</h3>
<pre class="programlisting">#define GLIBTOP_MAP_ENTRY_DEVICE 5
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-MAP-ENTRY-FILENAME:CAPS"></a><h3>GLIBTOP_MAP_ENTRY_FILENAME</h3>
<pre class="programlisting">#define GLIBTOP_MAP_ENTRY_FILENAME 6
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-MAP-ENTRY-SIZE:CAPS"></a><h3>GLIBTOP_MAP_ENTRY_SIZE</h3>
<pre class="programlisting">#define GLIBTOP_MAP_ENTRY_SIZE 7
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-MAP-ENTRY-RSS:CAPS"></a><h3>GLIBTOP_MAP_ENTRY_RSS</h3>
<pre class="programlisting">#define GLIBTOP_MAP_ENTRY_RSS 8
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-MAP-ENTRY-SHARED-CLEAN:CAPS"></a><h3>GLIBTOP_MAP_ENTRY_SHARED_CLEAN</h3>
<pre class="programlisting">#define GLIBTOP_MAP_ENTRY_SHARED_CLEAN 9
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-MAP-ENTRY-SHARED-DIRTY:CAPS"></a><h3>GLIBTOP_MAP_ENTRY_SHARED_DIRTY</h3>
<pre class="programlisting">#define GLIBTOP_MAP_ENTRY_SHARED_DIRTY 10
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-MAP-ENTRY-PRIVATE-CLEAN:CAPS"></a><h3>GLIBTOP_MAP_ENTRY_PRIVATE_CLEAN</h3>
<pre class="programlisting">#define GLIBTOP_MAP_ENTRY_PRIVATE_CLEAN 11
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-MAP-ENTRY-PRIVATE-DIRTY:CAPS"></a><h3>GLIBTOP_MAP_ENTRY_PRIVATE_DIRTY</h3>
<pre class="programlisting">#define GLIBTOP_MAP_ENTRY_PRIVATE_DIRTY 12
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-MAX-MAP-ENTRY:CAPS"></a><h3>GLIBTOP_MAX_MAP_ENTRY</h3>
<pre class="programlisting">#define GLIBTOP_MAX_MAP_ENTRY 15
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-MAP-FILENAME-LEN:CAPS"></a><h3>GLIBTOP_MAP_FILENAME_LEN</h3>
<pre class="programlisting">#define GLIBTOP_MAP_FILENAME_LEN 215
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-MAP-PERM-READ:CAPS"></a><h3>GLIBTOP_MAP_PERM_READ</h3>
<pre class="programlisting">#define GLIBTOP_MAP_PERM_READ 1
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-MAP-PERM-WRITE:CAPS"></a><h3>GLIBTOP_MAP_PERM_WRITE</h3>
<pre class="programlisting">#define GLIBTOP_MAP_PERM_WRITE 2
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-MAP-PERM-EXECUTE:CAPS"></a><h3>GLIBTOP_MAP_PERM_EXECUTE</h3>
<pre class="programlisting">#define GLIBTOP_MAP_PERM_EXECUTE 4
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-MAP-PERM-SHARED:CAPS"></a><h3>GLIBTOP_MAP_PERM_SHARED</h3>
<pre class="programlisting">#define GLIBTOP_MAP_PERM_SHARED 8
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-MAP-PERM-PRIVATE:CAPS"></a><h3>GLIBTOP_MAP_PERM_PRIVATE</h3>
<pre class="programlisting">#define GLIBTOP_MAP_PERM_PRIVATE 16
</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-map-entry"></a><h3>struct glibtop_map_entry</h3>
<pre class="programlisting">struct glibtop_map_entry {
guint64 flags;
guint64 start;
guint64 end;
guint64 offset;
guint64 perm;
guint64 inode;
guint64 device;
guint64 size;
guint64 rss;
guint64 shared_clean;
guint64 shared_dirty;
guint64 private_clean;
guint64 private_dirty;
guint64 pss;
guint64 swap;
char filename [GLIBTOP_MAP_FILENAME_LEN+1];
};
</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-proc-map"></a><h3>struct glibtop_proc_map</h3>
<pre class="programlisting">struct glibtop_proc_map {
guint64 flags;
guint64 number; /* GLIBTOP_PROC_MAP_NUMBER */
guint64 total; /* GLIBTOP_PROC_MAP_TOTAL */
guint64 size; /* GLIBTOP_PROC_MAP_SIZE */
};
</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-get-proc-map-r"></a><h3>glibtop_get_proc_map_r</h3>
<pre class="programlisting">#define glibtop_get_proc_map_r glibtop_get_proc_map_p
</pre>
</div>
</div>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.25</div>
</body>
</html>

View File

@@ -0,0 +1,235 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>procmem: Libgtop Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
<link rel="home" href="index.html" title="Libgtop Reference Manual">
<link rel="up" href="libgtop-lib.html" title="Libgtop Library Reference">
<link rel="prev" href="libgtop-Process-Arguments.html" title="Process Arguments">
<link rel="next" href="libgtop-procopenfiles.html" title="procopenfiles">
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
<td width="100%" align="left" class="shortcuts">
<a href="#" class="shortcut">Top</a><span id="nav_description">  <span class="dim">|</span> 
<a href="#libgtop-procmem.description" class="shortcut">Description</a></span>
</td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
<td><a accesskey="u" href="libgtop-lib.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
<td><a accesskey="p" href="libgtop-Process-Arguments.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="n" href="libgtop-procopenfiles.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
</tr></table>
<div class="refentry">
<a name="libgtop-procmem"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="libgtop-procmem.top_of_page"></a>procmem</span></h2>
<p>procmem</p>
</td>
<td class="gallery_image" valign="top" align="right"></td>
</tr></table></div>
<div class="refsect1">
<a name="libgtop-procmem.functions"></a><h2>Functions</h2>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="functions_return">
<col class="functions_name">
</colgroup>
<tbody>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgtop-procmem.html#glibtop-get-proc-mem" title="glibtop_get_proc_mem ()">glibtop_get_proc_mem</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgtop-procmem.html#glibtop-get-proc-mem-l" title="glibtop_get_proc_mem_l ()">glibtop_get_proc_mem_l</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgtop-procmem.html#glibtop-get-proc-mem-p" title="glibtop_get_proc_mem_p ()">glibtop_get_proc_mem_p</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgtop-procmem.html#glibtop-get-proc-mem-s" title="glibtop_get_proc_mem_s ()">glibtop_get_proc_mem_s</a> <span class="c_punctuation">()</span>
</td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect1">
<a name="libgtop-procmem.other"></a><h2>Types and Values</h2>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="name">
<col class="description">
</colgroup>
<tbody>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procmem.html#GLIBTOP-PROC-MEM-SIZE:CAPS" title="GLIBTOP_PROC_MEM_SIZE">GLIBTOP_PROC_MEM_SIZE</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procmem.html#GLIBTOP-PROC-MEM-VSIZE:CAPS" title="GLIBTOP_PROC_MEM_VSIZE">GLIBTOP_PROC_MEM_VSIZE</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procmem.html#GLIBTOP-PROC-MEM-RESIDENT:CAPS" title="GLIBTOP_PROC_MEM_RESIDENT">GLIBTOP_PROC_MEM_RESIDENT</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procmem.html#GLIBTOP-PROC-MEM-SHARE:CAPS" title="GLIBTOP_PROC_MEM_SHARE">GLIBTOP_PROC_MEM_SHARE</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procmem.html#GLIBTOP-PROC-MEM-RSS:CAPS" title="GLIBTOP_PROC_MEM_RSS">GLIBTOP_PROC_MEM_RSS</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procmem.html#GLIBTOP-PROC-MEM-RSS-RLIM:CAPS" title="GLIBTOP_PROC_MEM_RSS_RLIM">GLIBTOP_PROC_MEM_RSS_RLIM</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procmem.html#GLIBTOP-MAX-PROC-MEM:CAPS" title="GLIBTOP_MAX_PROC_MEM">GLIBTOP_MAX_PROC_MEM</a></td>
</tr>
<tr>
<td class="datatype_keyword">struct</td>
<td class="function_name"><a class="link" href="libgtop-procmem.html#glibtop-proc-mem" title="struct glibtop_proc_mem">glibtop_proc_mem</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procmem.html#glibtop-get-proc-mem-r" title="glibtop_get_proc_mem_r">glibtop_get_proc_mem_r</a></td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect1">
<a name="libgtop-procmem.includes"></a><h2>Includes</h2>
<pre class="synopsis">#include &lt;glibtop/procmem.h&gt;
</pre>
</div>
<div class="refsect1">
<a name="libgtop-procmem.description"></a><h2>Description</h2>
</div>
<div class="refsect1">
<a name="libgtop-procmem.functions_details"></a><h2>Functions</h2>
<div class="refsect2">
<a name="glibtop-get-proc-mem"></a><h3>glibtop_get_proc_mem ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
glibtop_get_proc_mem (<em class="parameter"><code><a class="link" href="libgtop-procmem.html#glibtop-proc-mem" title="struct glibtop_proc_mem"><span class="type">glibtop_proc_mem</span></a> *buf</code></em>,
<em class="parameter"><code><span class="type">pid_t</span> pid</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-get-proc-mem-l"></a><h3>glibtop_get_proc_mem_l ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
glibtop_get_proc_mem_l (<em class="parameter"><code><a class="link" href="libgtop-GlibTop.html#glibtop" title="struct glibtop"><span class="type">glibtop</span></a> *server</code></em>,
<em class="parameter"><code><a class="link" href="libgtop-procmem.html#glibtop-proc-mem" title="struct glibtop_proc_mem"><span class="type">glibtop_proc_mem</span></a> *buf</code></em>,
<em class="parameter"><code><span class="type">pid_t</span> pid</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-get-proc-mem-p"></a><h3>glibtop_get_proc_mem_p ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
glibtop_get_proc_mem_p (<em class="parameter"><code><a class="link" href="libgtop-GlibTop.html#glibtop" title="struct glibtop"><span class="type">glibtop</span></a> *server</code></em>,
<em class="parameter"><code><a class="link" href="libgtop-procmem.html#glibtop-proc-mem" title="struct glibtop_proc_mem"><span class="type">glibtop_proc_mem</span></a> *buf</code></em>,
<em class="parameter"><code><span class="type">pid_t</span> pid</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-get-proc-mem-s"></a><h3>glibtop_get_proc_mem_s ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
glibtop_get_proc_mem_s (<em class="parameter"><code><a class="link" href="libgtop-GlibTop.html#glibtop" title="struct glibtop"><span class="type">glibtop</span></a> *server</code></em>,
<em class="parameter"><code><a class="link" href="libgtop-procmem.html#glibtop-proc-mem" title="struct glibtop_proc_mem"><span class="type">glibtop_proc_mem</span></a> *buf</code></em>,
<em class="parameter"><code><span class="type">pid_t</span> pid</code></em>);</pre>
</div>
</div>
<div class="refsect1">
<a name="libgtop-procmem.other_details"></a><h2>Types and Values</h2>
<div class="refsect2">
<a name="GLIBTOP-PROC-MEM-SIZE:CAPS"></a><h3>GLIBTOP_PROC_MEM_SIZE</h3>
<pre class="programlisting">#define GLIBTOP_PROC_MEM_SIZE 0
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-PROC-MEM-VSIZE:CAPS"></a><h3>GLIBTOP_PROC_MEM_VSIZE</h3>
<pre class="programlisting">#define GLIBTOP_PROC_MEM_VSIZE 1
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-PROC-MEM-RESIDENT:CAPS"></a><h3>GLIBTOP_PROC_MEM_RESIDENT</h3>
<pre class="programlisting">#define GLIBTOP_PROC_MEM_RESIDENT 2
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-PROC-MEM-SHARE:CAPS"></a><h3>GLIBTOP_PROC_MEM_SHARE</h3>
<pre class="programlisting">#define GLIBTOP_PROC_MEM_SHARE 3
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-PROC-MEM-RSS:CAPS"></a><h3>GLIBTOP_PROC_MEM_RSS</h3>
<pre class="programlisting">#define GLIBTOP_PROC_MEM_RSS 4
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-PROC-MEM-RSS-RLIM:CAPS"></a><h3>GLIBTOP_PROC_MEM_RSS_RLIM</h3>
<pre class="programlisting">#define GLIBTOP_PROC_MEM_RSS_RLIM 5
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-MAX-PROC-MEM:CAPS"></a><h3>GLIBTOP_MAX_PROC_MEM</h3>
<pre class="programlisting">#define GLIBTOP_MAX_PROC_MEM 6
</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-proc-mem"></a><h3>struct glibtop_proc_mem</h3>
<pre class="programlisting">struct glibtop_proc_mem {
guint64 flags;
guint64 size; /* total # of pages of memory */
guint64 vsize; /* number of pages of virtual memory ... */
guint64 resident; /* number of resident set
* (non-swapped) pages (4k) */
guint64 share; /* number of pages of shared (mmap'd) memory */
guint64 rss; /* resident set size */
guint64 rss_rlim; /* current limit (in bytes) of the rss
* of the process; usually 2,147,483,647 */
};
</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-get-proc-mem-r"></a><h3>glibtop_get_proc_mem_r</h3>
<pre class="programlisting">#define glibtop_get_proc_mem_r glibtop_get_proc_mem_p
</pre>
</div>
</div>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.25</div>
</body>
</html>

View File

@@ -0,0 +1,357 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>procopenfiles: Libgtop Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
<link rel="home" href="index.html" title="Libgtop Reference Manual">
<link rel="up" href="libgtop-lib.html" title="Libgtop Library Reference">
<link rel="prev" href="libgtop-procmem.html" title="procmem">
<link rel="next" href="libgtop-procsegment.html" title="procsegment">
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
<td width="100%" align="left" class="shortcuts">
<a href="#" class="shortcut">Top</a><span id="nav_description">  <span class="dim">|</span> 
<a href="#libgtop-procopenfiles.description" class="shortcut">Description</a></span>
</td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
<td><a accesskey="u" href="libgtop-lib.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
<td><a accesskey="p" href="libgtop-procmem.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="n" href="libgtop-procsegment.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
</tr></table>
<div class="refentry">
<a name="libgtop-procopenfiles"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="libgtop-procopenfiles.top_of_page"></a>procopenfiles</span></h2>
<p>procopenfiles</p>
</td>
<td class="gallery_image" valign="top" align="right"></td>
</tr></table></div>
<div class="refsect1">
<a name="libgtop-procopenfiles.functions"></a><h2>Functions</h2>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="functions_return">
<col class="functions_name">
</colgroup>
<tbody>
<tr>
<td class="function_type">
<a class="link" href="libgtop-procopenfiles.html#glibtop-open-files-entry" title="struct glibtop_open_files_entry"><span class="returnvalue">glibtop_open_files_entry</span></a> *
</td>
<td class="function_name">
<a class="link" href="libgtop-procopenfiles.html#glibtop-get-proc-open-files" title="glibtop_get_proc_open_files ()">glibtop_get_proc_open_files</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="libgtop-procopenfiles.html#glibtop-open-files-entry" title="struct glibtop_open_files_entry"><span class="returnvalue">glibtop_open_files_entry</span></a> *
</td>
<td class="function_name">
<a class="link" href="libgtop-procopenfiles.html#glibtop-get-proc-open-files-l" title="glibtop_get_proc_open_files_l ()">glibtop_get_proc_open_files_l</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="libgtop-procopenfiles.html#glibtop-open-files-entry" title="struct glibtop_open_files_entry"><span class="returnvalue">glibtop_open_files_entry</span></a> *
</td>
<td class="function_name">
<a class="link" href="libgtop-procopenfiles.html#glibtop-get-proc-open-files-p" title="glibtop_get_proc_open_files_p ()">glibtop_get_proc_open_files_p</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="libgtop-procopenfiles.html#glibtop-open-files-entry" title="struct glibtop_open_files_entry"><span class="returnvalue">glibtop_open_files_entry</span></a> *
</td>
<td class="function_name">
<a class="link" href="libgtop-procopenfiles.html#glibtop-get-proc-open-files-s" title="glibtop_get_proc_open_files_s ()">glibtop_get_proc_open_files_s</a> <span class="c_punctuation">()</span>
</td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect1">
<a name="libgtop-procopenfiles.other"></a><h2>Types and Values</h2>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="name">
<col class="description">
</colgroup>
<tbody>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procopenfiles.html#GLIBTOP-PROC-OPEN-FILES-NUMBER:CAPS" title="GLIBTOP_PROC_OPEN_FILES_NUMBER">GLIBTOP_PROC_OPEN_FILES_NUMBER</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procopenfiles.html#GLIBTOP-PROC-OPEN-FILES-TOTAL:CAPS" title="GLIBTOP_PROC_OPEN_FILES_TOTAL">GLIBTOP_PROC_OPEN_FILES_TOTAL</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procopenfiles.html#GLIBTOP-PROC-OPEN-FILES-SIZE:CAPS" title="GLIBTOP_PROC_OPEN_FILES_SIZE">GLIBTOP_PROC_OPEN_FILES_SIZE</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procopenfiles.html#GLIBTOP-MAX-PROC-OPEN-FILES:CAPS" title="GLIBTOP_MAX_PROC_OPEN_FILES">GLIBTOP_MAX_PROC_OPEN_FILES</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procopenfiles.html#GLIBTOP-FILE-ENTRY-FD:CAPS" title="GLIBTOP_FILE_ENTRY_FD">GLIBTOP_FILE_ENTRY_FD</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procopenfiles.html#GLIBTOP-FILE-ENTRY-NAME:CAPS" title="GLIBTOP_FILE_ENTRY_NAME">GLIBTOP_FILE_ENTRY_NAME</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procopenfiles.html#GLIBTOP-FILE-ENTRY-TYPE:CAPS" title="GLIBTOP_FILE_ENTRY_TYPE">GLIBTOP_FILE_ENTRY_TYPE</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procopenfiles.html#GLIBTOP-FILE-ENTRY-INETSOCKET-DST-HOST:CAPS" title="GLIBTOP_FILE_ENTRY_INETSOCKET_DST_HOST">GLIBTOP_FILE_ENTRY_INETSOCKET_DST_HOST</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procopenfiles.html#GLIBTOP-FILE-ENTRY-INETSOCKET-DST-PORT:CAPS" title="GLIBTOP_FILE_ENTRY_INETSOCKET_DST_PORT">GLIBTOP_FILE_ENTRY_INETSOCKET_DST_PORT</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procopenfiles.html#GLIBTOP-MAX-OPEN-FILE-ENTRY:CAPS" title="GLIBTOP_MAX_OPEN_FILE_ENTRY">GLIBTOP_MAX_OPEN_FILE_ENTRY</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procopenfiles.html#GLIBTOP-OPEN-FILENAME-LEN:CAPS" title="GLIBTOP_OPEN_FILENAME_LEN">GLIBTOP_OPEN_FILENAME_LEN</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procopenfiles.html#GLIBTOP-OPEN-DEST-HOST-LEN:CAPS" title="GLIBTOP_OPEN_DEST_HOST_LEN">GLIBTOP_OPEN_DEST_HOST_LEN</a></td>
</tr>
<tr>
<td class="datatype_keyword">struct</td>
<td class="function_name"><a class="link" href="libgtop-procopenfiles.html#glibtop-open-files-entry" title="struct glibtop_open_files_entry">glibtop_open_files_entry</a></td>
</tr>
<tr>
<td class="datatype_keyword">struct</td>
<td class="function_name"><a class="link" href="libgtop-procopenfiles.html#glibtop-proc-open-files" title="struct glibtop_proc_open_files">glibtop_proc_open_files</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procopenfiles.html#glibtop-get-proc-open-files-r" title="glibtop_get_proc_open_files_r">glibtop_get_proc_open_files_r</a></td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect1">
<a name="libgtop-procopenfiles.includes"></a><h2>Includes</h2>
<pre class="synopsis">#include &lt;glibtop/procopenfiles.h&gt;
</pre>
</div>
<div class="refsect1">
<a name="libgtop-procopenfiles.description"></a><h2>Description</h2>
</div>
<div class="refsect1">
<a name="libgtop-procopenfiles.functions_details"></a><h2>Functions</h2>
<div class="refsect2">
<a name="glibtop-get-proc-open-files"></a><h3>glibtop_get_proc_open_files ()</h3>
<pre class="programlisting"><a class="link" href="libgtop-procopenfiles.html#glibtop-open-files-entry" title="struct glibtop_open_files_entry"><span class="returnvalue">glibtop_open_files_entry</span></a> *
glibtop_get_proc_open_files (<em class="parameter"><code><a class="link" href="libgtop-procopenfiles.html#glibtop-proc-open-files" title="struct glibtop_proc_open_files"><span class="type">glibtop_proc_open_files</span></a> *buf</code></em>,
<em class="parameter"><code><span class="type">pid_t</span> pid</code></em>);</pre>
<div class="refsect3">
<a name="glibtop-get-proc-open-files.returns"></a><h4>Returns</h4>
<p>. </p>
<p><span class="annotation">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span></p>
</div>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-get-proc-open-files-l"></a><h3>glibtop_get_proc_open_files_l ()</h3>
<pre class="programlisting"><a class="link" href="libgtop-procopenfiles.html#glibtop-open-files-entry" title="struct glibtop_open_files_entry"><span class="returnvalue">glibtop_open_files_entry</span></a> *
glibtop_get_proc_open_files_l (<em class="parameter"><code><a class="link" href="libgtop-GlibTop.html#glibtop" title="struct glibtop"><span class="type">glibtop</span></a> *server</code></em>,
<em class="parameter"><code><a class="link" href="libgtop-procopenfiles.html#glibtop-proc-open-files" title="struct glibtop_proc_open_files"><span class="type">glibtop_proc_open_files</span></a> *buf</code></em>,
<em class="parameter"><code><span class="type">pid_t</span> pid</code></em>);</pre>
<div class="refsect3">
<a name="glibtop-get-proc-open-files-l.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>buf</p></td>
<td class="parameter_description"><p>. </p></td>
<td class="parameter_annotations"><span class="annotation">[<a href="http://foldoc.org/out"><span class="acronym">out</span></a>]</span></td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="glibtop-get-proc-open-files-l.returns"></a><h4>Returns</h4>
<p>. </p>
<p><span class="annotation">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span></p>
</div>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-get-proc-open-files-p"></a><h3>glibtop_get_proc_open_files_p ()</h3>
<pre class="programlisting"><a class="link" href="libgtop-procopenfiles.html#glibtop-open-files-entry" title="struct glibtop_open_files_entry"><span class="returnvalue">glibtop_open_files_entry</span></a> *
glibtop_get_proc_open_files_p (<em class="parameter"><code><a class="link" href="libgtop-GlibTop.html#glibtop" title="struct glibtop"><span class="type">glibtop</span></a> *server</code></em>,
<em class="parameter"><code><a class="link" href="libgtop-procopenfiles.html#glibtop-proc-open-files" title="struct glibtop_proc_open_files"><span class="type">glibtop_proc_open_files</span></a> *buf</code></em>,
<em class="parameter"><code><span class="type">pid_t</span> pid</code></em>);</pre>
<div class="refsect3">
<a name="glibtop-get-proc-open-files-p.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>buf</p></td>
<td class="parameter_description"><p>. </p></td>
<td class="parameter_annotations"><span class="annotation">[<a href="http://foldoc.org/out"><span class="acronym">out</span></a>]</span></td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="glibtop-get-proc-open-files-p.returns"></a><h4>Returns</h4>
<p>. </p>
<p><span class="annotation">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span></p>
</div>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-get-proc-open-files-s"></a><h3>glibtop_get_proc_open_files_s ()</h3>
<pre class="programlisting"><a class="link" href="libgtop-procopenfiles.html#glibtop-open-files-entry" title="struct glibtop_open_files_entry"><span class="returnvalue">glibtop_open_files_entry</span></a> *
glibtop_get_proc_open_files_s (<em class="parameter"><code><a class="link" href="libgtop-GlibTop.html#glibtop" title="struct glibtop"><span class="type">glibtop</span></a> *server</code></em>,
<em class="parameter"><code><a class="link" href="libgtop-procopenfiles.html#glibtop-proc-open-files" title="struct glibtop_proc_open_files"><span class="type">glibtop_proc_open_files</span></a> *buf</code></em>,
<em class="parameter"><code><span class="type">pid_t</span> pid</code></em>);</pre>
</div>
</div>
<div class="refsect1">
<a name="libgtop-procopenfiles.other_details"></a><h2>Types and Values</h2>
<div class="refsect2">
<a name="GLIBTOP-PROC-OPEN-FILES-NUMBER:CAPS"></a><h3>GLIBTOP_PROC_OPEN_FILES_NUMBER</h3>
<pre class="programlisting">#define GLIBTOP_PROC_OPEN_FILES_NUMBER 0
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-PROC-OPEN-FILES-TOTAL:CAPS"></a><h3>GLIBTOP_PROC_OPEN_FILES_TOTAL</h3>
<pre class="programlisting">#define GLIBTOP_PROC_OPEN_FILES_TOTAL 1
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-PROC-OPEN-FILES-SIZE:CAPS"></a><h3>GLIBTOP_PROC_OPEN_FILES_SIZE</h3>
<pre class="programlisting">#define GLIBTOP_PROC_OPEN_FILES_SIZE 2
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-MAX-PROC-OPEN-FILES:CAPS"></a><h3>GLIBTOP_MAX_PROC_OPEN_FILES</h3>
<pre class="programlisting">#define GLIBTOP_MAX_PROC_OPEN_FILES 3
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-FILE-ENTRY-FD:CAPS"></a><h3>GLIBTOP_FILE_ENTRY_FD</h3>
<pre class="programlisting">#define GLIBTOP_FILE_ENTRY_FD 0
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-FILE-ENTRY-NAME:CAPS"></a><h3>GLIBTOP_FILE_ENTRY_NAME</h3>
<pre class="programlisting">#define GLIBTOP_FILE_ENTRY_NAME 1
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-FILE-ENTRY-TYPE:CAPS"></a><h3>GLIBTOP_FILE_ENTRY_TYPE</h3>
<pre class="programlisting">#define GLIBTOP_FILE_ENTRY_TYPE 2
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-FILE-ENTRY-INETSOCKET-DST-HOST:CAPS"></a><h3>GLIBTOP_FILE_ENTRY_INETSOCKET_DST_HOST</h3>
<pre class="programlisting">#define GLIBTOP_FILE_ENTRY_INETSOCKET_DST_HOST 3
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-FILE-ENTRY-INETSOCKET-DST-PORT:CAPS"></a><h3>GLIBTOP_FILE_ENTRY_INETSOCKET_DST_PORT</h3>
<pre class="programlisting">#define GLIBTOP_FILE_ENTRY_INETSOCKET_DST_PORT 4
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-MAX-OPEN-FILE-ENTRY:CAPS"></a><h3>GLIBTOP_MAX_OPEN_FILE_ENTRY</h3>
<pre class="programlisting">#define GLIBTOP_MAX_OPEN_FILE_ENTRY 5
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-OPEN-FILENAME-LEN:CAPS"></a><h3>GLIBTOP_OPEN_FILENAME_LEN</h3>
<pre class="programlisting">#define GLIBTOP_OPEN_FILENAME_LEN 215
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-OPEN-DEST-HOST-LEN:CAPS"></a><h3>GLIBTOP_OPEN_DEST_HOST_LEN</h3>
<pre class="programlisting">#define GLIBTOP_OPEN_DEST_HOST_LEN 46
</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-open-files-entry"></a><h3>struct glibtop_open_files_entry</h3>
<pre class="programlisting">struct glibtop_open_files_entry {
int fd;
guint16 type; /* An "enum glibtop_file_type" value. */
union {
/* When type == GLIBTOP_FILE_TYPE_INETSOCKET or
* when type == GLIBTOP_FILE_TYPE_INET6SOCKET */
struct {
char dest_host[GLIBTOP_OPEN_DEST_HOST_LEN+1];
int dest_port;
} sock;
/* When type == GLIBTOP_FILE_TYPE_FILE */
struct {
char name[GLIBTOP_OPEN_FILENAME_LEN+1];
} file;
/* When type == GLIBTOP_FILE_TYPE_LOCALSOCKET */
struct {
char name[GLIBTOP_OPEN_FILENAME_LEN+1];
} localsock;
} info;
};
</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-proc-open-files"></a><h3>struct glibtop_proc_open_files</h3>
<pre class="programlisting">struct glibtop_proc_open_files {
guint64 flags;
guint64 number; /* GLIBTOP_PROC_OPEN_FILES_NUMBER */
guint64 total; /* GLIBTOP_PROC_OPEN_FILES_TOTAL */
guint64 size; /* GLIBTOP_PROC_OPEN_FILES_SIZE */
};
</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-get-proc-open-files-r"></a><h3>glibtop_get_proc_open_files_r</h3>
<pre class="programlisting">#define glibtop_get_proc_open_files_r glibtop_get_proc_open_files_p
</pre>
</div>
</div>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.25</div>
</body>
</html>

View File

@@ -0,0 +1,256 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>procsegment: Libgtop Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
<link rel="home" href="index.html" title="Libgtop Reference Manual">
<link rel="up" href="libgtop-lib.html" title="Libgtop Library Reference">
<link rel="prev" href="libgtop-procopenfiles.html" title="procopenfiles">
<link rel="next" href="libgtop-procsignal.html" title="procsignal">
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
<td width="100%" align="left" class="shortcuts">
<a href="#" class="shortcut">Top</a><span id="nav_description">  <span class="dim">|</span> 
<a href="#libgtop-procsegment.description" class="shortcut">Description</a></span>
</td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
<td><a accesskey="u" href="libgtop-lib.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
<td><a accesskey="p" href="libgtop-procopenfiles.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="n" href="libgtop-procsignal.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
</tr></table>
<div class="refentry">
<a name="libgtop-procsegment"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="libgtop-procsegment.top_of_page"></a>procsegment</span></h2>
<p>procsegment</p>
</td>
<td class="gallery_image" valign="top" align="right"></td>
</tr></table></div>
<div class="refsect1">
<a name="libgtop-procsegment.functions"></a><h2>Functions</h2>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="functions_return">
<col class="functions_name">
</colgroup>
<tbody>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgtop-procsegment.html#glibtop-get-proc-segment" title="glibtop_get_proc_segment ()">glibtop_get_proc_segment</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgtop-procsegment.html#glibtop-get-proc-segment-l" title="glibtop_get_proc_segment_l ()">glibtop_get_proc_segment_l</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgtop-procsegment.html#glibtop-get-proc-segment-p" title="glibtop_get_proc_segment_p ()">glibtop_get_proc_segment_p</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgtop-procsegment.html#glibtop-get-proc-segment-s" title="glibtop_get_proc_segment_s ()">glibtop_get_proc_segment_s</a> <span class="c_punctuation">()</span>
</td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect1">
<a name="libgtop-procsegment.other"></a><h2>Types and Values</h2>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="name">
<col class="description">
</colgroup>
<tbody>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procsegment.html#GLIBTOP-PROC-SEGMENT-TEXT-RSS:CAPS" title="GLIBTOP_PROC_SEGMENT_TEXT_RSS">GLIBTOP_PROC_SEGMENT_TEXT_RSS</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procsegment.html#GLIBTOP-PROC-SEGMENT-SHLIB-RSS:CAPS" title="GLIBTOP_PROC_SEGMENT_SHLIB_RSS">GLIBTOP_PROC_SEGMENT_SHLIB_RSS</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procsegment.html#GLIBTOP-PROC-SEGMENT-DATA-RSS:CAPS" title="GLIBTOP_PROC_SEGMENT_DATA_RSS">GLIBTOP_PROC_SEGMENT_DATA_RSS</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procsegment.html#GLIBTOP-PROC-SEGMENT-STACK-RSS:CAPS" title="GLIBTOP_PROC_SEGMENT_STACK_RSS">GLIBTOP_PROC_SEGMENT_STACK_RSS</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procsegment.html#GLIBTOP-PROC-SEGMENT-DIRTY-SIZE:CAPS" title="GLIBTOP_PROC_SEGMENT_DIRTY_SIZE">GLIBTOP_PROC_SEGMENT_DIRTY_SIZE</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procsegment.html#GLIBTOP-PROC-SEGMENT-START-CODE:CAPS" title="GLIBTOP_PROC_SEGMENT_START_CODE">GLIBTOP_PROC_SEGMENT_START_CODE</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procsegment.html#GLIBTOP-PROC-SEGMENT-END-CODE:CAPS" title="GLIBTOP_PROC_SEGMENT_END_CODE">GLIBTOP_PROC_SEGMENT_END_CODE</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procsegment.html#GLIBTOP-PROC-SEGMENT-START-STACK:CAPS" title="GLIBTOP_PROC_SEGMENT_START_STACK">GLIBTOP_PROC_SEGMENT_START_STACK</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procsegment.html#GLIBTOP-MAX-PROC-SEGMENT:CAPS" title="GLIBTOP_MAX_PROC_SEGMENT">GLIBTOP_MAX_PROC_SEGMENT</a></td>
</tr>
<tr>
<td class="datatype_keyword">struct</td>
<td class="function_name"><a class="link" href="libgtop-procsegment.html#glibtop-proc-segment" title="struct glibtop_proc_segment">glibtop_proc_segment</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procsegment.html#glibtop-get-proc-segment-r" title="glibtop_get_proc_segment_r">glibtop_get_proc_segment_r</a></td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect1">
<a name="libgtop-procsegment.includes"></a><h2>Includes</h2>
<pre class="synopsis">#include &lt;glibtop/procsegment.h&gt;
</pre>
</div>
<div class="refsect1">
<a name="libgtop-procsegment.description"></a><h2>Description</h2>
</div>
<div class="refsect1">
<a name="libgtop-procsegment.functions_details"></a><h2>Functions</h2>
<div class="refsect2">
<a name="glibtop-get-proc-segment"></a><h3>glibtop_get_proc_segment ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
glibtop_get_proc_segment (<em class="parameter"><code><a class="link" href="libgtop-procsegment.html#glibtop-proc-segment" title="struct glibtop_proc_segment"><span class="type">glibtop_proc_segment</span></a> *buf</code></em>,
<em class="parameter"><code><span class="type">pid_t</span> pid</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-get-proc-segment-l"></a><h3>glibtop_get_proc_segment_l ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
glibtop_get_proc_segment_l (<em class="parameter"><code><a class="link" href="libgtop-GlibTop.html#glibtop" title="struct glibtop"><span class="type">glibtop</span></a> *server</code></em>,
<em class="parameter"><code><a class="link" href="libgtop-procsegment.html#glibtop-proc-segment" title="struct glibtop_proc_segment"><span class="type">glibtop_proc_segment</span></a> *buf</code></em>,
<em class="parameter"><code><span class="type">pid_t</span> pid</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-get-proc-segment-p"></a><h3>glibtop_get_proc_segment_p ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
glibtop_get_proc_segment_p (<em class="parameter"><code><a class="link" href="libgtop-GlibTop.html#glibtop" title="struct glibtop"><span class="type">glibtop</span></a> *server</code></em>,
<em class="parameter"><code><a class="link" href="libgtop-procsegment.html#glibtop-proc-segment" title="struct glibtop_proc_segment"><span class="type">glibtop_proc_segment</span></a> *buf</code></em>,
<em class="parameter"><code><span class="type">pid_t</span> pid</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-get-proc-segment-s"></a><h3>glibtop_get_proc_segment_s ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
glibtop_get_proc_segment_s (<em class="parameter"><code><a class="link" href="libgtop-GlibTop.html#glibtop" title="struct glibtop"><span class="type">glibtop</span></a> *server</code></em>,
<em class="parameter"><code><a class="link" href="libgtop-procsegment.html#glibtop-proc-segment" title="struct glibtop_proc_segment"><span class="type">glibtop_proc_segment</span></a> *buf</code></em>,
<em class="parameter"><code><span class="type">pid_t</span> pid</code></em>);</pre>
</div>
</div>
<div class="refsect1">
<a name="libgtop-procsegment.other_details"></a><h2>Types and Values</h2>
<div class="refsect2">
<a name="GLIBTOP-PROC-SEGMENT-TEXT-RSS:CAPS"></a><h3>GLIBTOP_PROC_SEGMENT_TEXT_RSS</h3>
<pre class="programlisting">#define GLIBTOP_PROC_SEGMENT_TEXT_RSS 0
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-PROC-SEGMENT-SHLIB-RSS:CAPS"></a><h3>GLIBTOP_PROC_SEGMENT_SHLIB_RSS</h3>
<pre class="programlisting">#define GLIBTOP_PROC_SEGMENT_SHLIB_RSS 1
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-PROC-SEGMENT-DATA-RSS:CAPS"></a><h3>GLIBTOP_PROC_SEGMENT_DATA_RSS</h3>
<pre class="programlisting">#define GLIBTOP_PROC_SEGMENT_DATA_RSS 2
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-PROC-SEGMENT-STACK-RSS:CAPS"></a><h3>GLIBTOP_PROC_SEGMENT_STACK_RSS</h3>
<pre class="programlisting">#define GLIBTOP_PROC_SEGMENT_STACK_RSS 3
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-PROC-SEGMENT-DIRTY-SIZE:CAPS"></a><h3>GLIBTOP_PROC_SEGMENT_DIRTY_SIZE</h3>
<pre class="programlisting">#define GLIBTOP_PROC_SEGMENT_DIRTY_SIZE 4
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-PROC-SEGMENT-START-CODE:CAPS"></a><h3>GLIBTOP_PROC_SEGMENT_START_CODE</h3>
<pre class="programlisting">#define GLIBTOP_PROC_SEGMENT_START_CODE 5
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-PROC-SEGMENT-END-CODE:CAPS"></a><h3>GLIBTOP_PROC_SEGMENT_END_CODE</h3>
<pre class="programlisting">#define GLIBTOP_PROC_SEGMENT_END_CODE 6
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-PROC-SEGMENT-START-STACK:CAPS"></a><h3>GLIBTOP_PROC_SEGMENT_START_STACK</h3>
<pre class="programlisting">#define GLIBTOP_PROC_SEGMENT_START_STACK 7
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-MAX-PROC-SEGMENT:CAPS"></a><h3>GLIBTOP_MAX_PROC_SEGMENT</h3>
<pre class="programlisting">#define GLIBTOP_MAX_PROC_SEGMENT 8
</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-proc-segment"></a><h3>struct glibtop_proc_segment</h3>
<pre class="programlisting">struct glibtop_proc_segment {
guint64 flags;
guint64 text_rss; /* text resident set size */
guint64 shlib_rss; /* shared-lib resident set size */
guint64 data_rss; /* data resident set size */
guint64 stack_rss; /* stack resident set size */
guint64 dirty_size; /* size of dirty pages */
guint64 start_code;
/* address of beginning of code segment */
guint64 end_code; /* address of end of code segment */
guint64 start_stack; /* address of the bottom of stack segment */
};
</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-get-proc-segment-r"></a><h3>glibtop_get_proc_segment_r</h3>
<pre class="programlisting">#define glibtop_get_proc_segment_r glibtop_get_proc_segment_p
</pre>
</div>
</div>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.25</div>
</body>
</html>

View File

@@ -0,0 +1,211 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>procsignal: Libgtop Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
<link rel="home" href="index.html" title="Libgtop Reference Manual">
<link rel="up" href="libgtop-lib.html" title="Libgtop Library Reference">
<link rel="prev" href="libgtop-procsegment.html" title="procsegment">
<link rel="next" href="libgtop-sysdeps.html" title="sysdeps">
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
<td width="100%" align="left" class="shortcuts">
<a href="#" class="shortcut">Top</a><span id="nav_description">  <span class="dim">|</span> 
<a href="#libgtop-procsignal.description" class="shortcut">Description</a></span>
</td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
<td><a accesskey="u" href="libgtop-lib.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
<td><a accesskey="p" href="libgtop-procsegment.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="n" href="libgtop-sysdeps.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
</tr></table>
<div class="refentry">
<a name="libgtop-procsignal"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="libgtop-procsignal.top_of_page"></a>procsignal</span></h2>
<p>procsignal</p>
</td>
<td class="gallery_image" valign="top" align="right"></td>
</tr></table></div>
<div class="refsect1">
<a name="libgtop-procsignal.functions"></a><h2>Functions</h2>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="functions_return">
<col class="functions_name">
</colgroup>
<tbody>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgtop-procsignal.html#glibtop-get-proc-signal" title="glibtop_get_proc_signal ()">glibtop_get_proc_signal</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgtop-procsignal.html#glibtop-get-proc-signal-l" title="glibtop_get_proc_signal_l ()">glibtop_get_proc_signal_l</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgtop-procsignal.html#glibtop-get-proc-signal-p" title="glibtop_get_proc_signal_p ()">glibtop_get_proc_signal_p</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgtop-procsignal.html#glibtop-get-proc-signal-s" title="glibtop_get_proc_signal_s ()">glibtop_get_proc_signal_s</a> <span class="c_punctuation">()</span>
</td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect1">
<a name="libgtop-procsignal.other"></a><h2>Types and Values</h2>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="name">
<col class="description">
</colgroup>
<tbody>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procsignal.html#GLIBTOP-PROC-SIGNAL-SIGNAL:CAPS" title="GLIBTOP_PROC_SIGNAL_SIGNAL">GLIBTOP_PROC_SIGNAL_SIGNAL</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procsignal.html#GLIBTOP-PROC-SIGNAL-BLOCKED:CAPS" title="GLIBTOP_PROC_SIGNAL_BLOCKED">GLIBTOP_PROC_SIGNAL_BLOCKED</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procsignal.html#GLIBTOP-PROC-SIGNAL-SIGIGNORE:CAPS" title="GLIBTOP_PROC_SIGNAL_SIGIGNORE">GLIBTOP_PROC_SIGNAL_SIGIGNORE</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procsignal.html#GLIBTOP-PROC-SIGNAL-SIGCATCH:CAPS" title="GLIBTOP_PROC_SIGNAL_SIGCATCH">GLIBTOP_PROC_SIGNAL_SIGCATCH</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procsignal.html#GLIBTOP-MAX-PROC-SIGNAL:CAPS" title="GLIBTOP_MAX_PROC_SIGNAL">GLIBTOP_MAX_PROC_SIGNAL</a></td>
</tr>
<tr>
<td class="datatype_keyword">struct</td>
<td class="function_name"><a class="link" href="libgtop-procsignal.html#glibtop-proc-signal" title="struct glibtop_proc_signal">glibtop_proc_signal</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procsignal.html#glibtop-get-proc-signal-r" title="glibtop_get_proc_signal_r">glibtop_get_proc_signal_r</a></td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect1">
<a name="libgtop-procsignal.includes"></a><h2>Includes</h2>
<pre class="synopsis">#include &lt;glibtop/procsignal.h&gt;
</pre>
</div>
<div class="refsect1">
<a name="libgtop-procsignal.description"></a><h2>Description</h2>
</div>
<div class="refsect1">
<a name="libgtop-procsignal.functions_details"></a><h2>Functions</h2>
<div class="refsect2">
<a name="glibtop-get-proc-signal"></a><h3>glibtop_get_proc_signal ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
glibtop_get_proc_signal (<em class="parameter"><code><a class="link" href="libgtop-procsignal.html#glibtop-proc-signal" title="struct glibtop_proc_signal"><span class="type">glibtop_proc_signal</span></a> *buf</code></em>,
<em class="parameter"><code><span class="type">pid_t</span> pid</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-get-proc-signal-l"></a><h3>glibtop_get_proc_signal_l ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
glibtop_get_proc_signal_l (<em class="parameter"><code><a class="link" href="libgtop-GlibTop.html#glibtop" title="struct glibtop"><span class="type">glibtop</span></a> *server</code></em>,
<em class="parameter"><code><a class="link" href="libgtop-procsignal.html#glibtop-proc-signal" title="struct glibtop_proc_signal"><span class="type">glibtop_proc_signal</span></a> *buf</code></em>,
<em class="parameter"><code><span class="type">pid_t</span> pid</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-get-proc-signal-p"></a><h3>glibtop_get_proc_signal_p ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
glibtop_get_proc_signal_p (<em class="parameter"><code><a class="link" href="libgtop-GlibTop.html#glibtop" title="struct glibtop"><span class="type">glibtop</span></a> *server</code></em>,
<em class="parameter"><code><a class="link" href="libgtop-procsignal.html#glibtop-proc-signal" title="struct glibtop_proc_signal"><span class="type">glibtop_proc_signal</span></a> *buf</code></em>,
<em class="parameter"><code><span class="type">pid_t</span> pid</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-get-proc-signal-s"></a><h3>glibtop_get_proc_signal_s ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
glibtop_get_proc_signal_s (<em class="parameter"><code><a class="link" href="libgtop-GlibTop.html#glibtop" title="struct glibtop"><span class="type">glibtop</span></a> *server</code></em>,
<em class="parameter"><code><a class="link" href="libgtop-procsignal.html#glibtop-proc-signal" title="struct glibtop_proc_signal"><span class="type">glibtop_proc_signal</span></a> *buf</code></em>,
<em class="parameter"><code><span class="type">pid_t</span> pid</code></em>);</pre>
</div>
</div>
<div class="refsect1">
<a name="libgtop-procsignal.other_details"></a><h2>Types and Values</h2>
<div class="refsect2">
<a name="GLIBTOP-PROC-SIGNAL-SIGNAL:CAPS"></a><h3>GLIBTOP_PROC_SIGNAL_SIGNAL</h3>
<pre class="programlisting">#define GLIBTOP_PROC_SIGNAL_SIGNAL 0
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-PROC-SIGNAL-BLOCKED:CAPS"></a><h3>GLIBTOP_PROC_SIGNAL_BLOCKED</h3>
<pre class="programlisting">#define GLIBTOP_PROC_SIGNAL_BLOCKED 1
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-PROC-SIGNAL-SIGIGNORE:CAPS"></a><h3>GLIBTOP_PROC_SIGNAL_SIGIGNORE</h3>
<pre class="programlisting">#define GLIBTOP_PROC_SIGNAL_SIGIGNORE 2
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-PROC-SIGNAL-SIGCATCH:CAPS"></a><h3>GLIBTOP_PROC_SIGNAL_SIGCATCH</h3>
<pre class="programlisting">#define GLIBTOP_PROC_SIGNAL_SIGCATCH 3
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-MAX-PROC-SIGNAL:CAPS"></a><h3>GLIBTOP_MAX_PROC_SIGNAL</h3>
<pre class="programlisting">#define GLIBTOP_MAX_PROC_SIGNAL 4
</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-proc-signal"></a><h3>struct glibtop_proc_signal</h3>
<pre class="programlisting">struct glibtop_proc_signal {
guint64 flags;
guint64 signal [2]; /* mask of pending signals */
guint64 blocked [2]; /* mask of blocked signals */
guint64 sigignore [2]; /* mask of ignored signals */
guint64 sigcatch [2]; /* mask of caught signals */
};
</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-get-proc-signal-r"></a><h3>glibtop_get_proc_signal_r</h3>
<pre class="programlisting">#define glibtop_get_proc_signal_r glibtop_get_proc_signal_p
</pre>
</div>
</div>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.25</div>
</body>
</html>

View File

@@ -0,0 +1,342 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>procstate: Libgtop Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
<link rel="home" href="index.html" title="Libgtop Reference Manual">
<link rel="up" href="libgtop-lib.html" title="Libgtop Library Reference">
<link rel="prev" href="libgtop-sysdeps.html" title="sysdeps">
<link rel="next" href="libgtop-procuid.html" title="procuid">
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
<td width="100%" align="left" class="shortcuts">
<a href="#" class="shortcut">Top</a><span id="nav_description">  <span class="dim">|</span> 
<a href="#libgtop-procstate.description" class="shortcut">Description</a></span>
</td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
<td><a accesskey="u" href="libgtop-lib.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
<td><a accesskey="p" href="libgtop-sysdeps.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="n" href="libgtop-procuid.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
</tr></table>
<div class="refentry">
<a name="libgtop-procstate"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="libgtop-procstate.top_of_page"></a>procstate</span></h2>
<p>procstate</p>
</td>
<td class="gallery_image" valign="top" align="right"></td>
</tr></table></div>
<div class="refsect1">
<a name="libgtop-procstate.functions"></a><h2>Functions</h2>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="functions_return">
<col class="functions_name">
</colgroup>
<tbody>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgtop-procstate.html#glibtop-get-proc-state" title="glibtop_get_proc_state ()">glibtop_get_proc_state</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgtop-procstate.html#glibtop-get-proc-state-l" title="glibtop_get_proc_state_l ()">glibtop_get_proc_state_l</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgtop-procstate.html#glibtop-get-proc-state-p" title="glibtop_get_proc_state_p ()">glibtop_get_proc_state_p</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgtop-procstate.html#glibtop-get-proc-state-s" title="glibtop_get_proc_state_s ()">glibtop_get_proc_state_s</a> <span class="c_punctuation">()</span>
</td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect1">
<a name="libgtop-procstate.other"></a><h2>Types and Values</h2>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="name">
<col class="description">
</colgroup>
<tbody>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procstate.html#GLIBTOP-PROC-STATE-CMD:CAPS" title="GLIBTOP_PROC_STATE_CMD">GLIBTOP_PROC_STATE_CMD</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procstate.html#GLIBTOP-PROC-STATE-STATE:CAPS" title="GLIBTOP_PROC_STATE_STATE">GLIBTOP_PROC_STATE_STATE</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procstate.html#GLIBTOP-PROC-STATE-UID:CAPS" title="GLIBTOP_PROC_STATE_UID">GLIBTOP_PROC_STATE_UID</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procstate.html#GLIBTOP-PROC-STATE-GID:CAPS" title="GLIBTOP_PROC_STATE_GID">GLIBTOP_PROC_STATE_GID</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procstate.html#GLIBTOP-PROC-STATE-RUID:CAPS" title="GLIBTOP_PROC_STATE_RUID">GLIBTOP_PROC_STATE_RUID</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procstate.html#GLIBTOP-PROC-STATE-RGID:CAPS" title="GLIBTOP_PROC_STATE_RGID">GLIBTOP_PROC_STATE_RGID</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procstate.html#GLIBTOP-PROC-STATE-HAS-CPU:CAPS" title="GLIBTOP_PROC_STATE_HAS_CPU">GLIBTOP_PROC_STATE_HAS_CPU</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procstate.html#GLIBTOP-PROC-STATE-PROCESSOR:CAPS" title="GLIBTOP_PROC_STATE_PROCESSOR">GLIBTOP_PROC_STATE_PROCESSOR</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procstate.html#GLIBTOP-PROC-STATE-LAST-PROCESSOR:CAPS" title="GLIBTOP_PROC_STATE_LAST_PROCESSOR">GLIBTOP_PROC_STATE_LAST_PROCESSOR</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procstate.html#GLIBTOP-MAX-PROC-STATE:CAPS" title="GLIBTOP_MAX_PROC_STATE">GLIBTOP_MAX_PROC_STATE</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procstate.html#GLIBTOP-PROCESS-RUNNING:CAPS" title="GLIBTOP_PROCESS_RUNNING">GLIBTOP_PROCESS_RUNNING</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procstate.html#GLIBTOP-PROCESS-INTERRUPTIBLE:CAPS" title="GLIBTOP_PROCESS_INTERRUPTIBLE">GLIBTOP_PROCESS_INTERRUPTIBLE</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procstate.html#GLIBTOP-PROCESS-UNINTERRUPTIBLE:CAPS" title="GLIBTOP_PROCESS_UNINTERRUPTIBLE">GLIBTOP_PROCESS_UNINTERRUPTIBLE</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procstate.html#GLIBTOP-PROCESS-ZOMBIE:CAPS" title="GLIBTOP_PROCESS_ZOMBIE">GLIBTOP_PROCESS_ZOMBIE</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procstate.html#GLIBTOP-PROCESS-STOPPED:CAPS" title="GLIBTOP_PROCESS_STOPPED">GLIBTOP_PROCESS_STOPPED</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procstate.html#GLIBTOP-PROCESS-SWAPPING:CAPS" title="GLIBTOP_PROCESS_SWAPPING">GLIBTOP_PROCESS_SWAPPING</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procstate.html#GLIBTOP-PROCESS-DEAD:CAPS" title="GLIBTOP_PROCESS_DEAD">GLIBTOP_PROCESS_DEAD</a></td>
</tr>
<tr>
<td class="datatype_keyword">struct</td>
<td class="function_name"><a class="link" href="libgtop-procstate.html#glibtop-proc-state" title="struct glibtop_proc_state">glibtop_proc_state</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procstate.html#glibtop-get-proc-state-r" title="glibtop_get_proc_state_r">glibtop_get_proc_state_r</a></td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect1">
<a name="libgtop-procstate.includes"></a><h2>Includes</h2>
<pre class="synopsis">#include &lt;glibtop/procstate.h&gt;
</pre>
</div>
<div class="refsect1">
<a name="libgtop-procstate.description"></a><h2>Description</h2>
</div>
<div class="refsect1">
<a name="libgtop-procstate.functions_details"></a><h2>Functions</h2>
<div class="refsect2">
<a name="glibtop-get-proc-state"></a><h3>glibtop_get_proc_state ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
glibtop_get_proc_state (<em class="parameter"><code><a class="link" href="libgtop-procstate.html#glibtop-proc-state" title="struct glibtop_proc_state"><span class="type">glibtop_proc_state</span></a> *buf</code></em>,
<em class="parameter"><code><span class="type">pid_t</span> pid</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-get-proc-state-l"></a><h3>glibtop_get_proc_state_l ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
glibtop_get_proc_state_l (<em class="parameter"><code><a class="link" href="libgtop-GlibTop.html#glibtop" title="struct glibtop"><span class="type">glibtop</span></a> *server</code></em>,
<em class="parameter"><code><a class="link" href="libgtop-procstate.html#glibtop-proc-state" title="struct glibtop_proc_state"><span class="type">glibtop_proc_state</span></a> *buf</code></em>,
<em class="parameter"><code><span class="type">pid_t</span> pid</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-get-proc-state-p"></a><h3>glibtop_get_proc_state_p ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
glibtop_get_proc_state_p (<em class="parameter"><code><a class="link" href="libgtop-GlibTop.html#glibtop" title="struct glibtop"><span class="type">glibtop</span></a> *server</code></em>,
<em class="parameter"><code><a class="link" href="libgtop-procstate.html#glibtop-proc-state" title="struct glibtop_proc_state"><span class="type">glibtop_proc_state</span></a> *buf</code></em>,
<em class="parameter"><code><span class="type">pid_t</span> pid</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-get-proc-state-s"></a><h3>glibtop_get_proc_state_s ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
glibtop_get_proc_state_s (<em class="parameter"><code><a class="link" href="libgtop-GlibTop.html#glibtop" title="struct glibtop"><span class="type">glibtop</span></a> *server</code></em>,
<em class="parameter"><code><a class="link" href="libgtop-procstate.html#glibtop-proc-state" title="struct glibtop_proc_state"><span class="type">glibtop_proc_state</span></a> *buf</code></em>,
<em class="parameter"><code><span class="type">pid_t</span> pid</code></em>);</pre>
</div>
</div>
<div class="refsect1">
<a name="libgtop-procstate.other_details"></a><h2>Types and Values</h2>
<div class="refsect2">
<a name="GLIBTOP-PROC-STATE-CMD:CAPS"></a><h3>GLIBTOP_PROC_STATE_CMD</h3>
<pre class="programlisting">#define GLIBTOP_PROC_STATE_CMD 0
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-PROC-STATE-STATE:CAPS"></a><h3>GLIBTOP_PROC_STATE_STATE</h3>
<pre class="programlisting">#define GLIBTOP_PROC_STATE_STATE 1
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-PROC-STATE-UID:CAPS"></a><h3>GLIBTOP_PROC_STATE_UID</h3>
<pre class="programlisting">#define GLIBTOP_PROC_STATE_UID 2
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-PROC-STATE-GID:CAPS"></a><h3>GLIBTOP_PROC_STATE_GID</h3>
<pre class="programlisting">#define GLIBTOP_PROC_STATE_GID 3
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-PROC-STATE-RUID:CAPS"></a><h3>GLIBTOP_PROC_STATE_RUID</h3>
<pre class="programlisting">#define GLIBTOP_PROC_STATE_RUID 4
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-PROC-STATE-RGID:CAPS"></a><h3>GLIBTOP_PROC_STATE_RGID</h3>
<pre class="programlisting">#define GLIBTOP_PROC_STATE_RGID 5
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-PROC-STATE-HAS-CPU:CAPS"></a><h3>GLIBTOP_PROC_STATE_HAS_CPU</h3>
<pre class="programlisting">#define GLIBTOP_PROC_STATE_HAS_CPU 6
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-PROC-STATE-PROCESSOR:CAPS"></a><h3>GLIBTOP_PROC_STATE_PROCESSOR</h3>
<pre class="programlisting">#define GLIBTOP_PROC_STATE_PROCESSOR 7
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-PROC-STATE-LAST-PROCESSOR:CAPS"></a><h3>GLIBTOP_PROC_STATE_LAST_PROCESSOR</h3>
<pre class="programlisting">#define GLIBTOP_PROC_STATE_LAST_PROCESSOR 8
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-MAX-PROC-STATE:CAPS"></a><h3>GLIBTOP_MAX_PROC_STATE</h3>
<pre class="programlisting">#define GLIBTOP_MAX_PROC_STATE 9
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-PROCESS-RUNNING:CAPS"></a><h3>GLIBTOP_PROCESS_RUNNING</h3>
<pre class="programlisting">#define GLIBTOP_PROCESS_RUNNING 1
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-PROCESS-INTERRUPTIBLE:CAPS"></a><h3>GLIBTOP_PROCESS_INTERRUPTIBLE</h3>
<pre class="programlisting">#define GLIBTOP_PROCESS_INTERRUPTIBLE 2
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-PROCESS-UNINTERRUPTIBLE:CAPS"></a><h3>GLIBTOP_PROCESS_UNINTERRUPTIBLE</h3>
<pre class="programlisting">#define GLIBTOP_PROCESS_UNINTERRUPTIBLE 4
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-PROCESS-ZOMBIE:CAPS"></a><h3>GLIBTOP_PROCESS_ZOMBIE</h3>
<pre class="programlisting">#define GLIBTOP_PROCESS_ZOMBIE 8
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-PROCESS-STOPPED:CAPS"></a><h3>GLIBTOP_PROCESS_STOPPED</h3>
<pre class="programlisting">#define GLIBTOP_PROCESS_STOPPED 16
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-PROCESS-SWAPPING:CAPS"></a><h3>GLIBTOP_PROCESS_SWAPPING</h3>
<pre class="programlisting">#define GLIBTOP_PROCESS_SWAPPING 32
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-PROCESS-DEAD:CAPS"></a><h3>GLIBTOP_PROCESS_DEAD</h3>
<pre class="programlisting">#define GLIBTOP_PROCESS_DEAD 64
</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-proc-state"></a><h3>struct glibtop_proc_state</h3>
<pre class="programlisting">struct glibtop_proc_state {
guint64 flags;
char cmd[40]; /* basename of executable file in
* call to exec(2) */
unsigned state;
/* NOTE: when porting the library, TRY HARD to implement the
* following two fields. */
/* IMPORTANT NOTICE: For security reasons, it is extremely important
* only to set the flags value for those two
* fields if their values are corrent ! */
int uid; /* UID of process */
int gid; /* GID of process */
int ruid;
int rgid;
int has_cpu;
int processor;
int last_processor;
};
</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-get-proc-state-r"></a><h3>glibtop_get_proc_state_r</h3>
<pre class="programlisting">#define glibtop_get_proc_state_r glibtop_get_proc_state_p
</pre>
</div>
</div>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.25</div>
</body>
</html>

View File

@@ -0,0 +1,398 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>procuid: Libgtop Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
<link rel="home" href="index.html" title="Libgtop Reference Manual">
<link rel="up" href="libgtop-lib.html" title="Libgtop Library Reference">
<link rel="prev" href="libgtop-procstate.html" title="procstate">
<link rel="next" href="libgtop-Process-Time.html" title="Process Time">
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
<td width="100%" align="left" class="shortcuts">
<a href="#" class="shortcut">Top</a><span id="nav_description">  <span class="dim">|</span> 
<a href="#libgtop-procuid.description" class="shortcut">Description</a></span>
</td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
<td><a accesskey="u" href="libgtop-lib.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
<td><a accesskey="p" href="libgtop-procstate.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="n" href="libgtop-Process-Time.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
</tr></table>
<div class="refentry">
<a name="libgtop-procuid"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="libgtop-procuid.top_of_page"></a>procuid</span></h2>
<p>procuid</p>
</td>
<td class="gallery_image" valign="top" align="right"></td>
</tr></table></div>
<div class="refsect1">
<a name="libgtop-procuid.functions"></a><h2>Functions</h2>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="functions_return">
<col class="functions_name">
</colgroup>
<tbody>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgtop-procuid.html#glibtop-get-proc-uid" title="glibtop_get_proc_uid ()">glibtop_get_proc_uid</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgtop-procuid.html#glibtop-get-proc-uid-l" title="glibtop_get_proc_uid_l ()">glibtop_get_proc_uid_l</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgtop-procuid.html#glibtop-get-proc-uid-p" title="glibtop_get_proc_uid_p ()">glibtop_get_proc_uid_p</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgtop-procuid.html#glibtop-get-proc-uid-s" title="glibtop_get_proc_uid_s ()">glibtop_get_proc_uid_s</a> <span class="c_punctuation">()</span>
</td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect1">
<a name="libgtop-procuid.other"></a><h2>Types and Values</h2>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="name">
<col class="description">
</colgroup>
<tbody>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procuid.html#GLIBTOP-PROC-UID-UID:CAPS" title="GLIBTOP_PROC_UID_UID">GLIBTOP_PROC_UID_UID</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procuid.html#GLIBTOP-PROC-UID-EUID:CAPS" title="GLIBTOP_PROC_UID_EUID">GLIBTOP_PROC_UID_EUID</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procuid.html#GLIBTOP-PROC-UID-GID:CAPS" title="GLIBTOP_PROC_UID_GID">GLIBTOP_PROC_UID_GID</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procuid.html#GLIBTOP-PROC-UID-EGID:CAPS" title="GLIBTOP_PROC_UID_EGID">GLIBTOP_PROC_UID_EGID</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procuid.html#GLIBTOP-PROC-UID-SUID:CAPS" title="GLIBTOP_PROC_UID_SUID">GLIBTOP_PROC_UID_SUID</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procuid.html#GLIBTOP-PROC-UID-SGID:CAPS" title="GLIBTOP_PROC_UID_SGID">GLIBTOP_PROC_UID_SGID</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procuid.html#GLIBTOP-PROC-UID-FSUID:CAPS" title="GLIBTOP_PROC_UID_FSUID">GLIBTOP_PROC_UID_FSUID</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procuid.html#GLIBTOP-PROC-UID-FSGID:CAPS" title="GLIBTOP_PROC_UID_FSGID">GLIBTOP_PROC_UID_FSGID</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procuid.html#GLIBTOP-PROC-UID-PID:CAPS" title="GLIBTOP_PROC_UID_PID">GLIBTOP_PROC_UID_PID</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procuid.html#GLIBTOP-PROC-UID-PPID:CAPS" title="GLIBTOP_PROC_UID_PPID">GLIBTOP_PROC_UID_PPID</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procuid.html#GLIBTOP-PROC-UID-PGRP:CAPS" title="GLIBTOP_PROC_UID_PGRP">GLIBTOP_PROC_UID_PGRP</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procuid.html#GLIBTOP-PROC-UID-SESSION:CAPS" title="GLIBTOP_PROC_UID_SESSION">GLIBTOP_PROC_UID_SESSION</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procuid.html#GLIBTOP-PROC-UID-TTY:CAPS" title="GLIBTOP_PROC_UID_TTY">GLIBTOP_PROC_UID_TTY</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procuid.html#GLIBTOP-PROC-UID-TPGID:CAPS" title="GLIBTOP_PROC_UID_TPGID">GLIBTOP_PROC_UID_TPGID</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procuid.html#GLIBTOP-PROC-UID-PRIORITY:CAPS" title="GLIBTOP_PROC_UID_PRIORITY">GLIBTOP_PROC_UID_PRIORITY</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procuid.html#GLIBTOP-PROC-UID-NICE:CAPS" title="GLIBTOP_PROC_UID_NICE">GLIBTOP_PROC_UID_NICE</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procuid.html#GLIBTOP-PROC-UID-NGROUPS:CAPS" title="GLIBTOP_PROC_UID_NGROUPS">GLIBTOP_PROC_UID_NGROUPS</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procuid.html#GLIBTOP-PROC-UID-GROUPS:CAPS" title="GLIBTOP_PROC_UID_GROUPS">GLIBTOP_PROC_UID_GROUPS</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procuid.html#GLIBTOP-MAX-PROC-UID:CAPS" title="GLIBTOP_MAX_PROC_UID">GLIBTOP_MAX_PROC_UID</a></td>
</tr>
<tr>
<td class="datatype_keyword">struct</td>
<td class="function_name"><a class="link" href="libgtop-procuid.html#glibtop-proc-uid" title="struct glibtop_proc_uid">glibtop_proc_uid</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procuid.html#GLIBTOP-MAX-GROUPS:CAPS" title="GLIBTOP_MAX_GROUPS">GLIBTOP_MAX_GROUPS</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-procuid.html#glibtop-get-proc-uid-r" title="glibtop_get_proc_uid_r">glibtop_get_proc_uid_r</a></td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect1">
<a name="libgtop-procuid.includes"></a><h2>Includes</h2>
<pre class="synopsis">#include &lt;glibtop/procuid.h&gt;
</pre>
</div>
<div class="refsect1">
<a name="libgtop-procuid.description"></a><h2>Description</h2>
</div>
<div class="refsect1">
<a name="libgtop-procuid.functions_details"></a><h2>Functions</h2>
<div class="refsect2">
<a name="glibtop-get-proc-uid"></a><h3>glibtop_get_proc_uid ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
glibtop_get_proc_uid (<em class="parameter"><code><a class="link" href="libgtop-procuid.html#glibtop-proc-uid" title="struct glibtop_proc_uid"><span class="type">glibtop_proc_uid</span></a> *buf</code></em>,
<em class="parameter"><code><span class="type">pid_t</span> pid</code></em>);</pre>
<p>Get the process user id and tty information.</p>
<div class="refsect3">
<a name="glibtop-get-proc-uid.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>buf</p></td>
<td class="parameter_description"><p>A location to return a <a class="link" href="libgtop-procuid.html#glibtop-proc-uid" title="struct glibtop_proc_uid"><span class="type">glibtop_proc_uid</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>pid</p></td>
<td class="parameter_description"><p>Process id to get the user and tty information</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-get-proc-uid-l"></a><h3>glibtop_get_proc_uid_l ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
glibtop_get_proc_uid_l (<em class="parameter"><code><a class="link" href="libgtop-GlibTop.html#glibtop" title="struct glibtop"><span class="type">glibtop</span></a> *server</code></em>,
<em class="parameter"><code><a class="link" href="libgtop-procuid.html#glibtop-proc-uid" title="struct glibtop_proc_uid"><span class="type">glibtop_proc_uid</span></a> *buf</code></em>,
<em class="parameter"><code><span class="type">pid_t</span> pid</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-get-proc-uid-p"></a><h3>glibtop_get_proc_uid_p ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
glibtop_get_proc_uid_p (<em class="parameter"><code><a class="link" href="libgtop-GlibTop.html#glibtop" title="struct glibtop"><span class="type">glibtop</span></a> *server</code></em>,
<em class="parameter"><code><a class="link" href="libgtop-procuid.html#glibtop-proc-uid" title="struct glibtop_proc_uid"><span class="type">glibtop_proc_uid</span></a> *buf</code></em>,
<em class="parameter"><code><span class="type">pid_t</span> pid</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-get-proc-uid-s"></a><h3>glibtop_get_proc_uid_s ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
glibtop_get_proc_uid_s (<em class="parameter"><code><a class="link" href="libgtop-GlibTop.html#glibtop" title="struct glibtop"><span class="type">glibtop</span></a> *server</code></em>,
<em class="parameter"><code><a class="link" href="libgtop-procuid.html#glibtop-proc-uid" title="struct glibtop_proc_uid"><span class="type">glibtop_proc_uid</span></a> *buf</code></em>,
<em class="parameter"><code><span class="type">pid_t</span> pid</code></em>);</pre>
</div>
</div>
<div class="refsect1">
<a name="libgtop-procuid.other_details"></a><h2>Types and Values</h2>
<div class="refsect2">
<a name="GLIBTOP-PROC-UID-UID:CAPS"></a><h3>GLIBTOP_PROC_UID_UID</h3>
<pre class="programlisting">#define GLIBTOP_PROC_UID_UID 0
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-PROC-UID-EUID:CAPS"></a><h3>GLIBTOP_PROC_UID_EUID</h3>
<pre class="programlisting">#define GLIBTOP_PROC_UID_EUID 1
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-PROC-UID-GID:CAPS"></a><h3>GLIBTOP_PROC_UID_GID</h3>
<pre class="programlisting">#define GLIBTOP_PROC_UID_GID 2
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-PROC-UID-EGID:CAPS"></a><h3>GLIBTOP_PROC_UID_EGID</h3>
<pre class="programlisting">#define GLIBTOP_PROC_UID_EGID 3
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-PROC-UID-SUID:CAPS"></a><h3>GLIBTOP_PROC_UID_SUID</h3>
<pre class="programlisting">#define GLIBTOP_PROC_UID_SUID 4
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-PROC-UID-SGID:CAPS"></a><h3>GLIBTOP_PROC_UID_SGID</h3>
<pre class="programlisting">#define GLIBTOP_PROC_UID_SGID 5
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-PROC-UID-FSUID:CAPS"></a><h3>GLIBTOP_PROC_UID_FSUID</h3>
<pre class="programlisting">#define GLIBTOP_PROC_UID_FSUID 6
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-PROC-UID-FSGID:CAPS"></a><h3>GLIBTOP_PROC_UID_FSGID</h3>
<pre class="programlisting">#define GLIBTOP_PROC_UID_FSGID 7
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-PROC-UID-PID:CAPS"></a><h3>GLIBTOP_PROC_UID_PID</h3>
<pre class="programlisting">#define GLIBTOP_PROC_UID_PID 8
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-PROC-UID-PPID:CAPS"></a><h3>GLIBTOP_PROC_UID_PPID</h3>
<pre class="programlisting">#define GLIBTOP_PROC_UID_PPID 9
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-PROC-UID-PGRP:CAPS"></a><h3>GLIBTOP_PROC_UID_PGRP</h3>
<pre class="programlisting">#define GLIBTOP_PROC_UID_PGRP 10
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-PROC-UID-SESSION:CAPS"></a><h3>GLIBTOP_PROC_UID_SESSION</h3>
<pre class="programlisting">#define GLIBTOP_PROC_UID_SESSION 11
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-PROC-UID-TTY:CAPS"></a><h3>GLIBTOP_PROC_UID_TTY</h3>
<pre class="programlisting">#define GLIBTOP_PROC_UID_TTY 12
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-PROC-UID-TPGID:CAPS"></a><h3>GLIBTOP_PROC_UID_TPGID</h3>
<pre class="programlisting">#define GLIBTOP_PROC_UID_TPGID 13
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-PROC-UID-PRIORITY:CAPS"></a><h3>GLIBTOP_PROC_UID_PRIORITY</h3>
<pre class="programlisting">#define GLIBTOP_PROC_UID_PRIORITY 14
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-PROC-UID-NICE:CAPS"></a><h3>GLIBTOP_PROC_UID_NICE</h3>
<pre class="programlisting">#define GLIBTOP_PROC_UID_NICE 15
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-PROC-UID-NGROUPS:CAPS"></a><h3>GLIBTOP_PROC_UID_NGROUPS</h3>
<pre class="programlisting">#define GLIBTOP_PROC_UID_NGROUPS 16
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-PROC-UID-GROUPS:CAPS"></a><h3>GLIBTOP_PROC_UID_GROUPS</h3>
<pre class="programlisting">#define GLIBTOP_PROC_UID_GROUPS 17
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-MAX-PROC-UID:CAPS"></a><h3>GLIBTOP_MAX_PROC_UID</h3>
<pre class="programlisting">#define GLIBTOP_MAX_PROC_UID 18
</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-proc-uid"></a><h3>struct glibtop_proc_uid</h3>
<pre class="programlisting">struct glibtop_proc_uid {
guint64 flags;
gint32 uid; /* user id */
gint32 euid; /* effective user id */
gint32 gid; /* group id */
gint32 egid; /* effective group id */
gint32 suid; /* set user id */
gint32 sgid; /* set group id */
gint32 fsuid; /* ??? user id */
gint32 fsgid; /* ??? group id */
gint32 pid; /* process id */
gint32 ppid; /* pid of parent process */
gint32 pgrp; /* process group id */
gint32 session; /* session id */
gint32 tty; /* full device number of controlling terminal */
gint32 tpgid; /* terminal process group id */
gint32 priority; /* kernel scheduling priority */
gint32 nice; /* standard unix nice level of process */
gint32 ngroups;
gint32 groups [GLIBTOP_MAX_GROUPS];
};
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-MAX-GROUPS:CAPS"></a><h3>GLIBTOP_MAX_GROUPS</h3>
<pre class="programlisting">#define GLIBTOP_MAX_GROUPS 64
</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-get-proc-uid-r"></a><h3>glibtop_get_proc_uid_r</h3>
<pre class="programlisting">#define glibtop_get_proc_uid_r glibtop_get_proc_uid_p
</pre>
</div>
</div>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.25</div>
</body>
</html>

View File

@@ -0,0 +1,273 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>sem_limits: Libgtop Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
<link rel="home" href="index.html" title="Libgtop Reference Manual">
<link rel="up" href="libgtop-lib.html" title="Libgtop Library Reference">
<link rel="prev" href="libgtop-Process-List.html" title="Process List">
<link rel="next" href="libgtop-prockernel.html" title="prockernel">
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
<td width="100%" align="left" class="shortcuts">
<a href="#" class="shortcut">Top</a><span id="nav_description">  <span class="dim">|</span> 
<a href="#libgtop-sem-limits.description" class="shortcut">Description</a></span>
</td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
<td><a accesskey="u" href="libgtop-lib.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
<td><a accesskey="p" href="libgtop-Process-List.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="n" href="libgtop-prockernel.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
</tr></table>
<div class="refentry">
<a name="libgtop-sem-limits"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="libgtop-sem-limits.top_of_page"></a>sem_limits</span></h2>
<p>sem_limits</p>
</td>
<td class="gallery_image" valign="top" align="right"></td>
</tr></table></div>
<div class="refsect1">
<a name="libgtop-sem-limits.functions"></a><h2>Functions</h2>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="functions_return">
<col class="functions_name">
</colgroup>
<tbody>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgtop-sem-limits.html#glibtop-get-sem-limits" title="glibtop_get_sem_limits ()">glibtop_get_sem_limits</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgtop-sem-limits.html#glibtop-get-sem-limits-l" title="glibtop_get_sem_limits_l ()">glibtop_get_sem_limits_l</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgtop-sem-limits.html#glibtop-get-sem-limits-p" title="glibtop_get_sem_limits_p ()">glibtop_get_sem_limits_p</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgtop-sem-limits.html#glibtop-get-sem-limits-s" title="glibtop_get_sem_limits_s ()">glibtop_get_sem_limits_s</a> <span class="c_punctuation">()</span>
</td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect1">
<a name="libgtop-sem-limits.other"></a><h2>Types and Values</h2>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="name">
<col class="description">
</colgroup>
<tbody>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-sem-limits.html#GLIBTOP-IPC-SEMMAP:CAPS" title="GLIBTOP_IPC_SEMMAP">GLIBTOP_IPC_SEMMAP</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-sem-limits.html#GLIBTOP-IPC-SEMMNI:CAPS" title="GLIBTOP_IPC_SEMMNI">GLIBTOP_IPC_SEMMNI</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-sem-limits.html#GLIBTOP-IPC-SEMMNS:CAPS" title="GLIBTOP_IPC_SEMMNS">GLIBTOP_IPC_SEMMNS</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-sem-limits.html#GLIBTOP-IPC-SEMMNU:CAPS" title="GLIBTOP_IPC_SEMMNU">GLIBTOP_IPC_SEMMNU</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-sem-limits.html#GLIBTOP-IPC-SEMMSL:CAPS" title="GLIBTOP_IPC_SEMMSL">GLIBTOP_IPC_SEMMSL</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-sem-limits.html#GLIBTOP-IPC-SEMOPM:CAPS" title="GLIBTOP_IPC_SEMOPM">GLIBTOP_IPC_SEMOPM</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-sem-limits.html#GLIBTOP-IPC-SEMUME:CAPS" title="GLIBTOP_IPC_SEMUME">GLIBTOP_IPC_SEMUME</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-sem-limits.html#GLIBTOP-IPC-SEMUSZ:CAPS" title="GLIBTOP_IPC_SEMUSZ">GLIBTOP_IPC_SEMUSZ</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-sem-limits.html#GLIBTOP-IPC-SEMVMX:CAPS" title="GLIBTOP_IPC_SEMVMX">GLIBTOP_IPC_SEMVMX</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-sem-limits.html#GLIBTOP-IPC-SEMAEM:CAPS" title="GLIBTOP_IPC_SEMAEM">GLIBTOP_IPC_SEMAEM</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-sem-limits.html#GLIBTOP-MAX-SEM-LIMITS:CAPS" title="GLIBTOP_MAX_SEM_LIMITS">GLIBTOP_MAX_SEM_LIMITS</a></td>
</tr>
<tr>
<td class="datatype_keyword">struct</td>
<td class="function_name"><a class="link" href="libgtop-sem-limits.html#glibtop-sem-limits" title="struct glibtop_sem_limits">glibtop_sem_limits</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-sem-limits.html#glibtop-get-sem-limits-r" title="glibtop_get_sem_limits_r">glibtop_get_sem_limits_r</a></td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect1">
<a name="libgtop-sem-limits.includes"></a><h2>Includes</h2>
<pre class="synopsis">#include &lt;glibtop/sem_limits.h&gt;
</pre>
</div>
<div class="refsect1">
<a name="libgtop-sem-limits.description"></a><h2>Description</h2>
</div>
<div class="refsect1">
<a name="libgtop-sem-limits.functions_details"></a><h2>Functions</h2>
<div class="refsect2">
<a name="glibtop-get-sem-limits"></a><h3>glibtop_get_sem_limits ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
glibtop_get_sem_limits (<em class="parameter"><code><a class="link" href="libgtop-sem-limits.html#glibtop-sem-limits" title="struct glibtop_sem_limits"><span class="type">glibtop_sem_limits</span></a> *buf</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-get-sem-limits-l"></a><h3>glibtop_get_sem_limits_l ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
glibtop_get_sem_limits_l (<em class="parameter"><code><a class="link" href="libgtop-GlibTop.html#glibtop" title="struct glibtop"><span class="type">glibtop</span></a> *server</code></em>,
<em class="parameter"><code><a class="link" href="libgtop-sem-limits.html#glibtop-sem-limits" title="struct glibtop_sem_limits"><span class="type">glibtop_sem_limits</span></a> *buf</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-get-sem-limits-p"></a><h3>glibtop_get_sem_limits_p ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
glibtop_get_sem_limits_p (<em class="parameter"><code><a class="link" href="libgtop-GlibTop.html#glibtop" title="struct glibtop"><span class="type">glibtop</span></a> *server</code></em>,
<em class="parameter"><code><a class="link" href="libgtop-sem-limits.html#glibtop-sem-limits" title="struct glibtop_sem_limits"><span class="type">glibtop_sem_limits</span></a> *buf</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-get-sem-limits-s"></a><h3>glibtop_get_sem_limits_s ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
glibtop_get_sem_limits_s (<em class="parameter"><code><a class="link" href="libgtop-GlibTop.html#glibtop" title="struct glibtop"><span class="type">glibtop</span></a> *server</code></em>,
<em class="parameter"><code><a class="link" href="libgtop-sem-limits.html#glibtop-sem-limits" title="struct glibtop_sem_limits"><span class="type">glibtop_sem_limits</span></a> *buf</code></em>);</pre>
</div>
</div>
<div class="refsect1">
<a name="libgtop-sem-limits.other_details"></a><h2>Types and Values</h2>
<div class="refsect2">
<a name="GLIBTOP-IPC-SEMMAP:CAPS"></a><h3>GLIBTOP_IPC_SEMMAP</h3>
<pre class="programlisting">#define GLIBTOP_IPC_SEMMAP 0
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-IPC-SEMMNI:CAPS"></a><h3>GLIBTOP_IPC_SEMMNI</h3>
<pre class="programlisting">#define GLIBTOP_IPC_SEMMNI 1
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-IPC-SEMMNS:CAPS"></a><h3>GLIBTOP_IPC_SEMMNS</h3>
<pre class="programlisting">#define GLIBTOP_IPC_SEMMNS 2
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-IPC-SEMMNU:CAPS"></a><h3>GLIBTOP_IPC_SEMMNU</h3>
<pre class="programlisting">#define GLIBTOP_IPC_SEMMNU 3
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-IPC-SEMMSL:CAPS"></a><h3>GLIBTOP_IPC_SEMMSL</h3>
<pre class="programlisting">#define GLIBTOP_IPC_SEMMSL 4
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-IPC-SEMOPM:CAPS"></a><h3>GLIBTOP_IPC_SEMOPM</h3>
<pre class="programlisting">#define GLIBTOP_IPC_SEMOPM 5
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-IPC-SEMUME:CAPS"></a><h3>GLIBTOP_IPC_SEMUME</h3>
<pre class="programlisting">#define GLIBTOP_IPC_SEMUME 6
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-IPC-SEMUSZ:CAPS"></a><h3>GLIBTOP_IPC_SEMUSZ</h3>
<pre class="programlisting">#define GLIBTOP_IPC_SEMUSZ 7
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-IPC-SEMVMX:CAPS"></a><h3>GLIBTOP_IPC_SEMVMX</h3>
<pre class="programlisting">#define GLIBTOP_IPC_SEMVMX 8
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-IPC-SEMAEM:CAPS"></a><h3>GLIBTOP_IPC_SEMAEM</h3>
<pre class="programlisting">#define GLIBTOP_IPC_SEMAEM 9
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-MAX-SEM-LIMITS:CAPS"></a><h3>GLIBTOP_MAX_SEM_LIMITS</h3>
<pre class="programlisting">#define GLIBTOP_MAX_SEM_LIMITS 10
</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-sem-limits"></a><h3>struct glibtop_sem_limits</h3>
<pre class="programlisting">struct glibtop_sem_limits {
guint64 flags;
guint64 semmap; /* GLIBTOP_IPC_SEMMAP */
guint64 semmni; /* GLIBTOP_IPC_SEMMNI */
guint64 semmns; /* GLIBTOP_IPC_SEMMNS */
guint64 semmnu; /* GLIBTOP_IPC_SEMMNU */
guint64 semmsl; /* GLIBTOP_IPC_SEMMSL */
guint64 semopm; /* GLIBTOP_IPC_SEMOPM */
guint64 semume; /* GLIBTOP_IPC_SEMUME */
guint64 semusz; /* GLIBTOP_IPC_SEMUSZ */
guint64 semvmx; /* GLIBTOP_IPC_SEMVMX */
guint64 semaem; /* GLIBTOP_IPC_SEMAEM */
};
</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-get-sem-limits-r"></a><h3>glibtop_get_sem_limits_r</h3>
<pre class="programlisting">#define glibtop_get_sem_limits_r glibtop_get_sem_limits_p
</pre>
</div>
</div>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.25</div>
</body>
</html>

View File

@@ -0,0 +1,74 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>signal: Libgtop Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
<link rel="home" href="index.html" title="Libgtop Reference Manual">
<link rel="up" href="libgtop-lib.html" title="Libgtop Library Reference">
<link rel="prev" href="libgtop-Process-Time.html" title="Process Time">
<link rel="next" href="libgtop-procmap.html" title="procmap">
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
<td width="100%" align="left" class="shortcuts">
<a href="#" class="shortcut">Top</a><span id="nav_description">  <span class="dim">|</span> 
<a href="#libgtop-signal.description" class="shortcut">Description</a></span>
</td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
<td><a accesskey="u" href="libgtop-lib.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
<td><a accesskey="p" href="libgtop-Process-Time.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="n" href="libgtop-procmap.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
</tr></table>
<div class="refentry">
<a name="libgtop-signal"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="libgtop-signal.top_of_page"></a>signal</span></h2>
<p>signal</p>
</td>
<td class="gallery_image" valign="top" align="right"></td>
</tr></table></div>
<div class="refsect1">
<a name="libgtop-signal.other"></a><h2>Types and Values</h2>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="name">
<col class="description">
</colgroup>
<tbody><tr>
<td class="datatype_keyword">struct</td>
<td class="function_name"><a class="link" href="libgtop-signal.html#glibtop-signame" title="struct glibtop_signame">glibtop_signame</a></td>
</tr></tbody>
</table></div>
</div>
<div class="refsect1">
<a name="libgtop-signal.includes"></a><h2>Includes</h2>
<pre class="synopsis">#include &lt;glibtop/signal.h&gt;
</pre>
</div>
<div class="refsect1">
<a name="libgtop-signal.description"></a><h2>Description</h2>
</div>
<div class="refsect1">
<a name="libgtop-signal.functions_details"></a><h2>Functions</h2>
<p></p>
</div>
<div class="refsect1">
<a name="libgtop-signal.other_details"></a><h2>Types and Values</h2>
<div class="refsect2">
<a name="glibtop-signame"></a><h3>struct glibtop_signame</h3>
<pre class="programlisting">struct glibtop_signame {
const int number;
const char *name, *label;
};
</pre>
</div>
</div>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.25</div>
</body>
</html>

View File

@@ -0,0 +1,233 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>swap: Libgtop Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
<link rel="home" href="index.html" title="Libgtop Reference Manual">
<link rel="up" href="libgtop-lib.html" title="Libgtop Library Reference">
<link rel="prev" href="libgtop-cpu.html" title="cpu">
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
<td width="100%" align="left" class="shortcuts">
<a href="#" class="shortcut">Top</a><span id="nav_description">  <span class="dim">|</span> 
<a href="#libgtop-swap.description" class="shortcut">Description</a></span>
</td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
<td><a accesskey="u" href="libgtop-lib.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
<td><a accesskey="p" href="libgtop-cpu.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><img src="right-insensitive.png" width="16" height="16" border="0"></td>
</tr></table>
<div class="refentry">
<a name="libgtop-swap"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="libgtop-swap.top_of_page"></a>swap</span></h2>
<p>swap</p>
</td>
<td class="gallery_image" valign="top" align="right"></td>
</tr></table></div>
<div class="refsect1">
<a name="libgtop-swap.functions"></a><h2>Functions</h2>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="functions_return">
<col class="functions_name">
</colgroup>
<tbody>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgtop-swap.html#glibtop-get-swap" title="glibtop_get_swap ()">glibtop_get_swap</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgtop-swap.html#glibtop-get-swap-l" title="glibtop_get_swap_l ()">glibtop_get_swap_l</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgtop-swap.html#glibtop-get-swap-p" title="glibtop_get_swap_p ()">glibtop_get_swap_p</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgtop-swap.html#glibtop-get-swap-s" title="glibtop_get_swap_s ()">glibtop_get_swap_s</a> <span class="c_punctuation">()</span>
</td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect1">
<a name="libgtop-swap.other"></a><h2>Types and Values</h2>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="name">
<col class="description">
</colgroup>
<tbody>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-swap.html#GLIBTOP-SWAP-TOTAL:CAPS" title="GLIBTOP_SWAP_TOTAL">GLIBTOP_SWAP_TOTAL</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-swap.html#GLIBTOP-SWAP-USED:CAPS" title="GLIBTOP_SWAP_USED">GLIBTOP_SWAP_USED</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-swap.html#GLIBTOP-SWAP-FREE:CAPS" title="GLIBTOP_SWAP_FREE">GLIBTOP_SWAP_FREE</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-swap.html#GLIBTOP-SWAP-PAGEIN:CAPS" title="GLIBTOP_SWAP_PAGEIN">GLIBTOP_SWAP_PAGEIN</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-swap.html#GLIBTOP-SWAP-PAGEOUT:CAPS" title="GLIBTOP_SWAP_PAGEOUT">GLIBTOP_SWAP_PAGEOUT</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-swap.html#GLIBTOP-MAX-SWAP:CAPS" title="GLIBTOP_MAX_SWAP">GLIBTOP_MAX_SWAP</a></td>
</tr>
<tr>
<td class="datatype_keyword">struct</td>
<td class="function_name"><a class="link" href="libgtop-swap.html#glibtop-swap" title="struct glibtop_swap">glibtop_swap</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-swap.html#glibtop-get-swap-r" title="glibtop_get_swap_r">glibtop_get_swap_r</a></td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect1">
<a name="libgtop-swap.includes"></a><h2>Includes</h2>
<pre class="synopsis">#include &lt;glibtop/swap.h&gt;
</pre>
</div>
<div class="refsect1">
<a name="libgtop-swap.description"></a><h2>Description</h2>
</div>
<div class="refsect1">
<a name="libgtop-swap.functions_details"></a><h2>Functions</h2>
<div class="refsect2">
<a name="glibtop-get-swap"></a><h3>glibtop_get_swap ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
glibtop_get_swap (<em class="parameter"><code><a class="link" href="libgtop-swap.html#glibtop-swap" title="struct glibtop_swap"><span class="type">glibtop_swap</span></a> *buf</code></em>);</pre>
<p>Get the swap usage.</p>
<div class="refsect3">
<a name="glibtop-get-swap.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>buf</p></td>
<td class="parameter_description"><p>A location to return a <a class="link" href="libgtop-swap.html#glibtop-swap" title="struct glibtop_swap"><span class="type">glibtop_swap</span></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-get-swap-l"></a><h3>glibtop_get_swap_l ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
glibtop_get_swap_l (<em class="parameter"><code><a class="link" href="libgtop-GlibTop.html#glibtop" title="struct glibtop"><span class="type">glibtop</span></a> *server</code></em>,
<em class="parameter"><code><a class="link" href="libgtop-swap.html#glibtop-swap" title="struct glibtop_swap"><span class="type">glibtop_swap</span></a> *buf</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-get-swap-p"></a><h3>glibtop_get_swap_p ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
glibtop_get_swap_p (<em class="parameter"><code><a class="link" href="libgtop-GlibTop.html#glibtop" title="struct glibtop"><span class="type">glibtop</span></a> *server</code></em>,
<em class="parameter"><code><a class="link" href="libgtop-swap.html#glibtop-swap" title="struct glibtop_swap"><span class="type">glibtop_swap</span></a> *buf</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-get-swap-s"></a><h3>glibtop_get_swap_s ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
glibtop_get_swap_s (<em class="parameter"><code><a class="link" href="libgtop-GlibTop.html#glibtop" title="struct glibtop"><span class="type">glibtop</span></a> *server</code></em>,
<em class="parameter"><code><a class="link" href="libgtop-swap.html#glibtop-swap" title="struct glibtop_swap"><span class="type">glibtop_swap</span></a> *buf</code></em>);</pre>
</div>
</div>
<div class="refsect1">
<a name="libgtop-swap.other_details"></a><h2>Types and Values</h2>
<div class="refsect2">
<a name="GLIBTOP-SWAP-TOTAL:CAPS"></a><h3>GLIBTOP_SWAP_TOTAL</h3>
<pre class="programlisting">#define GLIBTOP_SWAP_TOTAL 0
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-SWAP-USED:CAPS"></a><h3>GLIBTOP_SWAP_USED</h3>
<pre class="programlisting">#define GLIBTOP_SWAP_USED 1
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-SWAP-FREE:CAPS"></a><h3>GLIBTOP_SWAP_FREE</h3>
<pre class="programlisting">#define GLIBTOP_SWAP_FREE 2
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-SWAP-PAGEIN:CAPS"></a><h3>GLIBTOP_SWAP_PAGEIN</h3>
<pre class="programlisting">#define GLIBTOP_SWAP_PAGEIN 3
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-SWAP-PAGEOUT:CAPS"></a><h3>GLIBTOP_SWAP_PAGEOUT</h3>
<pre class="programlisting">#define GLIBTOP_SWAP_PAGEOUT 4
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-MAX-SWAP:CAPS"></a><h3>GLIBTOP_MAX_SWAP</h3>
<pre class="programlisting">#define GLIBTOP_MAX_SWAP 5
</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-swap"></a><h3>struct glibtop_swap</h3>
<pre class="programlisting">struct glibtop_swap {
guint64 flags;
guint64 total; /* GLIBTOP_SWAP_TOTAL */
guint64 used; /* GLIBTOP_SWAP_USED */
guint64 free; /* GLIBTOP_SWAP_FREE */
guint64 pagein; /* GLIBTOP_SWAP_PAGEIN */
guint64 pageout; /* GLIBTOP_SWAP_PAGEOUT */
};
</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-get-swap-r"></a><h3>glibtop_get_swap_r</h3>
<pre class="programlisting">#define glibtop_get_swap_r glibtop_get_swap_p
</pre>
</div>
</div>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.25</div>
</body>
</html>

View File

@@ -0,0 +1,419 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>sysdeps: Libgtop Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
<link rel="home" href="index.html" title="Libgtop Reference Manual">
<link rel="up" href="libgtop-lib.html" title="Libgtop Library Reference">
<link rel="prev" href="libgtop-procsignal.html" title="procsignal">
<link rel="next" href="libgtop-procstate.html" title="procstate">
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
<td width="100%" align="left" class="shortcuts">
<a href="#" class="shortcut">Top</a><span id="nav_description">  <span class="dim">|</span> 
<a href="#libgtop-sysdeps.description" class="shortcut">Description</a></span>
</td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
<td><a accesskey="u" href="libgtop-lib.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
<td><a accesskey="p" href="libgtop-procsignal.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="n" href="libgtop-procstate.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
</tr></table>
<div class="refentry">
<a name="libgtop-sysdeps"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="libgtop-sysdeps.top_of_page"></a>sysdeps</span></h2>
<p>sysdeps</p>
</td>
<td class="gallery_image" valign="top" align="right"></td>
</tr></table></div>
<div class="refsect1">
<a name="libgtop-sysdeps.functions"></a><h2>Functions</h2>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="functions_return">
<col class="functions_name">
</colgroup>
<tbody>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgtop-sysdeps.html#glibtop-get-sysdeps" title="glibtop_get_sysdeps ()">glibtop_get_sysdeps</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgtop-sysdeps.html#glibtop-get-sysdeps-r" title="glibtop_get_sysdeps_r ()">glibtop_get_sysdeps_r</a> <span class="c_punctuation">()</span>
</td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect1">
<a name="libgtop-sysdeps.other"></a><h2>Types and Values</h2>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="name">
<col class="description">
</colgroup>
<tbody>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-sysdeps.html#GLIBTOP-SYSDEPS-FEATURES:CAPS" title="GLIBTOP_SYSDEPS_FEATURES">GLIBTOP_SYSDEPS_FEATURES</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-sysdeps.html#GLIBTOP-SYSDEPS-CPU:CAPS" title="GLIBTOP_SYSDEPS_CPU">GLIBTOP_SYSDEPS_CPU</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-sysdeps.html#GLIBTOP-SYSDEPS-MEM:CAPS" title="GLIBTOP_SYSDEPS_MEM">GLIBTOP_SYSDEPS_MEM</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-sysdeps.html#GLIBTOP-SYSDEPS-SWAP:CAPS" title="GLIBTOP_SYSDEPS_SWAP">GLIBTOP_SYSDEPS_SWAP</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-sysdeps.html#GLIBTOP-SYSDEPS-UPTIME:CAPS" title="GLIBTOP_SYSDEPS_UPTIME">GLIBTOP_SYSDEPS_UPTIME</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-sysdeps.html#GLIBTOP-SYSDEPS-LOADAVG:CAPS" title="GLIBTOP_SYSDEPS_LOADAVG">GLIBTOP_SYSDEPS_LOADAVG</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-sysdeps.html#GLIBTOP-SYSDEPS-SHM-LIMITS:CAPS" title="GLIBTOP_SYSDEPS_SHM_LIMITS">GLIBTOP_SYSDEPS_SHM_LIMITS</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-sysdeps.html#GLIBTOP-SYSDEPS-MSG-LIMITS:CAPS" title="GLIBTOP_SYSDEPS_MSG_LIMITS">GLIBTOP_SYSDEPS_MSG_LIMITS</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-sysdeps.html#GLIBTOP-SYSDEPS-SEM-LIMITS:CAPS" title="GLIBTOP_SYSDEPS_SEM_LIMITS">GLIBTOP_SYSDEPS_SEM_LIMITS</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-sysdeps.html#GLIBTOP-SYSDEPS-PROCLIST:CAPS" title="GLIBTOP_SYSDEPS_PROCLIST">GLIBTOP_SYSDEPS_PROCLIST</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-sysdeps.html#GLIBTOP-SYSDEPS-PROC-STATE:CAPS" title="GLIBTOP_SYSDEPS_PROC_STATE">GLIBTOP_SYSDEPS_PROC_STATE</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-sysdeps.html#GLIBTOP-SYSDEPS-PROC-UID:CAPS" title="GLIBTOP_SYSDEPS_PROC_UID">GLIBTOP_SYSDEPS_PROC_UID</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-sysdeps.html#GLIBTOP-SYSDEPS-PROC-MEM:CAPS" title="GLIBTOP_SYSDEPS_PROC_MEM">GLIBTOP_SYSDEPS_PROC_MEM</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-sysdeps.html#GLIBTOP-SYSDEPS-PROC-TIME:CAPS" title="GLIBTOP_SYSDEPS_PROC_TIME">GLIBTOP_SYSDEPS_PROC_TIME</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-sysdeps.html#GLIBTOP-SYSDEPS-PROC-SIGNAL:CAPS" title="GLIBTOP_SYSDEPS_PROC_SIGNAL">GLIBTOP_SYSDEPS_PROC_SIGNAL</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-sysdeps.html#GLIBTOP-SYSDEPS-PROC-KERNEL:CAPS" title="GLIBTOP_SYSDEPS_PROC_KERNEL">GLIBTOP_SYSDEPS_PROC_KERNEL</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-sysdeps.html#GLIBTOP-SYSDEPS-PROC-SEGMENT:CAPS" title="GLIBTOP_SYSDEPS_PROC_SEGMENT">GLIBTOP_SYSDEPS_PROC_SEGMENT</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-sysdeps.html#GLIBTOP-SYSDEPS-PROC-ARGS:CAPS" title="GLIBTOP_SYSDEPS_PROC_ARGS">GLIBTOP_SYSDEPS_PROC_ARGS</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-sysdeps.html#GLIBTOP-SYSDEPS-PROC-MAP:CAPS" title="GLIBTOP_SYSDEPS_PROC_MAP">GLIBTOP_SYSDEPS_PROC_MAP</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-sysdeps.html#GLIBTOP-SYSDEPS-MOUNTLIST:CAPS" title="GLIBTOP_SYSDEPS_MOUNTLIST">GLIBTOP_SYSDEPS_MOUNTLIST</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-sysdeps.html#GLIBTOP-SYSDEPS-FSUSAGE:CAPS" title="GLIBTOP_SYSDEPS_FSUSAGE">GLIBTOP_SYSDEPS_FSUSAGE</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-sysdeps.html#GLIBTOP-SYSDEPS-NETLOAD:CAPS" title="GLIBTOP_SYSDEPS_NETLOAD">GLIBTOP_SYSDEPS_NETLOAD</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-sysdeps.html#GLIBTOP-SYSDEPS-PPP:CAPS" title="GLIBTOP_SYSDEPS_PPP">GLIBTOP_SYSDEPS_PPP</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-sysdeps.html#GLIBTOP-SYSDEPS-NETLIST:CAPS" title="GLIBTOP_SYSDEPS_NETLIST">GLIBTOP_SYSDEPS_NETLIST</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-sysdeps.html#GLIBTOP-SYSDEPS-PROC-OPEN-FILES:CAPS" title="GLIBTOP_SYSDEPS_PROC_OPEN_FILES">GLIBTOP_SYSDEPS_PROC_OPEN_FILES</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-sysdeps.html#GLIBTOP-MAX-SYSDEPS:CAPS" title="GLIBTOP_MAX_SYSDEPS">GLIBTOP_MAX_SYSDEPS</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-sysdeps.html#GLIBTOP-SYSDEPS-ALL:CAPS" title="GLIBTOP_SYSDEPS_ALL">GLIBTOP_SYSDEPS_ALL</a></td>
</tr>
<tr>
<td class="datatype_keyword">struct</td>
<td class="function_name"><a class="link" href="libgtop-sysdeps.html#glibtop-sysdeps" title="struct glibtop_sysdeps">glibtop_sysdeps</a></td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect1">
<a name="libgtop-sysdeps.includes"></a><h2>Includes</h2>
<pre class="synopsis">#include &lt;glibtop/sysdeps.h&gt;
</pre>
</div>
<div class="refsect1">
<a name="libgtop-sysdeps.description"></a><h2>Description</h2>
</div>
<div class="refsect1">
<a name="libgtop-sysdeps.functions_details"></a><h2>Functions</h2>
<div class="refsect2">
<a name="glibtop-get-sysdeps"></a><h3>glibtop_get_sysdeps ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
glibtop_get_sysdeps (<em class="parameter"><code><a class="link" href="libgtop-sysdeps.html#glibtop-sysdeps" title="struct glibtop_sysdeps"><span class="type">glibtop_sysdeps</span></a> *buf</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-get-sysdeps-r"></a><h3>glibtop_get_sysdeps_r ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
glibtop_get_sysdeps_r (<em class="parameter"><code><a class="link" href="libgtop-GlibTop.html#glibtop" title="struct glibtop"><span class="type">glibtop</span></a> *server</code></em>,
<em class="parameter"><code><a class="link" href="libgtop-sysdeps.html#glibtop-sysdeps" title="struct glibtop_sysdeps"><span class="type">glibtop_sysdeps</span></a> *buf</code></em>);</pre>
</div>
</div>
<div class="refsect1">
<a name="libgtop-sysdeps.other_details"></a><h2>Types and Values</h2>
<div class="refsect2">
<a name="GLIBTOP-SYSDEPS-FEATURES:CAPS"></a><h3>GLIBTOP_SYSDEPS_FEATURES</h3>
<pre class="programlisting">#define GLIBTOP_SYSDEPS_FEATURES 0
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-SYSDEPS-CPU:CAPS"></a><h3>GLIBTOP_SYSDEPS_CPU</h3>
<pre class="programlisting">#define GLIBTOP_SYSDEPS_CPU 1
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-SYSDEPS-MEM:CAPS"></a><h3>GLIBTOP_SYSDEPS_MEM</h3>
<pre class="programlisting">#define GLIBTOP_SYSDEPS_MEM 2
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-SYSDEPS-SWAP:CAPS"></a><h3>GLIBTOP_SYSDEPS_SWAP</h3>
<pre class="programlisting">#define GLIBTOP_SYSDEPS_SWAP 3
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-SYSDEPS-UPTIME:CAPS"></a><h3>GLIBTOP_SYSDEPS_UPTIME</h3>
<pre class="programlisting">#define GLIBTOP_SYSDEPS_UPTIME 4
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-SYSDEPS-LOADAVG:CAPS"></a><h3>GLIBTOP_SYSDEPS_LOADAVG</h3>
<pre class="programlisting">#define GLIBTOP_SYSDEPS_LOADAVG 5
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-SYSDEPS-SHM-LIMITS:CAPS"></a><h3>GLIBTOP_SYSDEPS_SHM_LIMITS</h3>
<pre class="programlisting">#define GLIBTOP_SYSDEPS_SHM_LIMITS 6
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-SYSDEPS-MSG-LIMITS:CAPS"></a><h3>GLIBTOP_SYSDEPS_MSG_LIMITS</h3>
<pre class="programlisting">#define GLIBTOP_SYSDEPS_MSG_LIMITS 7
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-SYSDEPS-SEM-LIMITS:CAPS"></a><h3>GLIBTOP_SYSDEPS_SEM_LIMITS</h3>
<pre class="programlisting">#define GLIBTOP_SYSDEPS_SEM_LIMITS 8
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-SYSDEPS-PROCLIST:CAPS"></a><h3>GLIBTOP_SYSDEPS_PROCLIST</h3>
<pre class="programlisting">#define GLIBTOP_SYSDEPS_PROCLIST 9
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-SYSDEPS-PROC-STATE:CAPS"></a><h3>GLIBTOP_SYSDEPS_PROC_STATE</h3>
<pre class="programlisting">#define GLIBTOP_SYSDEPS_PROC_STATE 10
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-SYSDEPS-PROC-UID:CAPS"></a><h3>GLIBTOP_SYSDEPS_PROC_UID</h3>
<pre class="programlisting">#define GLIBTOP_SYSDEPS_PROC_UID 11
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-SYSDEPS-PROC-MEM:CAPS"></a><h3>GLIBTOP_SYSDEPS_PROC_MEM</h3>
<pre class="programlisting">#define GLIBTOP_SYSDEPS_PROC_MEM 12
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-SYSDEPS-PROC-TIME:CAPS"></a><h3>GLIBTOP_SYSDEPS_PROC_TIME</h3>
<pre class="programlisting">#define GLIBTOP_SYSDEPS_PROC_TIME 13
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-SYSDEPS-PROC-SIGNAL:CAPS"></a><h3>GLIBTOP_SYSDEPS_PROC_SIGNAL</h3>
<pre class="programlisting">#define GLIBTOP_SYSDEPS_PROC_SIGNAL 14
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-SYSDEPS-PROC-KERNEL:CAPS"></a><h3>GLIBTOP_SYSDEPS_PROC_KERNEL</h3>
<pre class="programlisting">#define GLIBTOP_SYSDEPS_PROC_KERNEL 15
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-SYSDEPS-PROC-SEGMENT:CAPS"></a><h3>GLIBTOP_SYSDEPS_PROC_SEGMENT</h3>
<pre class="programlisting">#define GLIBTOP_SYSDEPS_PROC_SEGMENT 16
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-SYSDEPS-PROC-ARGS:CAPS"></a><h3>GLIBTOP_SYSDEPS_PROC_ARGS</h3>
<pre class="programlisting">#define GLIBTOP_SYSDEPS_PROC_ARGS 17
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-SYSDEPS-PROC-MAP:CAPS"></a><h3>GLIBTOP_SYSDEPS_PROC_MAP</h3>
<pre class="programlisting">#define GLIBTOP_SYSDEPS_PROC_MAP 18
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-SYSDEPS-MOUNTLIST:CAPS"></a><h3>GLIBTOP_SYSDEPS_MOUNTLIST</h3>
<pre class="programlisting">#define GLIBTOP_SYSDEPS_MOUNTLIST 19
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-SYSDEPS-FSUSAGE:CAPS"></a><h3>GLIBTOP_SYSDEPS_FSUSAGE</h3>
<pre class="programlisting">#define GLIBTOP_SYSDEPS_FSUSAGE 20
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-SYSDEPS-NETLOAD:CAPS"></a><h3>GLIBTOP_SYSDEPS_NETLOAD</h3>
<pre class="programlisting">#define GLIBTOP_SYSDEPS_NETLOAD 21
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-SYSDEPS-PPP:CAPS"></a><h3>GLIBTOP_SYSDEPS_PPP</h3>
<pre class="programlisting">#define GLIBTOP_SYSDEPS_PPP 22
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-SYSDEPS-NETLIST:CAPS"></a><h3>GLIBTOP_SYSDEPS_NETLIST</h3>
<pre class="programlisting">#define GLIBTOP_SYSDEPS_NETLIST 23
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-SYSDEPS-PROC-OPEN-FILES:CAPS"></a><h3>GLIBTOP_SYSDEPS_PROC_OPEN_FILES</h3>
<pre class="programlisting">#define GLIBTOP_SYSDEPS_PROC_OPEN_FILES 24
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-MAX-SYSDEPS:CAPS"></a><h3>GLIBTOP_MAX_SYSDEPS</h3>
<pre class="programlisting">#define GLIBTOP_MAX_SYSDEPS 28
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-SYSDEPS-ALL:CAPS"></a><h3>GLIBTOP_SYSDEPS_ALL</h3>
<pre class="programlisting">#define GLIBTOP_SYSDEPS_ALL ((1 &lt;&lt; GLIBTOP_MAX_SYSDEPS) - 1)
</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-sysdeps"></a><h3>struct glibtop_sysdeps</h3>
<pre class="programlisting">struct glibtop_sysdeps {
guint64 flags;
guint64 features; /* server features */
guint64 cpu; /* glibtop_cpu */
guint64 mem; /* glibtop_mem */
guint64 swap; /* glibtop_swap */
guint64 uptime; /* glibtop_uptime */
guint64 loadavg; /* glibtop_loadavg */
guint64 shm_limits; /* glibtop_shm_limits */
guint64 msg_limits; /* glibtop_msg_limits */
guint64 sem_limits; /* glibtop_sem_limits */
guint64 proclist; /* glibtop_proclist */
guint64 proc_state; /* glibtop_proc_state */
guint64 proc_uid; /* glibtop_proc_uid */
guint64 proc_mem; /* glibtop_proc_mem */
guint64 proc_time; /* glibtop_proc_time */
guint64 proc_signal; /* glibtop_proc_signal */
guint64 proc_kernel; /* glibtop_proc_kernel */
guint64 proc_segment; /* glibtop_proc_segment */
guint64 proc_args; /* glibtop_proc_args */
guint64 proc_map; /* glibtop_proc_map */
guint64 proc_open_files; /* glibtop_proc_open_files */
guint64 mountlist; /* glibtop_mountlist */
guint64 fsusage; /* glibtop_fsusage */
guint64 netlist; /* glibtop_netlist */
guint64 netload; /* glibtop_netload */
guint64 ppp; /* glibtop_ppp */
guint64 proc_wd; /* glibtop_proc_wd */
guint64 proc_affinity; /* glibtop_proc_affinity */
guint64 proc_io; /* glibtop_proc_io */
guint64 reserved0;
guint64 reserved1;
guint64 reserved2;
guint64 reserved3;
guint64 reserved4;
guint64 reserved5;
guint64 reserved6;
guint64 reserved7;
};
</pre>
</div>
</div>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.25</div>
</body>
</html>

View File

@@ -0,0 +1,193 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>sysinfo: Libgtop Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
<link rel="home" href="index.html" title="Libgtop Reference Manual">
<link rel="up" href="libgtop-lib.html" title="Libgtop Library Reference">
<link rel="prev" href="libgtop-procmap.html" title="procmap">
<link rel="next" href="libgtop-union.html" title="union">
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
<td width="100%" align="left" class="shortcuts">
<a href="#" class="shortcut">Top</a><span id="nav_description">  <span class="dim">|</span> 
<a href="#libgtop-sysinfo.description" class="shortcut">Description</a></span>
</td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
<td><a accesskey="u" href="libgtop-lib.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
<td><a accesskey="p" href="libgtop-procmap.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="n" href="libgtop-union.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
</tr></table>
<div class="refentry">
<a name="libgtop-sysinfo"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="libgtop-sysinfo.top_of_page"></a>sysinfo</span></h2>
<p>sysinfo</p>
</td>
<td class="gallery_image" valign="top" align="right"></td>
</tr></table></div>
<div class="refsect1">
<a name="libgtop-sysinfo.functions"></a><h2>Functions</h2>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="functions_return">
<col class="functions_name">
</colgroup>
<tbody>
<tr>
<td class="function_type">const <a class="link" href="libgtop-sysinfo.html#glibtop-sysinfo" title="struct glibtop_sysinfo"><span class="returnvalue">glibtop_sysinfo</span></a> *
</td>
<td class="function_name">
<a class="link" href="libgtop-sysinfo.html#glibtop-get-sysinfo-s" title="glibtop_get_sysinfo_s ()">glibtop_get_sysinfo_s</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">const <a class="link" href="libgtop-sysinfo.html#glibtop-sysinfo" title="struct glibtop_sysinfo"><span class="returnvalue">glibtop_sysinfo</span></a> *
</td>
<td class="function_name">
<a class="link" href="libgtop-sysinfo.html#glibtop-get-sysinfo" title="glibtop_get_sysinfo ()">glibtop_get_sysinfo</a> <span class="c_punctuation">()</span>
</td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect1">
<a name="libgtop-sysinfo.other"></a><h2>Types and Values</h2>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="name">
<col class="description">
</colgroup>
<tbody>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-sysinfo.html#GLIBTOP-SYSINFO-NCPU:CAPS" title="GLIBTOP_SYSINFO_NCPU">GLIBTOP_SYSINFO_NCPU</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-sysinfo.html#GLIBTOP-SYSINFO-CPUINFO:CAPS" title="GLIBTOP_SYSINFO_CPUINFO">GLIBTOP_SYSINFO_CPUINFO</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-sysinfo.html#GLIBTOP-MAX-SYSINFO:CAPS" title="GLIBTOP_MAX_SYSINFO">GLIBTOP_MAX_SYSINFO</a></td>
</tr>
<tr>
<td class="datatype_keyword">struct</td>
<td class="function_name"><a class="link" href="libgtop-sysinfo.html#glibtop-sysinfo" title="struct glibtop_sysinfo">glibtop_sysinfo</a></td>
</tr>
<tr>
<td class="datatype_keyword">struct</td>
<td class="function_name"><a class="link" href="libgtop-sysinfo.html#glibtop-entry" title="struct glibtop_entry">glibtop_entry</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-sysinfo.html#glibtop-get-sysinfo-r" title="glibtop_get_sysinfo_r">glibtop_get_sysinfo_r</a></td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect1">
<a name="libgtop-sysinfo.includes"></a><h2>Includes</h2>
<pre class="synopsis">#include &lt;glibtop/sysinfo.h&gt;
</pre>
</div>
<div class="refsect1">
<a name="libgtop-sysinfo.description"></a><h2>Description</h2>
</div>
<div class="refsect1">
<a name="libgtop-sysinfo.functions_details"></a><h2>Functions</h2>
<div class="refsect2">
<a name="glibtop-get-sysinfo-s"></a><h3>glibtop_get_sysinfo_s ()</h3>
<pre class="programlisting">const <a class="link" href="libgtop-sysinfo.html#glibtop-sysinfo" title="struct glibtop_sysinfo"><span class="returnvalue">glibtop_sysinfo</span></a> *
glibtop_get_sysinfo_s (<em class="parameter"><code><a class="link" href="libgtop-GlibTop.html#glibtop" title="struct glibtop"><span class="type">glibtop</span></a> *server</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-get-sysinfo"></a><h3>glibtop_get_sysinfo ()</h3>
<pre class="programlisting">const <a class="link" href="libgtop-sysinfo.html#glibtop-sysinfo" title="struct glibtop_sysinfo"><span class="returnvalue">glibtop_sysinfo</span></a> *
glibtop_get_sysinfo (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
</div>
</div>
<div class="refsect1">
<a name="libgtop-sysinfo.other_details"></a><h2>Types and Values</h2>
<div class="refsect2">
<a name="GLIBTOP-SYSINFO-NCPU:CAPS"></a><h3>GLIBTOP_SYSINFO_NCPU</h3>
<pre class="programlisting">#define GLIBTOP_SYSINFO_NCPU 0
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-SYSINFO-CPUINFO:CAPS"></a><h3>GLIBTOP_SYSINFO_CPUINFO</h3>
<pre class="programlisting">#define GLIBTOP_SYSINFO_CPUINFO 1
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GLIBTOP-MAX-SYSINFO:CAPS"></a><h3>GLIBTOP_MAX_SYSINFO</h3>
<pre class="programlisting">#define GLIBTOP_MAX_SYSINFO 2
</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-sysinfo"></a><h3>struct glibtop_sysinfo</h3>
<pre class="programlisting">struct glibtop_sysinfo {
guint64 flags;
guint64 ncpu;
glibtop_entry cpuinfo [GLIBTOP_NCPU];
};
</pre>
<div class="refsect3">
<a name="glibtop-sysinfo.members"></a><h4>Members</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="300px" class="struct_members_name">
<col class="struct_members_description">
<col width="200px" class="struct_members_annotations">
</colgroup>
<tbody>
<tr>
<td class="struct_member_name"><p><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint64"><span class="type">guint64</span></a> <em class="structfield"><code><a name="glibtop-sysinfo.flags"></a>flags</code></em>;</p></td>
<td> </td>
<td> </td>
</tr>
<tr>
<td class="struct_member_name"><p><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint64"><span class="type">guint64</span></a> <em class="structfield"><code><a name="glibtop-sysinfo.ncpu"></a>ncpu</code></em>;</p></td>
<td> </td>
<td> </td>
</tr>
<tr>
<td class="struct_member_name"><p><a class="link" href="libgtop-sysinfo.html#glibtop-entry" title="struct glibtop_entry"><span class="type">glibtop_entry</span></a> <em class="structfield"><code><a name="glibtop-sysinfo.cpuinfo"></a>cpuinfo</code></em>[GLIBTOP_NCPU];</p></td>
<td> </td>
<td> </td>
</tr>
</tbody>
</table></div>
</div>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-entry"></a><h3>struct glibtop_entry</h3>
<pre class="programlisting">struct glibtop_entry {
GPtrArray *labels;
GHashTable *values; /* key -&gt; description */
GHashTable *descriptions; /* unused */
};
</pre>
</div>
<hr>
<div class="refsect2">
<a name="glibtop-get-sysinfo-r"></a><h3>glibtop_get_sysinfo_r</h3>
<pre class="programlisting">#define glibtop_get_sysinfo_r glibtop_get_sysinfo_s
</pre>
</div>
</div>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.25</div>
</body>
</html>

View File

@@ -0,0 +1,69 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>union: Libgtop Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
<link rel="home" href="index.html" title="Libgtop Reference Manual">
<link rel="up" href="libgtop-lib.html" title="Libgtop Library Reference">
<link rel="prev" href="libgtop-sysinfo.html" title="sysinfo">
<link rel="next" href="libgtop-version.html" title="version">
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
<td width="100%" align="left" class="shortcuts">
<a href="#" class="shortcut">Top</a><span id="nav_description">  <span class="dim">|</span> 
<a href="#libgtop-union.description" class="shortcut">Description</a></span>
</td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
<td><a accesskey="u" href="libgtop-lib.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
<td><a accesskey="p" href="libgtop-sysinfo.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="n" href="libgtop-version.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
</tr></table>
<div class="refentry">
<a name="libgtop-union"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="libgtop-union.top_of_page"></a>union</span></h2>
<p>union</p>
</td>
<td class="gallery_image" valign="top" align="right"></td>
</tr></table></div>
<div class="refsect1">
<a name="libgtop-union.other"></a><h2>Types and Values</h2>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="name">
<col class="description">
</colgroup>
<tbody><tr>
<td class="datatype_keyword">union</td>
<td class="function_name"><a class="link" href="libgtop-union.html#glibtop-union" title="union glibtop_union">glibtop_union</a></td>
</tr></tbody>
</table></div>
</div>
<div class="refsect1">
<a name="libgtop-union.includes"></a><h2>Includes</h2>
<pre class="synopsis">#include &lt;glibtop/union.h&gt;
</pre>
</div>
<div class="refsect1">
<a name="libgtop-union.description"></a><h2>Description</h2>
</div>
<div class="refsect1">
<a name="libgtop-union.functions_details"></a><h2>Functions</h2>
<p></p>
</div>
<div class="refsect1">
<a name="libgtop-union.other_details"></a><h2>Types and Values</h2>
<div class="refsect2">
<a name="glibtop-union"></a><h3>union glibtop_union</h3>
</div>
</div>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.25</div>
</body>
</html>

View File

@@ -0,0 +1,93 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>version: Libgtop Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
<link rel="home" href="index.html" title="Libgtop Reference Manual">
<link rel="up" href="libgtop-lib.html" title="Libgtop Library Reference">
<link rel="prev" href="libgtop-union.html" title="union">
<link rel="next" href="libgtop-Process-List.html" title="Process List">
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
<td width="100%" align="left" class="shortcuts">
<a href="#" class="shortcut">Top</a><span id="nav_description">  <span class="dim">|</span> 
<a href="#libgtop-version.description" class="shortcut">Description</a></span>
</td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
<td><a accesskey="u" href="libgtop-lib.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
<td><a accesskey="p" href="libgtop-union.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="n" href="libgtop-Process-List.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
</tr></table>
<div class="refentry">
<a name="libgtop-version"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="libgtop-version.top_of_page"></a>version</span></h2>
<p>version</p>
</td>
<td class="gallery_image" valign="top" align="right"></td>
</tr></table></div>
<div class="refsect1">
<a name="libgtop-version.functions"></a><h2>Functions</h2>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="functions_return">
<col class="functions_name">
</colgroup>
<tbody><tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgtop-version.html#glibtop-send-version" title="glibtop_send_version ()">glibtop_send_version</a> <span class="c_punctuation">()</span>
</td>
</tr></tbody>
</table></div>
</div>
<div class="refsect1">
<a name="libgtop-version.other"></a><h2>Types and Values</h2>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="name">
<col class="description">
</colgroup>
<tbody><tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libgtop-version.html#LIBGTOP-VERSION-STRING:CAPS" title="LIBGTOP_VERSION_STRING">LIBGTOP_VERSION_STRING</a></td>
</tr></tbody>
</table></div>
</div>
<div class="refsect1">
<a name="libgtop-version.includes"></a><h2>Includes</h2>
<pre class="synopsis">#include &lt;glibtop/version.h&gt;
</pre>
</div>
<div class="refsect1">
<a name="libgtop-version.description"></a><h2>Description</h2>
</div>
<div class="refsect1">
<a name="libgtop-version.functions_details"></a><h2>Functions</h2>
<div class="refsect2">
<a name="glibtop-send-version"></a><h3>glibtop_send_version ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
glibtop_send_version (<em class="parameter"><code><a class="link" href="libgtop-GlibTop.html#glibtop" title="struct glibtop"><span class="type">glibtop</span></a> *server</code></em>,
<em class="parameter"><code><span class="type">int</span> fd</code></em>);</pre>
</div>
</div>
<div class="refsect1">
<a name="libgtop-version.other_details"></a><h2>Types and Values</h2>
<div class="refsect2">
<a name="LIBGTOP-VERSION-STRING:CAPS"></a><h3>LIBGTOP_VERSION_STRING</h3>
<pre class="programlisting">#define LIBGTOP_VERSION_STRING "Libgtop %s server version %s (%u,%u,%u,%u)."
</pre>
</div>
</div>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.25</div>
</body>
</html>

View File

@@ -0,0 +1,65 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Overview: Libgtop Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
<link rel="home" href="index.html" title="Libgtop Reference Manual">
<link rel="up" href="libgtop-white-paper.html" title="White paper">
<link rel="prev" href="libgtop-white-paper.html" title="White paper">
<link rel="next" href="libgtop-lib.html" title="Libgtop Library Reference">
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
<td width="100%" align="left" class="shortcuts"></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
<td><a accesskey="u" href="libgtop-white-paper.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
<td><a accesskey="p" href="libgtop-white-paper.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="n" href="libgtop-lib.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
</tr></table>
<div class="sect1">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="libgtop-white-paper-overview"></a>Overview</h2></div></div></div>
<p>This section should give you a short overview on how LibGTop
was developed, which things needed to be considered and how it
works.</p>
<div class="sect2">
<div class="titlepage"><div><div><h3 class="title">
<a name="libgtop-white-paper-overview-design"></a>Interface Design: Things that need to be considered</h3></div></div></div>
<p>
At the very beginning, it was necessary to collect all the data the library part
should provide and put them into some C structures. This was not that easiy as it
might sound since LibGTop should be portable to any modern UNIX system with a common
library part on all those systems, but the data that should be returned vary from
system to system. For instance some systems support shared memory, but some others
may not.</p>
<p>
The header files where we define these C structures (which are system-independent) are
shared between client and server. This way we can call the system dependent code
directly where we do not need any special privileges to do so.</p>
<p>
All of those structures contain a @code{flags} member which is interpreted as a bit
mask and tells the caller of the library functions which of the fields in the returned
structure are valid and which are not.</p>
</div>
<div class="sect2">
<div class="titlepage"><div><div><h3 class="title">
<a name="libgtop-white-paper-overview-server"></a>Server Implementation: The LibGTop "server"</h3></div></div></div>
<p>
The LibGTop @dfn{server} is a setgid/setuid binary which contains all the system
dependent code which needs special privileges. It is only build if it's required
on the current system (for instance, the Linux kernel provides all the required
data via its @file{/proc} filesystem so we do not need the server at all) and it
only contains the @dfn{features} which need privileges.</p>
<p>
Whenever we do not need any privileges to get all the data for some of the requested
structures (here called @dfn{features}) the library calls the sysdeps code directly
rather than using the server.</p>
</div>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.25</div>
</body>
</html>

View File

@@ -0,0 +1,74 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>White paper: Libgtop Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
<link rel="home" href="index.html" title="Libgtop Reference Manual">
<link rel="up" href="index.html" title="Libgtop Reference Manual">
<link rel="prev" href="index.html" title="Libgtop Reference Manual">
<link rel="next" href="libgtop-white-paper-overview.html" title="Overview">
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
<td width="100%" align="left" class="shortcuts"></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
<td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
<td><a accesskey="p" href="index.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="n" href="libgtop-white-paper-overview.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
</tr></table>
<div class="chapter">
<div class="titlepage"><div><div><h1 class="title">
<a name="libgtop-white-paper"></a>White paper</h1></div></div></div>
<div class="toc"><dl class="toc">
<dt><span class="sect1"><a href="libgtop-white-paper.html#libgtop-white-paper-introduction">Introduction</a></span></dt>
<dt><span class="sect1"><a href="libgtop-white-paper-overview.html">Overview</a></span></dt>
<dd><dl>
<dt><span class="sect2"><a href="libgtop-white-paper-overview.html#libgtop-white-paper-overview-design">Interface Design: Things that need to be considered</a></span></dt>
<dt><span class="sect2"><a href="libgtop-white-paper-overview.html#libgtop-white-paper-overview-server">Server Implementation: The LibGTop "server"</a></span></dt>
</dl></dd>
</dl></div>
<div class="sect1">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="libgtop-white-paper-introduction"></a>Introduction</h2></div></div></div>
<p>Many modern UNIX systems like Solaris, BSD or Digitial Unix
only allow priviledged processes to read information like CPU and
Memory Usage or information about running processes.</p>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem"><p>
BSD, for instance, doesn't have any other way to get those data than reading
directly from @file{/dev/kmem} and you need to be in the @code{kmem} group to
be able to read this.</p></li>
<li class="listitem"><p>
Other systems, like Digital Unix, allow all users to get things like CPU and
Memory statistics, but only root may read information about any process other
than the current one (you may not even get information about your own processes
if you're not root).</p></li>
<li class="listitem"><p>
Linux has a very nice @file{/proc} filesystem, but reading and parsing
@file{/proc} is very slow and inefficient.</p></li>
<li class="listitem"><p>
Solaris is a bit better, but you still need to be in the @code{sys} group or
even root to get some data.</p></li>
</ul></div>
<p>
Because of this system utilities like @code{ps}, @code{uptime} or @code{top}
often are setgid kmem or setuid root. Usually, they're also very specific to
the system they're written for and not easily portable to other systems without
a lot of work.</p>
<p>
This, of cause, becomes a problem for graphical tools like @code{gtop} - making
a GTK+ program setgid or even setuid would be a security hole as big as you can
drive the entire X11 source code through. For the GNOME project, we also needed
some kind of library which provides all the required information in a portable
since there's more than just one single program that wants to use them - for
instance @code{gtop} and the @code{multiload}, @code{cpumemusage} and
@code{netload} panel applets.</p>
</div>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.25</div>
</body>
</html>

View File

@@ -0,0 +1,539 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<book xmlns="http://www.devhelp.net/book" title="Libgtop Reference Manual" link="index.html" author="Martin BauligGermán Poó-Caamaño" name="libgtop" version="2" language="c">
<chapters>
<sub name="White paper" link="libgtop-white-paper.html">
<sub name="Introduction" link="libgtop-white-paper.html#libgtop-white-paper-introduction"/>
<sub name="Overview" link="libgtop-white-paper-overview.html"/>
</sub>
<sub name="Libgtop Library Reference" link="libgtop-lib.html">
<sub name="GlibTop" link="libgtop-GlibTop.html"/>
<sub name="Close" link="libgtop-Close.html"/>
<sub name="Command" link="libgtop-Command.html"/>
<sub name="GlibTop Server" link="libgtop-GlibTop-Server.html"/>
<sub name="Net Load" link="libgtop-Net-Load.html"/>
<sub name="PPP" link="libgtop-PPP.html"/>
<sub name="Shared Memory Limits" link="libgtop-Shared-Memory-Limits.html"/>
<sub name="Uptime" link="libgtop-Uptime.html"/>
<sub name="Net List" link="libgtop-Net-List.html"/>
<sub name="open" link="libgtop-open.html"/>
<sub name="parameter" link="libgtop-parameter.html"/>
<sub name="Process Arguments" link="libgtop-Process-Arguments.html"/>
<sub name="procmem" link="libgtop-procmem.html"/>
<sub name="procopenfiles" link="libgtop-procopenfiles.html"/>
<sub name="procsegment" link="libgtop-procsegment.html"/>
<sub name="procsignal" link="libgtop-procsignal.html"/>
<sub name="sysdeps" link="libgtop-sysdeps.html"/>
<sub name="procstate" link="libgtop-procstate.html"/>
<sub name="procuid" link="libgtop-procuid.html"/>
<sub name="Process Time" link="libgtop-Process-Time.html"/>
<sub name="signal" link="libgtop-signal.html"/>
<sub name="procmap" link="libgtop-procmap.html"/>
<sub name="sysinfo" link="libgtop-sysinfo.html"/>
<sub name="union" link="libgtop-union.html"/>
<sub name="version" link="libgtop-version.html"/>
<sub name="Process List" link="libgtop-Process-List.html"/>
<sub name="sem_limits" link="libgtop-sem-limits.html"/>
<sub name="prockernel" link="libgtop-prockernel.html"/>
<sub name="fsusage" link="libgtop-fsusage.html"/>
<sub name="loadavg" link="libgtop-loadavg.html"/>
<sub name="mem" link="libgtop-mem.html"/>
<sub name="mountlist" link="libgtop-mountlist.html"/>
<sub name="msg_limits" link="libgtop-msg-limits.html"/>
<sub name="cpu" link="libgtop-cpu.html"/>
<sub name="swap" link="libgtop-swap.html"/>
</sub>
</chapters>
<functions>
<keyword type="macro" name="LIBGTOP_CHECK_VERSION()" link="libgtop-GlibTop.html#LIBGTOP-CHECK-VERSION:CAPS"/>
<keyword type="function" name="glibtop_init ()" link="libgtop-GlibTop.html#glibtop-init"/>
<keyword type="function" name="glibtop_init_r ()" link="libgtop-GlibTop.html#glibtop-init-r"/>
<keyword type="function" name="glibtop_init_s ()" link="libgtop-GlibTop.html#glibtop-init-s"/>
<keyword type="macro" name="GLIBTOP_MOUNTENTRY_LEN" link="libgtop-GlibTop.html#GLIBTOP-MOUNTENTRY-LEN:CAPS"/>
<keyword type="struct" name="struct glibtop" link="libgtop-GlibTop.html#glibtop"/>
<keyword type="variable" name="glibtop_global_server" link="libgtop-GlibTop.html#glibtop-global-server"/>
<keyword type="variable" name="glibtop_server_features" link="libgtop-GlibTop.html#glibtop-server-features"/>
<keyword type="function" name="glibtop_close ()" link="libgtop-Close.html#glibtop-close"/>
<keyword type="function" name="glibtop_close_r ()" link="libgtop-Close.html#glibtop-close-r"/>
<keyword type="function" name="glibtop_close_s ()" link="libgtop-Close.html#glibtop-close-s"/>
<keyword type="function" name="glibtop_close_p ()" link="libgtop-Close.html#glibtop-close-p"/>
<keyword type="macro" name="glibtop_call()" link="libgtop-Command.html#glibtop-call"/>
<keyword type="function" name="glibtop_call_l ()" link="libgtop-Command.html#glibtop-call-l"/>
<keyword type="function" name="glibtop_call_s ()" link="libgtop-Command.html#glibtop-call-s"/>
<keyword type="macro" name="GLIBTOP_CMND_QUIT" link="libgtop-Command.html#GLIBTOP-CMND-QUIT:CAPS"/>
<keyword type="macro" name="GLIBTOP_CMND_SYSDEPS" link="libgtop-Command.html#GLIBTOP-CMND-SYSDEPS:CAPS"/>
<keyword type="macro" name="GLIBTOP_CMND_CPU" link="libgtop-Command.html#GLIBTOP-CMND-CPU:CAPS"/>
<keyword type="macro" name="GLIBTOP_CMND_MEM" link="libgtop-Command.html#GLIBTOP-CMND-MEM:CAPS"/>
<keyword type="macro" name="GLIBTOP_CMND_SWAP" link="libgtop-Command.html#GLIBTOP-CMND-SWAP:CAPS"/>
<keyword type="macro" name="GLIBTOP_CMND_UPTIME" link="libgtop-Command.html#GLIBTOP-CMND-UPTIME:CAPS"/>
<keyword type="macro" name="GLIBTOP_CMND_LOADAVG" link="libgtop-Command.html#GLIBTOP-CMND-LOADAVG:CAPS"/>
<keyword type="macro" name="GLIBTOP_CMND_SHM_LIMITS" link="libgtop-Command.html#GLIBTOP-CMND-SHM-LIMITS:CAPS"/>
<keyword type="macro" name="GLIBTOP_CMND_MSG_LIMITS" link="libgtop-Command.html#GLIBTOP-CMND-MSG-LIMITS:CAPS"/>
<keyword type="macro" name="GLIBTOP_CMND_SEM_LIMITS" link="libgtop-Command.html#GLIBTOP-CMND-SEM-LIMITS:CAPS"/>
<keyword type="macro" name="GLIBTOP_CMND_PROCLIST" link="libgtop-Command.html#GLIBTOP-CMND-PROCLIST:CAPS"/>
<keyword type="macro" name="GLIBTOP_CMND_PROC_STATE" link="libgtop-Command.html#GLIBTOP-CMND-PROC-STATE:CAPS"/>
<keyword type="macro" name="GLIBTOP_CMND_PROC_UID" link="libgtop-Command.html#GLIBTOP-CMND-PROC-UID:CAPS"/>
<keyword type="macro" name="GLIBTOP_CMND_PROC_MEM" link="libgtop-Command.html#GLIBTOP-CMND-PROC-MEM:CAPS"/>
<keyword type="macro" name="GLIBTOP_CMND_PROC_TIME" link="libgtop-Command.html#GLIBTOP-CMND-PROC-TIME:CAPS"/>
<keyword type="macro" name="GLIBTOP_CMND_PROC_SIGNAL" link="libgtop-Command.html#GLIBTOP-CMND-PROC-SIGNAL:CAPS"/>
<keyword type="macro" name="GLIBTOP_CMND_PROC_KERNEL" link="libgtop-Command.html#GLIBTOP-CMND-PROC-KERNEL:CAPS"/>
<keyword type="macro" name="GLIBTOP_CMND_PROC_SEGMENT" link="libgtop-Command.html#GLIBTOP-CMND-PROC-SEGMENT:CAPS"/>
<keyword type="macro" name="GLIBTOP_CMND_PROC_ARGS" link="libgtop-Command.html#GLIBTOP-CMND-PROC-ARGS:CAPS"/>
<keyword type="macro" name="GLIBTOP_CMND_PROC_MAP" link="libgtop-Command.html#GLIBTOP-CMND-PROC-MAP:CAPS"/>
<keyword type="macro" name="GLIBTOP_CMND_MOUNTLIST" link="libgtop-Command.html#GLIBTOP-CMND-MOUNTLIST:CAPS"/>
<keyword type="macro" name="GLIBTOP_CMND_FSUSAGE" link="libgtop-Command.html#GLIBTOP-CMND-FSUSAGE:CAPS"/>
<keyword type="macro" name="GLIBTOP_CMND_NETLOAD" link="libgtop-Command.html#GLIBTOP-CMND-NETLOAD:CAPS"/>
<keyword type="macro" name="GLIBTOP_CMND_PPP" link="libgtop-Command.html#GLIBTOP-CMND-PPP:CAPS"/>
<keyword type="macro" name="GLIBTOP_CMND_NETLIST" link="libgtop-Command.html#GLIBTOP-CMND-NETLIST:CAPS"/>
<keyword type="macro" name="GLIBTOP_CMND_PROC_OPEN_FILES" link="libgtop-Command.html#GLIBTOP-CMND-PROC-OPEN-FILES:CAPS"/>
<keyword type="macro" name="GLIBTOP_MAX_CMND" link="libgtop-Command.html#GLIBTOP-MAX-CMND:CAPS"/>
<keyword type="struct" name="struct glibtop_command" link="libgtop-Command.html#glibtop-command"/>
<keyword type="struct" name="struct glibtop_response" link="libgtop-Command.html#glibtop-response"/>
<keyword type="union" name="union glibtop_response_union" link="libgtop-Command.html#glibtop-response-union"/>
<keyword type="function" name="glibtop_get_netload ()" link="libgtop-Net-Load.html#glibtop-get-netload"/>
<keyword type="function" name="glibtop_get_netload_l ()" link="libgtop-Net-Load.html#glibtop-get-netload-l"/>
<keyword type="function" name="glibtop_get_netload_p ()" link="libgtop-Net-Load.html#glibtop-get-netload-p"/>
<keyword type="function" name="glibtop_get_netload_s ()" link="libgtop-Net-Load.html#glibtop-get-netload-s"/>
<keyword type="macro" name="GLIBTOP_NETLOAD_IF_FLAGS" link="libgtop-Net-Load.html#GLIBTOP-NETLOAD-IF-FLAGS:CAPS"/>
<keyword type="macro" name="GLIBTOP_NETLOAD_MTU" link="libgtop-Net-Load.html#GLIBTOP-NETLOAD-MTU:CAPS"/>
<keyword type="macro" name="GLIBTOP_NETLOAD_SUBNET" link="libgtop-Net-Load.html#GLIBTOP-NETLOAD-SUBNET:CAPS"/>
<keyword type="macro" name="GLIBTOP_NETLOAD_ADDRESS" link="libgtop-Net-Load.html#GLIBTOP-NETLOAD-ADDRESS:CAPS"/>
<keyword type="macro" name="GLIBTOP_NETLOAD_PACKETS_IN" link="libgtop-Net-Load.html#GLIBTOP-NETLOAD-PACKETS-IN:CAPS"/>
<keyword type="macro" name="GLIBTOP_NETLOAD_PACKETS_OUT" link="libgtop-Net-Load.html#GLIBTOP-NETLOAD-PACKETS-OUT:CAPS"/>
<keyword type="macro" name="GLIBTOP_NETLOAD_PACKETS_TOTAL" link="libgtop-Net-Load.html#GLIBTOP-NETLOAD-PACKETS-TOTAL:CAPS"/>
<keyword type="macro" name="GLIBTOP_NETLOAD_BYTES_IN" link="libgtop-Net-Load.html#GLIBTOP-NETLOAD-BYTES-IN:CAPS"/>
<keyword type="macro" name="GLIBTOP_NETLOAD_BYTES_OUT" link="libgtop-Net-Load.html#GLIBTOP-NETLOAD-BYTES-OUT:CAPS"/>
<keyword type="macro" name="GLIBTOP_NETLOAD_BYTES_TOTAL" link="libgtop-Net-Load.html#GLIBTOP-NETLOAD-BYTES-TOTAL:CAPS"/>
<keyword type="macro" name="GLIBTOP_NETLOAD_ERRORS_IN" link="libgtop-Net-Load.html#GLIBTOP-NETLOAD-ERRORS-IN:CAPS"/>
<keyword type="macro" name="GLIBTOP_NETLOAD_ERRORS_OUT" link="libgtop-Net-Load.html#GLIBTOP-NETLOAD-ERRORS-OUT:CAPS"/>
<keyword type="macro" name="GLIBTOP_NETLOAD_ERRORS_TOTAL" link="libgtop-Net-Load.html#GLIBTOP-NETLOAD-ERRORS-TOTAL:CAPS"/>
<keyword type="macro" name="GLIBTOP_NETLOAD_COLLISIONS" link="libgtop-Net-Load.html#GLIBTOP-NETLOAD-COLLISIONS:CAPS"/>
<keyword type="macro" name="GLIBTOP_NETLOAD_ADDRESS6" link="libgtop-Net-Load.html#GLIBTOP-NETLOAD-ADDRESS6:CAPS"/>
<keyword type="macro" name="GLIBTOP_NETLOAD_PREFIX6" link="libgtop-Net-Load.html#GLIBTOP-NETLOAD-PREFIX6:CAPS"/>
<keyword type="macro" name="GLIBTOP_NETLOAD_SCOPE6" link="libgtop-Net-Load.html#GLIBTOP-NETLOAD-SCOPE6:CAPS"/>
<keyword type="macro" name="GLIBTOP_NETLOAD_HWADDRESS" link="libgtop-Net-Load.html#GLIBTOP-NETLOAD-HWADDRESS:CAPS"/>
<keyword type="macro" name="GLIBTOP_MAX_NETLOAD" link="libgtop-Net-Load.html#GLIBTOP-MAX-NETLOAD:CAPS"/>
<keyword type="struct" name="struct glibtop_netload" link="libgtop-Net-Load.html#glibtop-netload"/>
<keyword type="macro" name="glibtop_get_netload_r" link="libgtop-Net-Load.html#glibtop-get-netload-r"/>
<keyword type="function" name="glibtop_get_ppp ()" link="libgtop-PPP.html#glibtop-get-ppp"/>
<keyword type="function" name="glibtop_get_ppp_l ()" link="libgtop-PPP.html#glibtop-get-ppp-l"/>
<keyword type="function" name="glibtop_get_ppp_p ()" link="libgtop-PPP.html#glibtop-get-ppp-p"/>
<keyword type="function" name="glibtop_get_ppp_s ()" link="libgtop-PPP.html#glibtop-get-ppp-s"/>
<keyword type="macro" name="GLIBTOP_PPP_STATE" link="libgtop-PPP.html#GLIBTOP-PPP-STATE:CAPS"/>
<keyword type="macro" name="GLIBTOP_PPP_BYTES_IN" link="libgtop-PPP.html#GLIBTOP-PPP-BYTES-IN:CAPS"/>
<keyword type="macro" name="GLIBTOP_PPP_BYTES_OUT" link="libgtop-PPP.html#GLIBTOP-PPP-BYTES-OUT:CAPS"/>
<keyword type="macro" name="GLIBTOP_MAX_PPP" link="libgtop-PPP.html#GLIBTOP-MAX-PPP:CAPS"/>
<keyword type="struct" name="struct glibtop_ppp" link="libgtop-PPP.html#glibtop-ppp"/>
<keyword type="macro" name="glibtop_get_ppp_r" link="libgtop-PPP.html#glibtop-get-ppp-r"/>
<keyword type="function" name="glibtop_get_shm_limits ()" link="libgtop-Shared-Memory-Limits.html#glibtop-get-shm-limits"/>
<keyword type="function" name="glibtop_get_shm_limits_l ()" link="libgtop-Shared-Memory-Limits.html#glibtop-get-shm-limits-l"/>
<keyword type="function" name="glibtop_get_shm_limits_p ()" link="libgtop-Shared-Memory-Limits.html#glibtop-get-shm-limits-p"/>
<keyword type="function" name="glibtop_get_shm_limits_s ()" link="libgtop-Shared-Memory-Limits.html#glibtop-get-shm-limits-s"/>
<keyword type="macro" name="GLIBTOP_IPC_SHMMAX" link="libgtop-Shared-Memory-Limits.html#GLIBTOP-IPC-SHMMAX:CAPS"/>
<keyword type="macro" name="GLIBTOP_IPC_SHMMIN" link="libgtop-Shared-Memory-Limits.html#GLIBTOP-IPC-SHMMIN:CAPS"/>
<keyword type="macro" name="GLIBTOP_IPC_SHMMNI" link="libgtop-Shared-Memory-Limits.html#GLIBTOP-IPC-SHMMNI:CAPS"/>
<keyword type="macro" name="GLIBTOP_IPC_SHMSEG" link="libgtop-Shared-Memory-Limits.html#GLIBTOP-IPC-SHMSEG:CAPS"/>
<keyword type="macro" name="GLIBTOP_IPC_SHMALL" link="libgtop-Shared-Memory-Limits.html#GLIBTOP-IPC-SHMALL:CAPS"/>
<keyword type="macro" name="GLIBTOP_MAX_SHM_LIMITS" link="libgtop-Shared-Memory-Limits.html#GLIBTOP-MAX-SHM-LIMITS:CAPS"/>
<keyword type="struct" name="struct glibtop_shm_limits" link="libgtop-Shared-Memory-Limits.html#glibtop-shm-limits"/>
<keyword type="macro" name="glibtop_get_shm_limits_r" link="libgtop-Shared-Memory-Limits.html#glibtop-get-shm-limits-r"/>
<keyword type="function" name="glibtop_get_uptime ()" link="libgtop-Uptime.html#glibtop-get-uptime"/>
<keyword type="function" name="glibtop_get_uptime_l ()" link="libgtop-Uptime.html#glibtop-get-uptime-l"/>
<keyword type="function" name="glibtop_get_uptime_p ()" link="libgtop-Uptime.html#glibtop-get-uptime-p"/>
<keyword type="function" name="glibtop_get_uptime_s ()" link="libgtop-Uptime.html#glibtop-get-uptime-s"/>
<keyword type="macro" name="GLIBTOP_UPTIME_UPTIME" link="libgtop-Uptime.html#GLIBTOP-UPTIME-UPTIME:CAPS"/>
<keyword type="macro" name="GLIBTOP_UPTIME_IDLETIME" link="libgtop-Uptime.html#GLIBTOP-UPTIME-IDLETIME:CAPS"/>
<keyword type="macro" name="GLIBTOP_UPTIME_BOOT_TIME" link="libgtop-Uptime.html#GLIBTOP-UPTIME-BOOT-TIME:CAPS"/>
<keyword type="macro" name="GLIBTOP_MAX_UPTIME" link="libgtop-Uptime.html#GLIBTOP-MAX-UPTIME:CAPS"/>
<keyword type="struct" name="struct glibtop_uptime" link="libgtop-Uptime.html#glibtop-uptime"/>
<keyword type="macro" name="glibtop_get_uptime_r" link="libgtop-Uptime.html#glibtop-get-uptime-r"/>
<keyword type="function" name="glibtop_get_netlist ()" link="libgtop-Net-List.html#glibtop-get-netlist"/>
<keyword type="function" name="glibtop_get_netlist_l ()" link="libgtop-Net-List.html#glibtop-get-netlist-l"/>
<keyword type="function" name="glibtop_get_netlist_p ()" link="libgtop-Net-List.html#glibtop-get-netlist-p"/>
<keyword type="function" name="glibtop_get_netlist_s ()" link="libgtop-Net-List.html#glibtop-get-netlist-s"/>
<keyword type="macro" name="GLIBTOP_NETLIST_NUMBER" link="libgtop-Net-List.html#GLIBTOP-NETLIST-NUMBER:CAPS"/>
<keyword type="macro" name="GLIBTOP_MAX_NETLIST" link="libgtop-Net-List.html#GLIBTOP-MAX-NETLIST:CAPS"/>
<keyword type="struct" name="struct glibtop_netlist" link="libgtop-Net-List.html#glibtop-netlist"/>
<keyword type="macro" name="glibtop_get_netlist_r" link="libgtop-Net-List.html#glibtop-get-netlist-r"/>
<keyword type="function" name="glibtop_open_l ()" link="libgtop-open.html#glibtop-open-l"/>
<keyword type="function" name="glibtop_init_p ()" link="libgtop-open.html#glibtop-init-p"/>
<keyword type="function" name="glibtop_open_p ()" link="libgtop-open.html#glibtop-open-p"/>
<keyword type="function" name="glibtop_open_s ()" link="libgtop-open.html#glibtop-open-s"/>
<keyword type="macro" name="GLIBTOP_INIT_NO_OPEN" link="libgtop-open.html#GLIBTOP-INIT-NO-OPEN:CAPS"/>
<keyword type="macro" name="GLIBTOP_INIT_NO_INIT" link="libgtop-open.html#GLIBTOP-INIT-NO-INIT:CAPS"/>
<keyword type="macro" name="GLIBTOP_FEATURES_NO_SERVER" link="libgtop-open.html#GLIBTOP-FEATURES-NO-SERVER:CAPS"/>
<keyword type="macro" name="GLIBTOP_FEATURES_EXCEPT" link="libgtop-open.html#GLIBTOP-FEATURES-EXCEPT:CAPS"/>
<keyword type="macro" name="GLIBTOP_METHOD_DIRECT" link="libgtop-open.html#GLIBTOP-METHOD-DIRECT:CAPS"/>
<keyword type="macro" name="GLIBTOP_METHOD_PIPE" link="libgtop-open.html#GLIBTOP-METHOD-PIPE:CAPS"/>
<keyword type="macro" name="GLIBTOP_METHOD_INET" link="libgtop-open.html#GLIBTOP-METHOD-INET:CAPS"/>
<keyword type="macro" name="GLIBTOP_METHOD_UNIX" link="libgtop-open.html#GLIBTOP-METHOD-UNIX:CAPS"/>
<keyword type="macro" name="GLIBTOP_ERROR_METHOD_IGNORE" link="libgtop-open.html#GLIBTOP-ERROR-METHOD-IGNORE:CAPS"/>
<keyword type="macro" name="GLIBTOP_ERROR_METHOD_WARN_ONCE" link="libgtop-open.html#GLIBTOP-ERROR-METHOD-WARN-ONCE:CAPS"/>
<keyword type="macro" name="GLIBTOP_ERROR_METHOD_WARN" link="libgtop-open.html#GLIBTOP-ERROR-METHOD-WARN:CAPS"/>
<keyword type="macro" name="GLIBTOP_ERROR_METHOD_ABORT" link="libgtop-open.html#GLIBTOP-ERROR-METHOD-ABORT:CAPS"/>
<keyword type="macro" name="GLIBTOP_ERROR_METHOD_DEFAULT" link="libgtop-open.html#GLIBTOP-ERROR-METHOD-DEFAULT:CAPS"/>
<keyword type="macro" name="glibtop_get_parameter()" link="libgtop-parameter.html#glibtop-get-parameter"/>
<keyword type="macro" name="glibtop_set_parameter()" link="libgtop-parameter.html#glibtop-set-parameter"/>
<keyword type="function" name="glibtop_get_parameter_l ()" link="libgtop-parameter.html#glibtop-get-parameter-l"/>
<keyword type="function" name="glibtop_set_parameter_l ()" link="libgtop-parameter.html#glibtop-set-parameter-l"/>
<keyword type="macro" name="GLIBTOP_PARAM_METHOD" link="libgtop-parameter.html#GLIBTOP-PARAM-METHOD:CAPS"/>
<keyword type="macro" name="GLIBTOP_PARAM_FEATURES" link="libgtop-parameter.html#GLIBTOP-PARAM-FEATURES:CAPS"/>
<keyword type="macro" name="GLIBTOP_PARAM_COMMAND" link="libgtop-parameter.html#GLIBTOP-PARAM-COMMAND:CAPS"/>
<keyword type="macro" name="GLIBTOP_PARAM_HOST" link="libgtop-parameter.html#GLIBTOP-PARAM-HOST:CAPS"/>
<keyword type="macro" name="GLIBTOP_PARAM_PORT" link="libgtop-parameter.html#GLIBTOP-PARAM-PORT:CAPS"/>
<keyword type="macro" name="GLIBTOP_PARAM_ERROR_METHOD" link="libgtop-parameter.html#GLIBTOP-PARAM-ERROR-METHOD:CAPS"/>
<keyword type="macro" name="GLIBTOP_PARAM_REQUIRED" link="libgtop-parameter.html#GLIBTOP-PARAM-REQUIRED:CAPS"/>
<keyword type="function" name="glibtop_get_proc_args ()" link="libgtop-Process-Arguments.html#glibtop-get-proc-args"/>
<keyword type="function" name="glibtop_get_proc_argv ()" link="libgtop-Process-Arguments.html#glibtop-get-proc-argv"/>
<keyword type="struct" name="struct glibtop_proc_args" link="libgtop-Process-Arguments.html#glibtop-proc-args"/>
<keyword type="function" name="glibtop_get_proc_mem ()" link="libgtop-procmem.html#glibtop-get-proc-mem"/>
<keyword type="function" name="glibtop_get_proc_mem_l ()" link="libgtop-procmem.html#glibtop-get-proc-mem-l"/>
<keyword type="function" name="glibtop_get_proc_mem_p ()" link="libgtop-procmem.html#glibtop-get-proc-mem-p"/>
<keyword type="function" name="glibtop_get_proc_mem_s ()" link="libgtop-procmem.html#glibtop-get-proc-mem-s"/>
<keyword type="macro" name="GLIBTOP_PROC_MEM_SIZE" link="libgtop-procmem.html#GLIBTOP-PROC-MEM-SIZE:CAPS"/>
<keyword type="macro" name="GLIBTOP_PROC_MEM_VSIZE" link="libgtop-procmem.html#GLIBTOP-PROC-MEM-VSIZE:CAPS"/>
<keyword type="macro" name="GLIBTOP_PROC_MEM_RESIDENT" link="libgtop-procmem.html#GLIBTOP-PROC-MEM-RESIDENT:CAPS"/>
<keyword type="macro" name="GLIBTOP_PROC_MEM_SHARE" link="libgtop-procmem.html#GLIBTOP-PROC-MEM-SHARE:CAPS"/>
<keyword type="macro" name="GLIBTOP_PROC_MEM_RSS" link="libgtop-procmem.html#GLIBTOP-PROC-MEM-RSS:CAPS"/>
<keyword type="macro" name="GLIBTOP_PROC_MEM_RSS_RLIM" link="libgtop-procmem.html#GLIBTOP-PROC-MEM-RSS-RLIM:CAPS"/>
<keyword type="macro" name="GLIBTOP_MAX_PROC_MEM" link="libgtop-procmem.html#GLIBTOP-MAX-PROC-MEM:CAPS"/>
<keyword type="struct" name="struct glibtop_proc_mem" link="libgtop-procmem.html#glibtop-proc-mem"/>
<keyword type="macro" name="glibtop_get_proc_mem_r" link="libgtop-procmem.html#glibtop-get-proc-mem-r"/>
<keyword type="function" name="glibtop_get_proc_open_files ()" link="libgtop-procopenfiles.html#glibtop-get-proc-open-files"/>
<keyword type="function" name="glibtop_get_proc_open_files_l ()" link="libgtop-procopenfiles.html#glibtop-get-proc-open-files-l"/>
<keyword type="function" name="glibtop_get_proc_open_files_p ()" link="libgtop-procopenfiles.html#glibtop-get-proc-open-files-p"/>
<keyword type="function" name="glibtop_get_proc_open_files_s ()" link="libgtop-procopenfiles.html#glibtop-get-proc-open-files-s"/>
<keyword type="macro" name="GLIBTOP_PROC_OPEN_FILES_NUMBER" link="libgtop-procopenfiles.html#GLIBTOP-PROC-OPEN-FILES-NUMBER:CAPS"/>
<keyword type="macro" name="GLIBTOP_PROC_OPEN_FILES_TOTAL" link="libgtop-procopenfiles.html#GLIBTOP-PROC-OPEN-FILES-TOTAL:CAPS"/>
<keyword type="macro" name="GLIBTOP_PROC_OPEN_FILES_SIZE" link="libgtop-procopenfiles.html#GLIBTOP-PROC-OPEN-FILES-SIZE:CAPS"/>
<keyword type="macro" name="GLIBTOP_MAX_PROC_OPEN_FILES" link="libgtop-procopenfiles.html#GLIBTOP-MAX-PROC-OPEN-FILES:CAPS"/>
<keyword type="macro" name="GLIBTOP_FILE_ENTRY_FD" link="libgtop-procopenfiles.html#GLIBTOP-FILE-ENTRY-FD:CAPS"/>
<keyword type="macro" name="GLIBTOP_FILE_ENTRY_NAME" link="libgtop-procopenfiles.html#GLIBTOP-FILE-ENTRY-NAME:CAPS"/>
<keyword type="macro" name="GLIBTOP_FILE_ENTRY_TYPE" link="libgtop-procopenfiles.html#GLIBTOP-FILE-ENTRY-TYPE:CAPS"/>
<keyword type="macro" name="GLIBTOP_FILE_ENTRY_INETSOCKET_DST_HOST" link="libgtop-procopenfiles.html#GLIBTOP-FILE-ENTRY-INETSOCKET-DST-HOST:CAPS"/>
<keyword type="macro" name="GLIBTOP_FILE_ENTRY_INETSOCKET_DST_PORT" link="libgtop-procopenfiles.html#GLIBTOP-FILE-ENTRY-INETSOCKET-DST-PORT:CAPS"/>
<keyword type="macro" name="GLIBTOP_MAX_OPEN_FILE_ENTRY" link="libgtop-procopenfiles.html#GLIBTOP-MAX-OPEN-FILE-ENTRY:CAPS"/>
<keyword type="macro" name="GLIBTOP_OPEN_FILENAME_LEN" link="libgtop-procopenfiles.html#GLIBTOP-OPEN-FILENAME-LEN:CAPS"/>
<keyword type="macro" name="GLIBTOP_OPEN_DEST_HOST_LEN" link="libgtop-procopenfiles.html#GLIBTOP-OPEN-DEST-HOST-LEN:CAPS"/>
<keyword type="struct" name="struct glibtop_open_files_entry" link="libgtop-procopenfiles.html#glibtop-open-files-entry"/>
<keyword type="struct" name="struct glibtop_proc_open_files" link="libgtop-procopenfiles.html#glibtop-proc-open-files"/>
<keyword type="macro" name="glibtop_get_proc_open_files_r" link="libgtop-procopenfiles.html#glibtop-get-proc-open-files-r"/>
<keyword type="function" name="glibtop_get_proc_segment ()" link="libgtop-procsegment.html#glibtop-get-proc-segment"/>
<keyword type="function" name="glibtop_get_proc_segment_l ()" link="libgtop-procsegment.html#glibtop-get-proc-segment-l"/>
<keyword type="function" name="glibtop_get_proc_segment_p ()" link="libgtop-procsegment.html#glibtop-get-proc-segment-p"/>
<keyword type="function" name="glibtop_get_proc_segment_s ()" link="libgtop-procsegment.html#glibtop-get-proc-segment-s"/>
<keyword type="macro" name="GLIBTOP_PROC_SEGMENT_TEXT_RSS" link="libgtop-procsegment.html#GLIBTOP-PROC-SEGMENT-TEXT-RSS:CAPS"/>
<keyword type="macro" name="GLIBTOP_PROC_SEGMENT_SHLIB_RSS" link="libgtop-procsegment.html#GLIBTOP-PROC-SEGMENT-SHLIB-RSS:CAPS"/>
<keyword type="macro" name="GLIBTOP_PROC_SEGMENT_DATA_RSS" link="libgtop-procsegment.html#GLIBTOP-PROC-SEGMENT-DATA-RSS:CAPS"/>
<keyword type="macro" name="GLIBTOP_PROC_SEGMENT_STACK_RSS" link="libgtop-procsegment.html#GLIBTOP-PROC-SEGMENT-STACK-RSS:CAPS"/>
<keyword type="macro" name="GLIBTOP_PROC_SEGMENT_DIRTY_SIZE" link="libgtop-procsegment.html#GLIBTOP-PROC-SEGMENT-DIRTY-SIZE:CAPS"/>
<keyword type="macro" name="GLIBTOP_PROC_SEGMENT_START_CODE" link="libgtop-procsegment.html#GLIBTOP-PROC-SEGMENT-START-CODE:CAPS"/>
<keyword type="macro" name="GLIBTOP_PROC_SEGMENT_END_CODE" link="libgtop-procsegment.html#GLIBTOP-PROC-SEGMENT-END-CODE:CAPS"/>
<keyword type="macro" name="GLIBTOP_PROC_SEGMENT_START_STACK" link="libgtop-procsegment.html#GLIBTOP-PROC-SEGMENT-START-STACK:CAPS"/>
<keyword type="macro" name="GLIBTOP_MAX_PROC_SEGMENT" link="libgtop-procsegment.html#GLIBTOP-MAX-PROC-SEGMENT:CAPS"/>
<keyword type="struct" name="struct glibtop_proc_segment" link="libgtop-procsegment.html#glibtop-proc-segment"/>
<keyword type="macro" name="glibtop_get_proc_segment_r" link="libgtop-procsegment.html#glibtop-get-proc-segment-r"/>
<keyword type="function" name="glibtop_get_proc_signal ()" link="libgtop-procsignal.html#glibtop-get-proc-signal"/>
<keyword type="function" name="glibtop_get_proc_signal_l ()" link="libgtop-procsignal.html#glibtop-get-proc-signal-l"/>
<keyword type="function" name="glibtop_get_proc_signal_p ()" link="libgtop-procsignal.html#glibtop-get-proc-signal-p"/>
<keyword type="function" name="glibtop_get_proc_signal_s ()" link="libgtop-procsignal.html#glibtop-get-proc-signal-s"/>
<keyword type="macro" name="GLIBTOP_PROC_SIGNAL_SIGNAL" link="libgtop-procsignal.html#GLIBTOP-PROC-SIGNAL-SIGNAL:CAPS"/>
<keyword type="macro" name="GLIBTOP_PROC_SIGNAL_BLOCKED" link="libgtop-procsignal.html#GLIBTOP-PROC-SIGNAL-BLOCKED:CAPS"/>
<keyword type="macro" name="GLIBTOP_PROC_SIGNAL_SIGIGNORE" link="libgtop-procsignal.html#GLIBTOP-PROC-SIGNAL-SIGIGNORE:CAPS"/>
<keyword type="macro" name="GLIBTOP_PROC_SIGNAL_SIGCATCH" link="libgtop-procsignal.html#GLIBTOP-PROC-SIGNAL-SIGCATCH:CAPS"/>
<keyword type="macro" name="GLIBTOP_MAX_PROC_SIGNAL" link="libgtop-procsignal.html#GLIBTOP-MAX-PROC-SIGNAL:CAPS"/>
<keyword type="struct" name="struct glibtop_proc_signal" link="libgtop-procsignal.html#glibtop-proc-signal"/>
<keyword type="macro" name="glibtop_get_proc_signal_r" link="libgtop-procsignal.html#glibtop-get-proc-signal-r"/>
<keyword type="function" name="glibtop_get_sysdeps ()" link="libgtop-sysdeps.html#glibtop-get-sysdeps"/>
<keyword type="function" name="glibtop_get_sysdeps_r ()" link="libgtop-sysdeps.html#glibtop-get-sysdeps-r"/>
<keyword type="macro" name="GLIBTOP_SYSDEPS_FEATURES" link="libgtop-sysdeps.html#GLIBTOP-SYSDEPS-FEATURES:CAPS"/>
<keyword type="macro" name="GLIBTOP_SYSDEPS_CPU" link="libgtop-sysdeps.html#GLIBTOP-SYSDEPS-CPU:CAPS"/>
<keyword type="macro" name="GLIBTOP_SYSDEPS_MEM" link="libgtop-sysdeps.html#GLIBTOP-SYSDEPS-MEM:CAPS"/>
<keyword type="macro" name="GLIBTOP_SYSDEPS_SWAP" link="libgtop-sysdeps.html#GLIBTOP-SYSDEPS-SWAP:CAPS"/>
<keyword type="macro" name="GLIBTOP_SYSDEPS_UPTIME" link="libgtop-sysdeps.html#GLIBTOP-SYSDEPS-UPTIME:CAPS"/>
<keyword type="macro" name="GLIBTOP_SYSDEPS_LOADAVG" link="libgtop-sysdeps.html#GLIBTOP-SYSDEPS-LOADAVG:CAPS"/>
<keyword type="macro" name="GLIBTOP_SYSDEPS_SHM_LIMITS" link="libgtop-sysdeps.html#GLIBTOP-SYSDEPS-SHM-LIMITS:CAPS"/>
<keyword type="macro" name="GLIBTOP_SYSDEPS_MSG_LIMITS" link="libgtop-sysdeps.html#GLIBTOP-SYSDEPS-MSG-LIMITS:CAPS"/>
<keyword type="macro" name="GLIBTOP_SYSDEPS_SEM_LIMITS" link="libgtop-sysdeps.html#GLIBTOP-SYSDEPS-SEM-LIMITS:CAPS"/>
<keyword type="macro" name="GLIBTOP_SYSDEPS_PROCLIST" link="libgtop-sysdeps.html#GLIBTOP-SYSDEPS-PROCLIST:CAPS"/>
<keyword type="macro" name="GLIBTOP_SYSDEPS_PROC_STATE" link="libgtop-sysdeps.html#GLIBTOP-SYSDEPS-PROC-STATE:CAPS"/>
<keyword type="macro" name="GLIBTOP_SYSDEPS_PROC_UID" link="libgtop-sysdeps.html#GLIBTOP-SYSDEPS-PROC-UID:CAPS"/>
<keyword type="macro" name="GLIBTOP_SYSDEPS_PROC_MEM" link="libgtop-sysdeps.html#GLIBTOP-SYSDEPS-PROC-MEM:CAPS"/>
<keyword type="macro" name="GLIBTOP_SYSDEPS_PROC_TIME" link="libgtop-sysdeps.html#GLIBTOP-SYSDEPS-PROC-TIME:CAPS"/>
<keyword type="macro" name="GLIBTOP_SYSDEPS_PROC_SIGNAL" link="libgtop-sysdeps.html#GLIBTOP-SYSDEPS-PROC-SIGNAL:CAPS"/>
<keyword type="macro" name="GLIBTOP_SYSDEPS_PROC_KERNEL" link="libgtop-sysdeps.html#GLIBTOP-SYSDEPS-PROC-KERNEL:CAPS"/>
<keyword type="macro" name="GLIBTOP_SYSDEPS_PROC_SEGMENT" link="libgtop-sysdeps.html#GLIBTOP-SYSDEPS-PROC-SEGMENT:CAPS"/>
<keyword type="macro" name="GLIBTOP_SYSDEPS_PROC_ARGS" link="libgtop-sysdeps.html#GLIBTOP-SYSDEPS-PROC-ARGS:CAPS"/>
<keyword type="macro" name="GLIBTOP_SYSDEPS_PROC_MAP" link="libgtop-sysdeps.html#GLIBTOP-SYSDEPS-PROC-MAP:CAPS"/>
<keyword type="macro" name="GLIBTOP_SYSDEPS_MOUNTLIST" link="libgtop-sysdeps.html#GLIBTOP-SYSDEPS-MOUNTLIST:CAPS"/>
<keyword type="macro" name="GLIBTOP_SYSDEPS_FSUSAGE" link="libgtop-sysdeps.html#GLIBTOP-SYSDEPS-FSUSAGE:CAPS"/>
<keyword type="macro" name="GLIBTOP_SYSDEPS_NETLOAD" link="libgtop-sysdeps.html#GLIBTOP-SYSDEPS-NETLOAD:CAPS"/>
<keyword type="macro" name="GLIBTOP_SYSDEPS_PPP" link="libgtop-sysdeps.html#GLIBTOP-SYSDEPS-PPP:CAPS"/>
<keyword type="macro" name="GLIBTOP_SYSDEPS_NETLIST" link="libgtop-sysdeps.html#GLIBTOP-SYSDEPS-NETLIST:CAPS"/>
<keyword type="macro" name="GLIBTOP_SYSDEPS_PROC_OPEN_FILES" link="libgtop-sysdeps.html#GLIBTOP-SYSDEPS-PROC-OPEN-FILES:CAPS"/>
<keyword type="macro" name="GLIBTOP_MAX_SYSDEPS" link="libgtop-sysdeps.html#GLIBTOP-MAX-SYSDEPS:CAPS"/>
<keyword type="macro" name="GLIBTOP_SYSDEPS_ALL" link="libgtop-sysdeps.html#GLIBTOP-SYSDEPS-ALL:CAPS"/>
<keyword type="struct" name="struct glibtop_sysdeps" link="libgtop-sysdeps.html#glibtop-sysdeps"/>
<keyword type="function" name="glibtop_get_proc_state ()" link="libgtop-procstate.html#glibtop-get-proc-state"/>
<keyword type="function" name="glibtop_get_proc_state_l ()" link="libgtop-procstate.html#glibtop-get-proc-state-l"/>
<keyword type="function" name="glibtop_get_proc_state_p ()" link="libgtop-procstate.html#glibtop-get-proc-state-p"/>
<keyword type="function" name="glibtop_get_proc_state_s ()" link="libgtop-procstate.html#glibtop-get-proc-state-s"/>
<keyword type="macro" name="GLIBTOP_PROC_STATE_CMD" link="libgtop-procstate.html#GLIBTOP-PROC-STATE-CMD:CAPS"/>
<keyword type="macro" name="GLIBTOP_PROC_STATE_STATE" link="libgtop-procstate.html#GLIBTOP-PROC-STATE-STATE:CAPS"/>
<keyword type="macro" name="GLIBTOP_PROC_STATE_UID" link="libgtop-procstate.html#GLIBTOP-PROC-STATE-UID:CAPS"/>
<keyword type="macro" name="GLIBTOP_PROC_STATE_GID" link="libgtop-procstate.html#GLIBTOP-PROC-STATE-GID:CAPS"/>
<keyword type="macro" name="GLIBTOP_PROC_STATE_RUID" link="libgtop-procstate.html#GLIBTOP-PROC-STATE-RUID:CAPS"/>
<keyword type="macro" name="GLIBTOP_PROC_STATE_RGID" link="libgtop-procstate.html#GLIBTOP-PROC-STATE-RGID:CAPS"/>
<keyword type="macro" name="GLIBTOP_PROC_STATE_HAS_CPU" link="libgtop-procstate.html#GLIBTOP-PROC-STATE-HAS-CPU:CAPS"/>
<keyword type="macro" name="GLIBTOP_PROC_STATE_PROCESSOR" link="libgtop-procstate.html#GLIBTOP-PROC-STATE-PROCESSOR:CAPS"/>
<keyword type="macro" name="GLIBTOP_PROC_STATE_LAST_PROCESSOR" link="libgtop-procstate.html#GLIBTOP-PROC-STATE-LAST-PROCESSOR:CAPS"/>
<keyword type="macro" name="GLIBTOP_MAX_PROC_STATE" link="libgtop-procstate.html#GLIBTOP-MAX-PROC-STATE:CAPS"/>
<keyword type="macro" name="GLIBTOP_PROCESS_RUNNING" link="libgtop-procstate.html#GLIBTOP-PROCESS-RUNNING:CAPS"/>
<keyword type="macro" name="GLIBTOP_PROCESS_INTERRUPTIBLE" link="libgtop-procstate.html#GLIBTOP-PROCESS-INTERRUPTIBLE:CAPS"/>
<keyword type="macro" name="GLIBTOP_PROCESS_UNINTERRUPTIBLE" link="libgtop-procstate.html#GLIBTOP-PROCESS-UNINTERRUPTIBLE:CAPS"/>
<keyword type="macro" name="GLIBTOP_PROCESS_ZOMBIE" link="libgtop-procstate.html#GLIBTOP-PROCESS-ZOMBIE:CAPS"/>
<keyword type="macro" name="GLIBTOP_PROCESS_STOPPED" link="libgtop-procstate.html#GLIBTOP-PROCESS-STOPPED:CAPS"/>
<keyword type="macro" name="GLIBTOP_PROCESS_SWAPPING" link="libgtop-procstate.html#GLIBTOP-PROCESS-SWAPPING:CAPS"/>
<keyword type="macro" name="GLIBTOP_PROCESS_DEAD" link="libgtop-procstate.html#GLIBTOP-PROCESS-DEAD:CAPS"/>
<keyword type="struct" name="struct glibtop_proc_state" link="libgtop-procstate.html#glibtop-proc-state"/>
<keyword type="macro" name="glibtop_get_proc_state_r" link="libgtop-procstate.html#glibtop-get-proc-state-r"/>
<keyword type="function" name="glibtop_get_proc_uid ()" link="libgtop-procuid.html#glibtop-get-proc-uid"/>
<keyword type="function" name="glibtop_get_proc_uid_l ()" link="libgtop-procuid.html#glibtop-get-proc-uid-l"/>
<keyword type="function" name="glibtop_get_proc_uid_p ()" link="libgtop-procuid.html#glibtop-get-proc-uid-p"/>
<keyword type="function" name="glibtop_get_proc_uid_s ()" link="libgtop-procuid.html#glibtop-get-proc-uid-s"/>
<keyword type="macro" name="GLIBTOP_PROC_UID_UID" link="libgtop-procuid.html#GLIBTOP-PROC-UID-UID:CAPS"/>
<keyword type="macro" name="GLIBTOP_PROC_UID_EUID" link="libgtop-procuid.html#GLIBTOP-PROC-UID-EUID:CAPS"/>
<keyword type="macro" name="GLIBTOP_PROC_UID_GID" link="libgtop-procuid.html#GLIBTOP-PROC-UID-GID:CAPS"/>
<keyword type="macro" name="GLIBTOP_PROC_UID_EGID" link="libgtop-procuid.html#GLIBTOP-PROC-UID-EGID:CAPS"/>
<keyword type="macro" name="GLIBTOP_PROC_UID_SUID" link="libgtop-procuid.html#GLIBTOP-PROC-UID-SUID:CAPS"/>
<keyword type="macro" name="GLIBTOP_PROC_UID_SGID" link="libgtop-procuid.html#GLIBTOP-PROC-UID-SGID:CAPS"/>
<keyword type="macro" name="GLIBTOP_PROC_UID_FSUID" link="libgtop-procuid.html#GLIBTOP-PROC-UID-FSUID:CAPS"/>
<keyword type="macro" name="GLIBTOP_PROC_UID_FSGID" link="libgtop-procuid.html#GLIBTOP-PROC-UID-FSGID:CAPS"/>
<keyword type="macro" name="GLIBTOP_PROC_UID_PID" link="libgtop-procuid.html#GLIBTOP-PROC-UID-PID:CAPS"/>
<keyword type="macro" name="GLIBTOP_PROC_UID_PPID" link="libgtop-procuid.html#GLIBTOP-PROC-UID-PPID:CAPS"/>
<keyword type="macro" name="GLIBTOP_PROC_UID_PGRP" link="libgtop-procuid.html#GLIBTOP-PROC-UID-PGRP:CAPS"/>
<keyword type="macro" name="GLIBTOP_PROC_UID_SESSION" link="libgtop-procuid.html#GLIBTOP-PROC-UID-SESSION:CAPS"/>
<keyword type="macro" name="GLIBTOP_PROC_UID_TTY" link="libgtop-procuid.html#GLIBTOP-PROC-UID-TTY:CAPS"/>
<keyword type="macro" name="GLIBTOP_PROC_UID_TPGID" link="libgtop-procuid.html#GLIBTOP-PROC-UID-TPGID:CAPS"/>
<keyword type="macro" name="GLIBTOP_PROC_UID_PRIORITY" link="libgtop-procuid.html#GLIBTOP-PROC-UID-PRIORITY:CAPS"/>
<keyword type="macro" name="GLIBTOP_PROC_UID_NICE" link="libgtop-procuid.html#GLIBTOP-PROC-UID-NICE:CAPS"/>
<keyword type="macro" name="GLIBTOP_PROC_UID_NGROUPS" link="libgtop-procuid.html#GLIBTOP-PROC-UID-NGROUPS:CAPS"/>
<keyword type="macro" name="GLIBTOP_PROC_UID_GROUPS" link="libgtop-procuid.html#GLIBTOP-PROC-UID-GROUPS:CAPS"/>
<keyword type="macro" name="GLIBTOP_MAX_PROC_UID" link="libgtop-procuid.html#GLIBTOP-MAX-PROC-UID:CAPS"/>
<keyword type="struct" name="struct glibtop_proc_uid" link="libgtop-procuid.html#glibtop-proc-uid"/>
<keyword type="macro" name="GLIBTOP_MAX_GROUPS" link="libgtop-procuid.html#GLIBTOP-MAX-GROUPS:CAPS"/>
<keyword type="macro" name="glibtop_get_proc_uid_r" link="libgtop-procuid.html#glibtop-get-proc-uid-r"/>
<keyword type="function" name="glibtop_get_proc_time ()" link="libgtop-Process-Time.html#glibtop-get-proc-time"/>
<keyword type="struct" name="struct glibtop_proc_time" link="libgtop-Process-Time.html#glibtop-proc-time"/>
<keyword type="struct" name="struct glibtop_signame" link="libgtop-signal.html#glibtop-signame"/>
<keyword type="function" name="glibtop_get_proc_map ()" link="libgtop-procmap.html#glibtop-get-proc-map"/>
<keyword type="function" name="glibtop_get_proc_map_l ()" link="libgtop-procmap.html#glibtop-get-proc-map-l"/>
<keyword type="function" name="glibtop_get_proc_map_p ()" link="libgtop-procmap.html#glibtop-get-proc-map-p"/>
<keyword type="function" name="glibtop_get_proc_map_s ()" link="libgtop-procmap.html#glibtop-get-proc-map-s"/>
<keyword type="macro" name="GLIBTOP_PROC_MAP_NUMBER" link="libgtop-procmap.html#GLIBTOP-PROC-MAP-NUMBER:CAPS"/>
<keyword type="macro" name="GLIBTOP_PROC_MAP_TOTAL" link="libgtop-procmap.html#GLIBTOP-PROC-MAP-TOTAL:CAPS"/>
<keyword type="macro" name="GLIBTOP_PROC_MAP_SIZE" link="libgtop-procmap.html#GLIBTOP-PROC-MAP-SIZE:CAPS"/>
<keyword type="macro" name="GLIBTOP_MAX_PROC_MAP" link="libgtop-procmap.html#GLIBTOP-MAX-PROC-MAP:CAPS"/>
<keyword type="macro" name="GLIBTOP_MAP_ENTRY_START" link="libgtop-procmap.html#GLIBTOP-MAP-ENTRY-START:CAPS"/>
<keyword type="macro" name="GLIBTOP_MAP_ENTRY_END" link="libgtop-procmap.html#GLIBTOP-MAP-ENTRY-END:CAPS"/>
<keyword type="macro" name="GLIBTOP_MAP_ENTRY_OFFSET" link="libgtop-procmap.html#GLIBTOP-MAP-ENTRY-OFFSET:CAPS"/>
<keyword type="macro" name="GLIBTOP_MAP_ENTRY_PERM" link="libgtop-procmap.html#GLIBTOP-MAP-ENTRY-PERM:CAPS"/>
<keyword type="macro" name="GLIBTOP_MAP_ENTRY_INODE" link="libgtop-procmap.html#GLIBTOP-MAP-ENTRY-INODE:CAPS"/>
<keyword type="macro" name="GLIBTOP_MAP_ENTRY_DEVICE" link="libgtop-procmap.html#GLIBTOP-MAP-ENTRY-DEVICE:CAPS"/>
<keyword type="macro" name="GLIBTOP_MAP_ENTRY_FILENAME" link="libgtop-procmap.html#GLIBTOP-MAP-ENTRY-FILENAME:CAPS"/>
<keyword type="macro" name="GLIBTOP_MAP_ENTRY_SIZE" link="libgtop-procmap.html#GLIBTOP-MAP-ENTRY-SIZE:CAPS"/>
<keyword type="macro" name="GLIBTOP_MAP_ENTRY_RSS" link="libgtop-procmap.html#GLIBTOP-MAP-ENTRY-RSS:CAPS"/>
<keyword type="macro" name="GLIBTOP_MAP_ENTRY_SHARED_CLEAN" link="libgtop-procmap.html#GLIBTOP-MAP-ENTRY-SHARED-CLEAN:CAPS"/>
<keyword type="macro" name="GLIBTOP_MAP_ENTRY_SHARED_DIRTY" link="libgtop-procmap.html#GLIBTOP-MAP-ENTRY-SHARED-DIRTY:CAPS"/>
<keyword type="macro" name="GLIBTOP_MAP_ENTRY_PRIVATE_CLEAN" link="libgtop-procmap.html#GLIBTOP-MAP-ENTRY-PRIVATE-CLEAN:CAPS"/>
<keyword type="macro" name="GLIBTOP_MAP_ENTRY_PRIVATE_DIRTY" link="libgtop-procmap.html#GLIBTOP-MAP-ENTRY-PRIVATE-DIRTY:CAPS"/>
<keyword type="macro" name="GLIBTOP_MAX_MAP_ENTRY" link="libgtop-procmap.html#GLIBTOP-MAX-MAP-ENTRY:CAPS"/>
<keyword type="macro" name="GLIBTOP_MAP_FILENAME_LEN" link="libgtop-procmap.html#GLIBTOP-MAP-FILENAME-LEN:CAPS"/>
<keyword type="macro" name="GLIBTOP_MAP_PERM_READ" link="libgtop-procmap.html#GLIBTOP-MAP-PERM-READ:CAPS"/>
<keyword type="macro" name="GLIBTOP_MAP_PERM_WRITE" link="libgtop-procmap.html#GLIBTOP-MAP-PERM-WRITE:CAPS"/>
<keyword type="macro" name="GLIBTOP_MAP_PERM_EXECUTE" link="libgtop-procmap.html#GLIBTOP-MAP-PERM-EXECUTE:CAPS"/>
<keyword type="macro" name="GLIBTOP_MAP_PERM_SHARED" link="libgtop-procmap.html#GLIBTOP-MAP-PERM-SHARED:CAPS"/>
<keyword type="macro" name="GLIBTOP_MAP_PERM_PRIVATE" link="libgtop-procmap.html#GLIBTOP-MAP-PERM-PRIVATE:CAPS"/>
<keyword type="struct" name="struct glibtop_map_entry" link="libgtop-procmap.html#glibtop-map-entry"/>
<keyword type="struct" name="struct glibtop_proc_map" link="libgtop-procmap.html#glibtop-proc-map"/>
<keyword type="macro" name="glibtop_get_proc_map_r" link="libgtop-procmap.html#glibtop-get-proc-map-r"/>
<keyword type="function" name="glibtop_get_sysinfo_s ()" link="libgtop-sysinfo.html#glibtop-get-sysinfo-s"/>
<keyword type="function" name="glibtop_get_sysinfo ()" link="libgtop-sysinfo.html#glibtop-get-sysinfo"/>
<keyword type="macro" name="GLIBTOP_SYSINFO_NCPU" link="libgtop-sysinfo.html#GLIBTOP-SYSINFO-NCPU:CAPS"/>
<keyword type="macro" name="GLIBTOP_SYSINFO_CPUINFO" link="libgtop-sysinfo.html#GLIBTOP-SYSINFO-CPUINFO:CAPS"/>
<keyword type="macro" name="GLIBTOP_MAX_SYSINFO" link="libgtop-sysinfo.html#GLIBTOP-MAX-SYSINFO:CAPS"/>
<keyword type="struct" name="struct glibtop_sysinfo" link="libgtop-sysinfo.html#glibtop-sysinfo"/>
<keyword type="struct" name="struct glibtop_entry" link="libgtop-sysinfo.html#glibtop-entry"/>
<keyword type="macro" name="glibtop_get_sysinfo_r" link="libgtop-sysinfo.html#glibtop-get-sysinfo-r"/>
<keyword type="union" name="union glibtop_union" link="libgtop-union.html#glibtop-union"/>
<keyword type="function" name="glibtop_send_version ()" link="libgtop-version.html#glibtop-send-version"/>
<keyword type="macro" name="LIBGTOP_VERSION_STRING" link="libgtop-version.html#LIBGTOP-VERSION-STRING:CAPS"/>
<keyword type="function" name="glibtop_get_proclist ()" link="libgtop-Process-List.html#glibtop-get-proclist"/>
<keyword type="macro" name="GLIBTOP_KERN_PROC_ALL" link="libgtop-Process-List.html#GLIBTOP-KERN-PROC-ALL:CAPS"/>
<keyword type="macro" name="GLIBTOP_KERN_PROC_PID" link="libgtop-Process-List.html#GLIBTOP-KERN-PROC-PID:CAPS"/>
<keyword type="macro" name="GLIBTOP_KERN_PROC_PGRP" link="libgtop-Process-List.html#GLIBTOP-KERN-PROC-PGRP:CAPS"/>
<keyword type="macro" name="GLIBTOP_KERN_PROC_SESSION" link="libgtop-Process-List.html#GLIBTOP-KERN-PROC-SESSION:CAPS"/>
<keyword type="macro" name="GLIBTOP_KERN_PROC_TTY" link="libgtop-Process-List.html#GLIBTOP-KERN-PROC-TTY:CAPS"/>
<keyword type="macro" name="GLIBTOP_KERN_PROC_UID" link="libgtop-Process-List.html#GLIBTOP-KERN-PROC-UID:CAPS"/>
<keyword type="macro" name="GLIBTOP_KERN_PROC_RUID" link="libgtop-Process-List.html#GLIBTOP-KERN-PROC-RUID:CAPS"/>
<keyword type="macro" name="GLIBTOP_KERN_PROC_MASK" link="libgtop-Process-List.html#GLIBTOP-KERN-PROC-MASK:CAPS"/>
<keyword type="macro" name="GLIBTOP_EXCLUDE_IDLE" link="libgtop-Process-List.html#GLIBTOP-EXCLUDE-IDLE:CAPS"/>
<keyword type="macro" name="GLIBTOP_EXCLUDE_SYSTEM" link="libgtop-Process-List.html#GLIBTOP-EXCLUDE-SYSTEM:CAPS"/>
<keyword type="macro" name="GLIBTOP_EXCLUDE_NOTTY" link="libgtop-Process-List.html#GLIBTOP-EXCLUDE-NOTTY:CAPS"/>
<keyword type="struct" name="struct glibtop_proclist" link="libgtop-Process-List.html#glibtop-proclist"/>
<keyword type="function" name="glibtop_get_sem_limits ()" link="libgtop-sem-limits.html#glibtop-get-sem-limits"/>
<keyword type="function" name="glibtop_get_sem_limits_l ()" link="libgtop-sem-limits.html#glibtop-get-sem-limits-l"/>
<keyword type="function" name="glibtop_get_sem_limits_p ()" link="libgtop-sem-limits.html#glibtop-get-sem-limits-p"/>
<keyword type="function" name="glibtop_get_sem_limits_s ()" link="libgtop-sem-limits.html#glibtop-get-sem-limits-s"/>
<keyword type="macro" name="GLIBTOP_IPC_SEMMAP" link="libgtop-sem-limits.html#GLIBTOP-IPC-SEMMAP:CAPS"/>
<keyword type="macro" name="GLIBTOP_IPC_SEMMNI" link="libgtop-sem-limits.html#GLIBTOP-IPC-SEMMNI:CAPS"/>
<keyword type="macro" name="GLIBTOP_IPC_SEMMNS" link="libgtop-sem-limits.html#GLIBTOP-IPC-SEMMNS:CAPS"/>
<keyword type="macro" name="GLIBTOP_IPC_SEMMNU" link="libgtop-sem-limits.html#GLIBTOP-IPC-SEMMNU:CAPS"/>
<keyword type="macro" name="GLIBTOP_IPC_SEMMSL" link="libgtop-sem-limits.html#GLIBTOP-IPC-SEMMSL:CAPS"/>
<keyword type="macro" name="GLIBTOP_IPC_SEMOPM" link="libgtop-sem-limits.html#GLIBTOP-IPC-SEMOPM:CAPS"/>
<keyword type="macro" name="GLIBTOP_IPC_SEMUME" link="libgtop-sem-limits.html#GLIBTOP-IPC-SEMUME:CAPS"/>
<keyword type="macro" name="GLIBTOP_IPC_SEMUSZ" link="libgtop-sem-limits.html#GLIBTOP-IPC-SEMUSZ:CAPS"/>
<keyword type="macro" name="GLIBTOP_IPC_SEMVMX" link="libgtop-sem-limits.html#GLIBTOP-IPC-SEMVMX:CAPS"/>
<keyword type="macro" name="GLIBTOP_IPC_SEMAEM" link="libgtop-sem-limits.html#GLIBTOP-IPC-SEMAEM:CAPS"/>
<keyword type="macro" name="GLIBTOP_MAX_SEM_LIMITS" link="libgtop-sem-limits.html#GLIBTOP-MAX-SEM-LIMITS:CAPS"/>
<keyword type="struct" name="struct glibtop_sem_limits" link="libgtop-sem-limits.html#glibtop-sem-limits"/>
<keyword type="macro" name="glibtop_get_sem_limits_r" link="libgtop-sem-limits.html#glibtop-get-sem-limits-r"/>
<keyword type="function" name="glibtop_get_proc_kernel ()" link="libgtop-prockernel.html#glibtop-get-proc-kernel"/>
<keyword type="function" name="glibtop_get_proc_kernel_l ()" link="libgtop-prockernel.html#glibtop-get-proc-kernel-l"/>
<keyword type="function" name="glibtop_get_proc_kernel_p ()" link="libgtop-prockernel.html#glibtop-get-proc-kernel-p"/>
<keyword type="function" name="glibtop_get_proc_kernel_s ()" link="libgtop-prockernel.html#glibtop-get-proc-kernel-s"/>
<keyword type="macro" name="GLIBTOP_PROC_KERNEL_K_FLAGS" link="libgtop-prockernel.html#GLIBTOP-PROC-KERNEL-K-FLAGS:CAPS"/>
<keyword type="macro" name="GLIBTOP_PROC_KERNEL_MIN_FLT" link="libgtop-prockernel.html#GLIBTOP-PROC-KERNEL-MIN-FLT:CAPS"/>
<keyword type="macro" name="GLIBTOP_PROC_KERNEL_MAJ_FLT" link="libgtop-prockernel.html#GLIBTOP-PROC-KERNEL-MAJ-FLT:CAPS"/>
<keyword type="macro" name="GLIBTOP_PROC_KERNEL_CMIN_FLT" link="libgtop-prockernel.html#GLIBTOP-PROC-KERNEL-CMIN-FLT:CAPS"/>
<keyword type="macro" name="GLIBTOP_PROC_KERNEL_CMAJ_FLT" link="libgtop-prockernel.html#GLIBTOP-PROC-KERNEL-CMAJ-FLT:CAPS"/>
<keyword type="macro" name="GLIBTOP_PROC_KERNEL_KSTK_ESP" link="libgtop-prockernel.html#GLIBTOP-PROC-KERNEL-KSTK-ESP:CAPS"/>
<keyword type="macro" name="GLIBTOP_PROC_KERNEL_KSTK_EIP" link="libgtop-prockernel.html#GLIBTOP-PROC-KERNEL-KSTK-EIP:CAPS"/>
<keyword type="macro" name="GLIBTOP_PROC_KERNEL_NWCHAN" link="libgtop-prockernel.html#GLIBTOP-PROC-KERNEL-NWCHAN:CAPS"/>
<keyword type="macro" name="GLIBTOP_PROC_KERNEL_WCHAN" link="libgtop-prockernel.html#GLIBTOP-PROC-KERNEL-WCHAN:CAPS"/>
<keyword type="macro" name="GLIBTOP_MAX_PROC_KERNEL" link="libgtop-prockernel.html#GLIBTOP-MAX-PROC-KERNEL:CAPS"/>
<keyword type="struct" name="struct glibtop_proc_kernel" link="libgtop-prockernel.html#glibtop-proc-kernel"/>
<keyword type="macro" name="glibtop_get_proc_kernel_r" link="libgtop-prockernel.html#glibtop-get-proc-kernel-r"/>
<keyword type="function" name="glibtop_get_fsusage ()" link="libgtop-fsusage.html#glibtop-get-fsusage"/>
<keyword type="function" name="glibtop_get_fsusage_l ()" link="libgtop-fsusage.html#glibtop-get-fsusage-l"/>
<keyword type="function" name="glibtop_get_fsusage_s ()" link="libgtop-fsusage.html#glibtop-get-fsusage-s"/>
<keyword type="macro" name="GLIBTOP_FSUSAGE_BLOCKS" link="libgtop-fsusage.html#GLIBTOP-FSUSAGE-BLOCKS:CAPS"/>
<keyword type="macro" name="GLIBTOP_FSUSAGE_BFREE" link="libgtop-fsusage.html#GLIBTOP-FSUSAGE-BFREE:CAPS"/>
<keyword type="macro" name="GLIBTOP_FSUSAGE_BAVAIL" link="libgtop-fsusage.html#GLIBTOP-FSUSAGE-BAVAIL:CAPS"/>
<keyword type="macro" name="GLIBTOP_FSUSAGE_FILES" link="libgtop-fsusage.html#GLIBTOP-FSUSAGE-FILES:CAPS"/>
<keyword type="macro" name="GLIBTOP_FSUSAGE_FFREE" link="libgtop-fsusage.html#GLIBTOP-FSUSAGE-FFREE:CAPS"/>
<keyword type="macro" name="GLIBTOP_FSUSAGE_BLOCK_SIZE" link="libgtop-fsusage.html#GLIBTOP-FSUSAGE-BLOCK-SIZE:CAPS"/>
<keyword type="macro" name="GLIBTOP_FSUSAGE_READ" link="libgtop-fsusage.html#GLIBTOP-FSUSAGE-READ:CAPS"/>
<keyword type="macro" name="GLIBTOP_FSUSAGE_WRITE" link="libgtop-fsusage.html#GLIBTOP-FSUSAGE-WRITE:CAPS"/>
<keyword type="macro" name="GLIBTOP_MAX_FSUSAGE" link="libgtop-fsusage.html#GLIBTOP-MAX-FSUSAGE:CAPS"/>
<keyword type="struct" name="struct glibtop_fsusage" link="libgtop-fsusage.html#glibtop-fsusage"/>
<keyword type="macro" name="glibtop_get_fsusage_r" link="libgtop-fsusage.html#glibtop-get-fsusage-r"/>
<keyword type="function" name="glibtop_get_loadavg ()" link="libgtop-loadavg.html#glibtop-get-loadavg"/>
<keyword type="function" name="glibtop_get_loadavg_l ()" link="libgtop-loadavg.html#glibtop-get-loadavg-l"/>
<keyword type="function" name="glibtop_get_loadavg_p ()" link="libgtop-loadavg.html#glibtop-get-loadavg-p"/>
<keyword type="function" name="glibtop_get_loadavg_s ()" link="libgtop-loadavg.html#glibtop-get-loadavg-s"/>
<keyword type="macro" name="GLIBTOP_LOADAVG_LOADAVG" link="libgtop-loadavg.html#GLIBTOP-LOADAVG-LOADAVG:CAPS"/>
<keyword type="macro" name="GLIBTOP_LOADAVG_NR_RUNNING" link="libgtop-loadavg.html#GLIBTOP-LOADAVG-NR-RUNNING:CAPS"/>
<keyword type="macro" name="GLIBTOP_LOADAVG_NR_TASKS" link="libgtop-loadavg.html#GLIBTOP-LOADAVG-NR-TASKS:CAPS"/>
<keyword type="macro" name="GLIBTOP_LOADAVG_LAST_PID" link="libgtop-loadavg.html#GLIBTOP-LOADAVG-LAST-PID:CAPS"/>
<keyword type="macro" name="GLIBTOP_MAX_LOADAVG" link="libgtop-loadavg.html#GLIBTOP-MAX-LOADAVG:CAPS"/>
<keyword type="struct" name="struct glibtop_loadavg" link="libgtop-loadavg.html#glibtop-loadavg"/>
<keyword type="macro" name="glibtop_get_loadavg_r" link="libgtop-loadavg.html#glibtop-get-loadavg-r"/>
<keyword type="function" name="glibtop_get_mem ()" link="libgtop-mem.html#glibtop-get-mem"/>
<keyword type="function" name="glibtop_get_mem_l ()" link="libgtop-mem.html#glibtop-get-mem-l"/>
<keyword type="function" name="glibtop_get_mem_p ()" link="libgtop-mem.html#glibtop-get-mem-p"/>
<keyword type="function" name="glibtop_get_mem_s ()" link="libgtop-mem.html#glibtop-get-mem-s"/>
<keyword type="macro" name="GLIBTOP_MEM_TOTAL" link="libgtop-mem.html#GLIBTOP-MEM-TOTAL:CAPS"/>
<keyword type="macro" name="GLIBTOP_MEM_USED" link="libgtop-mem.html#GLIBTOP-MEM-USED:CAPS"/>
<keyword type="macro" name="GLIBTOP_MEM_FREE" link="libgtop-mem.html#GLIBTOP-MEM-FREE:CAPS"/>
<keyword type="macro" name="GLIBTOP_MEM_SHARED" link="libgtop-mem.html#GLIBTOP-MEM-SHARED:CAPS"/>
<keyword type="macro" name="GLIBTOP_MEM_BUFFER" link="libgtop-mem.html#GLIBTOP-MEM-BUFFER:CAPS"/>
<keyword type="macro" name="GLIBTOP_MEM_CACHED" link="libgtop-mem.html#GLIBTOP-MEM-CACHED:CAPS"/>
<keyword type="macro" name="GLIBTOP_MEM_USER" link="libgtop-mem.html#GLIBTOP-MEM-USER:CAPS"/>
<keyword type="macro" name="GLIBTOP_MEM_LOCKED" link="libgtop-mem.html#GLIBTOP-MEM-LOCKED:CAPS"/>
<keyword type="macro" name="GLIBTOP_MAX_MEM" link="libgtop-mem.html#GLIBTOP-MAX-MEM:CAPS"/>
<keyword type="struct" name="struct glibtop_mem" link="libgtop-mem.html#glibtop-mem"/>
<keyword type="macro" name="glibtop_get_mem_r" link="libgtop-mem.html#glibtop-get-mem-r"/>
<keyword type="function" name="glibtop_get_mountlist ()" link="libgtop-mountlist.html#glibtop-get-mountlist"/>
<keyword type="function" name="glibtop_get_mountlist_l ()" link="libgtop-mountlist.html#glibtop-get-mountlist-l"/>
<keyword type="function" name="glibtop_get_mountlist_s ()" link="libgtop-mountlist.html#glibtop-get-mountlist-s"/>
<keyword type="macro" name="GLIBTOP_MOUNTLIST_NUMBER" link="libgtop-mountlist.html#GLIBTOP-MOUNTLIST-NUMBER:CAPS"/>
<keyword type="macro" name="GLIBTOP_MOUNTLIST_TOTAL" link="libgtop-mountlist.html#GLIBTOP-MOUNTLIST-TOTAL:CAPS"/>
<keyword type="macro" name="GLIBTOP_MOUNTLIST_SIZE" link="libgtop-mountlist.html#GLIBTOP-MOUNTLIST-SIZE:CAPS"/>
<keyword type="macro" name="GLIBTOP_MAX_MOUNTLIST" link="libgtop-mountlist.html#GLIBTOP-MAX-MOUNTLIST:CAPS"/>
<keyword type="struct" name="struct glibtop_mountentry" link="libgtop-mountlist.html#glibtop-mountentry"/>
<keyword type="struct" name="struct glibtop_mountlist" link="libgtop-mountlist.html#glibtop-mountlist"/>
<keyword type="macro" name="glibtop_get_mountlist_r" link="libgtop-mountlist.html#glibtop-get-mountlist-r"/>
<keyword type="function" name="glibtop_get_msg_limits ()" link="libgtop-msg-limits.html#glibtop-get-msg-limits"/>
<keyword type="function" name="glibtop_get_msg_limits_l ()" link="libgtop-msg-limits.html#glibtop-get-msg-limits-l"/>
<keyword type="function" name="glibtop_get_msg_limits_p ()" link="libgtop-msg-limits.html#glibtop-get-msg-limits-p"/>
<keyword type="function" name="glibtop_get_msg_limits_s ()" link="libgtop-msg-limits.html#glibtop-get-msg-limits-s"/>
<keyword type="macro" name="GLIBTOP_IPC_MSGPOOL" link="libgtop-msg-limits.html#GLIBTOP-IPC-MSGPOOL:CAPS"/>
<keyword type="macro" name="GLIBTOP_IPC_MSGMAP" link="libgtop-msg-limits.html#GLIBTOP-IPC-MSGMAP:CAPS"/>
<keyword type="macro" name="GLIBTOP_IPC_MSGMAX" link="libgtop-msg-limits.html#GLIBTOP-IPC-MSGMAX:CAPS"/>
<keyword type="macro" name="GLIBTOP_IPC_MSGMNB" link="libgtop-msg-limits.html#GLIBTOP-IPC-MSGMNB:CAPS"/>
<keyword type="macro" name="GLIBTOP_IPC_MSGMNI" link="libgtop-msg-limits.html#GLIBTOP-IPC-MSGMNI:CAPS"/>
<keyword type="macro" name="GLIBTOP_IPC_MSGSSZ" link="libgtop-msg-limits.html#GLIBTOP-IPC-MSGSSZ:CAPS"/>
<keyword type="macro" name="GLIBTOP_IPC_MSGTQL" link="libgtop-msg-limits.html#GLIBTOP-IPC-MSGTQL:CAPS"/>
<keyword type="macro" name="GLIBTOP_MAX_MSG_LIMITS" link="libgtop-msg-limits.html#GLIBTOP-MAX-MSG-LIMITS:CAPS"/>
<keyword type="struct" name="struct glibtop_msg_limits" link="libgtop-msg-limits.html#glibtop-msg-limits"/>
<keyword type="macro" name="glibtop_get_msg_limits_r" link="libgtop-msg-limits.html#glibtop-get-msg-limits-r"/>
<keyword type="function" name="glibtop_get_cpu ()" link="libgtop-cpu.html#glibtop-get-cpu"/>
<keyword type="function" name="glibtop_get_cpu_l ()" link="libgtop-cpu.html#glibtop-get-cpu-l"/>
<keyword type="function" name="glibtop_get_cpu_p ()" link="libgtop-cpu.html#glibtop-get-cpu-p"/>
<keyword type="function" name="glibtop_get_cpu_s ()" link="libgtop-cpu.html#glibtop-get-cpu-s"/>
<keyword type="macro" name="GLIBTOP_CPU_TOTAL" link="libgtop-cpu.html#GLIBTOP-CPU-TOTAL:CAPS"/>
<keyword type="macro" name="GLIBTOP_CPU_USER" link="libgtop-cpu.html#GLIBTOP-CPU-USER:CAPS"/>
<keyword type="macro" name="GLIBTOP_CPU_NICE" link="libgtop-cpu.html#GLIBTOP-CPU-NICE:CAPS"/>
<keyword type="macro" name="GLIBTOP_CPU_SYS" link="libgtop-cpu.html#GLIBTOP-CPU-SYS:CAPS"/>
<keyword type="macro" name="GLIBTOP_CPU_IDLE" link="libgtop-cpu.html#GLIBTOP-CPU-IDLE:CAPS"/>
<keyword type="macro" name="GLIBTOP_CPU_FREQUENCY" link="libgtop-cpu.html#GLIBTOP-CPU-FREQUENCY:CAPS"/>
<keyword type="macro" name="GLIBTOP_XCPU_TOTAL" link="libgtop-cpu.html#GLIBTOP-XCPU-TOTAL:CAPS"/>
<keyword type="macro" name="GLIBTOP_XCPU_USER" link="libgtop-cpu.html#GLIBTOP-XCPU-USER:CAPS"/>
<keyword type="macro" name="GLIBTOP_XCPU_NICE" link="libgtop-cpu.html#GLIBTOP-XCPU-NICE:CAPS"/>
<keyword type="macro" name="GLIBTOP_XCPU_SYS" link="libgtop-cpu.html#GLIBTOP-XCPU-SYS:CAPS"/>
<keyword type="macro" name="GLIBTOP_XCPU_IDLE" link="libgtop-cpu.html#GLIBTOP-XCPU-IDLE:CAPS"/>
<keyword type="macro" name="GLIBTOP_XCPU_FLAGS" link="libgtop-cpu.html#GLIBTOP-XCPU-FLAGS:CAPS"/>
<keyword type="macro" name="GLIBTOP_CPU_IOWAIT" link="libgtop-cpu.html#GLIBTOP-CPU-IOWAIT:CAPS"/>
<keyword type="macro" name="GLIBTOP_CPU_IRQ" link="libgtop-cpu.html#GLIBTOP-CPU-IRQ:CAPS"/>
<keyword type="macro" name="GLIBTOP_CPU_SOFTIRQ" link="libgtop-cpu.html#GLIBTOP-CPU-SOFTIRQ:CAPS"/>
<keyword type="macro" name="GLIBTOP_XCPU_IOWAIT" link="libgtop-cpu.html#GLIBTOP-XCPU-IOWAIT:CAPS"/>
<keyword type="macro" name="GLIBTOP_XCPU_IRQ" link="libgtop-cpu.html#GLIBTOP-XCPU-IRQ:CAPS"/>
<keyword type="macro" name="GLIBTOP_XCPU_SOFTIRQ" link="libgtop-cpu.html#GLIBTOP-XCPU-SOFTIRQ:CAPS"/>
<keyword type="macro" name="GLIBTOP_MAX_CPU" link="libgtop-cpu.html#GLIBTOP-MAX-CPU:CAPS"/>
<keyword type="macro" name="GLIBTOP_NCPU" link="libgtop-cpu.html#GLIBTOP-NCPU:CAPS"/>
<keyword type="struct" name="struct glibtop_cpu" link="libgtop-cpu.html#glibtop-cpu"/>
<keyword type="macro" name="glibtop_get_cpu_r" link="libgtop-cpu.html#glibtop-get-cpu-r"/>
<keyword type="function" name="glibtop_get_swap ()" link="libgtop-swap.html#glibtop-get-swap"/>
<keyword type="function" name="glibtop_get_swap_l ()" link="libgtop-swap.html#glibtop-get-swap-l"/>
<keyword type="function" name="glibtop_get_swap_p ()" link="libgtop-swap.html#glibtop-get-swap-p"/>
<keyword type="function" name="glibtop_get_swap_s ()" link="libgtop-swap.html#glibtop-get-swap-s"/>
<keyword type="macro" name="GLIBTOP_SWAP_TOTAL" link="libgtop-swap.html#GLIBTOP-SWAP-TOTAL:CAPS"/>
<keyword type="macro" name="GLIBTOP_SWAP_USED" link="libgtop-swap.html#GLIBTOP-SWAP-USED:CAPS"/>
<keyword type="macro" name="GLIBTOP_SWAP_FREE" link="libgtop-swap.html#GLIBTOP-SWAP-FREE:CAPS"/>
<keyword type="macro" name="GLIBTOP_SWAP_PAGEIN" link="libgtop-swap.html#GLIBTOP-SWAP-PAGEIN:CAPS"/>
<keyword type="macro" name="GLIBTOP_SWAP_PAGEOUT" link="libgtop-swap.html#GLIBTOP-SWAP-PAGEOUT:CAPS"/>
<keyword type="macro" name="GLIBTOP_MAX_SWAP" link="libgtop-swap.html#GLIBTOP-MAX-SWAP:CAPS"/>
<keyword type="struct" name="struct glibtop_swap" link="libgtop-swap.html#glibtop-swap"/>
<keyword type="macro" name="glibtop_get_swap_r" link="libgtop-swap.html#glibtop-get-swap-r"/>
<keyword type="member" name="glibtop-netlist.flags" link="libgtop-Net-List.html#glibtop-netlist.flags"/>
<keyword type="member" name="glibtop-netlist.number" link="libgtop-Net-List.html#glibtop-netlist.number"/>
<keyword type="member" name="glibtop-proc-time.start-time" link="libgtop-Process-Time.html#glibtop-proc-time.start-time"/>
<keyword type="member" name="glibtop-proc-time.rtime" link="libgtop-Process-Time.html#glibtop-proc-time.rtime"/>
<keyword type="member" name="glibtop-proc-time.utime" link="libgtop-Process-Time.html#glibtop-proc-time.utime"/>
<keyword type="member" name="glibtop-proc-time.stime" link="libgtop-Process-Time.html#glibtop-proc-time.stime"/>
<keyword type="member" name="glibtop-proc-time.cutime" link="libgtop-Process-Time.html#glibtop-proc-time.cutime"/>
<keyword type="member" name="glibtop-proc-time.cstime" link="libgtop-Process-Time.html#glibtop-proc-time.cstime"/>
<keyword type="member" name="glibtop-proc-time.timeout" link="libgtop-Process-Time.html#glibtop-proc-time.timeout"/>
<keyword type="member" name="glibtop-proc-time.it-real-value" link="libgtop-Process-Time.html#glibtop-proc-time.it-real-value"/>
<keyword type="member" name="glibtop-proc-time.frequency" link="libgtop-Process-Time.html#glibtop-proc-time.frequency"/>
<keyword type="member" name="glibtop-proc-time.xcpu-utime" link="libgtop-Process-Time.html#glibtop-proc-time.xcpu-utime"/>
<keyword type="member" name="glibtop-proc-time.xcpu-stime" link="libgtop-Process-Time.html#glibtop-proc-time.xcpu-stime"/>
<keyword type="member" name="glibtop-sysinfo.flags" link="libgtop-sysinfo.html#glibtop-sysinfo.flags"/>
<keyword type="member" name="glibtop-sysinfo.ncpu" link="libgtop-sysinfo.html#glibtop-sysinfo.ncpu"/>
<keyword type="member" name="glibtop-sysinfo.cpuinfo" link="libgtop-sysinfo.html#glibtop-sysinfo.cpuinfo"/>
<keyword type="member" name="glibtop-proclist.flags" link="libgtop-Process-List.html#glibtop-proclist.flags"/>
<keyword type="member" name="glibtop-proclist.number" link="libgtop-Process-List.html#glibtop-proclist.number"/>
<keyword type="member" name="glibtop-proclist.total" link="libgtop-Process-List.html#glibtop-proclist.total"/>
<keyword type="member" name="glibtop-proclist.size" link="libgtop-Process-List.html#glibtop-proclist.size"/>
</functions>
</book>

Binary file not shown.

After

Width:  |  Height:  |  Size: 373 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 261 B

View File

@@ -0,0 +1,479 @@
body
{
font-family: cantarell, sans-serif;
}
.synopsis, .classsynopsis
{
/* tango:aluminium 1/2 */
background: #eeeeec;
background: rgba(238, 238, 236, 0.5);
border: solid 1px rgb(238, 238, 236);
padding: 0.5em;
}
.programlisting
{
/* tango:sky blue 0/1 */
/* fallback for no rgba support */
background: #e6f3ff;
border: solid 1px #729fcf;
background: rgba(114, 159, 207, 0.1);
border: solid 1px rgba(114, 159, 207, 0.2);
padding: 0.5em;
}
.variablelist
{
padding: 4px;
margin-left: 3em;
}
.variablelist td:first-child
{
vertical-align: top;
}
div.gallery-float
{
float: left;
padding: 10px;
}
div.gallery-float img
{
border-style: none;
}
div.gallery-spacer
{
clear: both;
}
a, a:visited
{
text-decoration: none;
/* tango:sky blue 2 */
color: #3465a4;
}
a:hover
{
text-decoration: underline;
/* tango:sky blue 1 */
color: #729fcf;
}
div.informaltable table
{
border-collapse: separate;
border-spacing: 1em 0.3em;
border: none;
}
div.informaltable table td, div.informaltable table th
{
vertical-align: top;
}
.function_type,
.variable_type,
.property_type,
.signal_type,
.parameter_name,
.struct_member_name,
.union_member_name,
.define_keyword,
.datatype_keyword,
.typedef_keyword
{
text-align: right;
}
/* dim non-primary columns */
.c_punctuation,
.function_type,
.variable_type,
.property_type,
.signal_type,
.define_keyword,
.datatype_keyword,
.typedef_keyword,
.property_flags,
.signal_flags,
.parameter_annotations,
.enum_member_annotations,
.struct_member_annotations,
.union_member_annotations
{
color: #888a85;
}
.function_type a,
.function_type a:visited,
.function_type a:hover,
.property_type a,
.property_type a:visited,
.property_type a:hover,
.signal_type a,
.signal_type a:visited,
.signal_type a:hover,
.signal_flags a,
.signal_flags a:visited,
.signal_flags a:hover
{
color: #729fcf;
}
td p
{
margin: 0.25em;
}
div.table table
{
border-collapse: collapse;
border-spacing: 0px;
/* tango:aluminium 3 */
border: solid 1px #babdb6;
}
div.table table td, div.table table th
{
/* tango:aluminium 3 */
border: solid 1px #babdb6;
padding: 3px;
vertical-align: top;
}
div.table table th
{
/* tango:aluminium 2 */
background-color: #d3d7cf;
}
h4
{
color: #555753;
margin-top: 1em;
margin-bottom: 1em;
}
hr
{
/* tango:aluminium 1 */
color: #d3d7cf;
background: #d3d7cf;
border: none 0px;
height: 1px;
clear: both;
margin: 2.0em 0em 2.0em 0em;
}
dl.toc dt
{
padding-bottom: 0.25em;
}
dl.toc > dt
{
padding-top: 0.25em;
padding-bottom: 0.25em;
font-weight: bold;
}
dl.toc > dl
{
padding-bottom: 0.5em;
}
.parameter
{
font-style: normal;
}
.footer
{
padding-top: 3.5em;
/* tango:aluminium 3 */
color: #babdb6;
text-align: center;
font-size: 80%;
}
.informalfigure,
.figure
{
margin: 1em;
}
.informalexample,
.example
{
margin-top: 1em;
margin-bottom: 1em;
}
.warning
{
/* tango:orange 0/1 */
background: #ffeed9;
background: rgba(252, 175, 62, 0.1);
border-color: #ffb04f;
border-color: rgba(252, 175, 62, 0.2);
}
.note
{
/* tango:chameleon 0/0.5 */
background: #d8ffb2;
background: rgba(138, 226, 52, 0.1);
border-color: #abf562;
border-color: rgba(138, 226, 52, 0.2);
}
div.blockquote
{
border-color: #eeeeec;
}
.note, .warning, div.blockquote
{
padding: 0.5em;
border-width: 1px;
border-style: solid;
margin: 2em;
}
.note p, .warning p
{
margin: 0;
}
div.warning h3.title,
div.note h3.title
{
display: none;
}
p + div.section
{
margin-top: 1em;
}
div.refnamediv,
div.refsynopsisdiv,
div.refsect1,
div.refsect2,
div.toc,
div.section
{
margin-bottom: 1em;
}
/* blob links */
h2 .extralinks, h3 .extralinks
{
float: right;
/* tango:aluminium 3 */
color: #babdb6;
font-size: 80%;
font-weight: normal;
}
.lineart
{
color: #d3d7cf;
font-weight: normal;
}
.annotation
{
/* tango:aluminium 5 */
color: #555753;
font-weight: normal;
}
.structfield
{
font-style: normal;
font-weight: normal;
}
acronym,abbr
{
border-bottom: 1px dotted gray;
}
/* code listings */
.listing_code .programlisting .normal,
.listing_code .programlisting .normal a,
.listing_code .programlisting .number,
.listing_code .programlisting .cbracket,
.listing_code .programlisting .symbol { color: #555753; }
.listing_code .programlisting .comment,
.listing_code .programlisting .linenum { color: #babdb6; } /* tango: aluminium 3 */
.listing_code .programlisting .function,
.listing_code .programlisting .function a,
.listing_code .programlisting .preproc { color: #204a87; } /* tango: sky blue 3 */
.listing_code .programlisting .string { color: #ad7fa8; } /* tango: plum */
.listing_code .programlisting .keyword,
.listing_code .programlisting .usertype,
.listing_code .programlisting .type,
.listing_code .programlisting .type a { color: #4e9a06; } /* tango: chameleon 3 */
.listing_frame {
/* tango:sky blue 1 */
border: solid 1px #729fcf;
border: solid 1px rgba(114, 159, 207, 0.2);
padding: 0px;
}
.listing_lines, .listing_code {
margin-top: 0px;
margin-bottom: 0px;
padding: 0.5em;
}
.listing_lines {
/* tango:sky blue 0.5 */
background: #a6c5e3;
background: rgba(114, 159, 207, 0.2);
/* tango:aluminium 6 */
color: #2e3436;
}
.listing_code {
/* tango:sky blue 0 */
background: #e6f3ff;
background: rgba(114, 159, 207, 0.1);
}
.listing_code .programlisting {
/* override from previous */
border: none 0px;
padding: 0px;
background: none;
}
.listing_lines pre, .listing_code pre {
margin: 0px;
}
@media screen {
/* these have a <sup> as a first child, but since there are no parent selectors
* we can't use that. */
a.footnote
{
position: relative;
top: 0em ! important;
}
/* this is needed so that the local anchors are displayed below the naviagtion */
div.footnote a[name], div.refnamediv a[name], div.refsect1 a[name], div.refsect2 a[name], div.index a[name], div.glossary a[name], div.sect1 a[name]
{
display: inline-block;
position: relative;
top:-5em;
}
/* this seems to be a bug in the xsl style sheets when generating indexes */
div.index div.index
{
top: 0em;
}
/* make space for the fixed navigation bar and add space at the bottom so that
* link targets appear somewhat close to top
*/
body
{
padding-top: 2.5em;
padding-bottom: 500px;
max-width: 60em;
}
p
{
max-width: 60em;
}
/* style and size the navigation bar */
table.navigation#top
{
position: fixed;
background: #e2e2e2;
border-bottom: solid 1px #babdb6;
border-spacing: 5px;
margin-top: 0;
margin-bottom: 0;
top: 0;
left: 0;
z-index: 10;
}
table.navigation#top td
{
padding-left: 6px;
padding-right: 6px;
}
.navigation a, .navigation a:visited
{
/* tango:sky blue 3 */
color: #204a87;
}
.navigation a:hover
{
/* tango:sky blue 2 */
color: #3465a4;
}
td.shortcuts
{
/* tango:sky blue 2 */
color: #3465a4;
font-size: 80%;
white-space: nowrap;
}
td.shortcuts .dim
{
color: #babdb6;
}
.navigation .title
{
font-size: 80%;
max-width: none;
margin: 0px;
font-weight: normal;
}
}
@media screen and (min-width: 60em) {
/* screen larger than 60em */
body { margin: auto; }
}
@media screen and (max-width: 60em) {
/* screen less than 60em */
#nav_hierarchy { display: none; }
#nav_interfaces { display: none; }
#nav_prerequisites { display: none; }
#nav_derived_interfaces { display: none; }
#nav_implementations { display: none; }
#nav_child_properties { display: none; }
#nav_style_properties { display: none; }
#nav_index { display: none; }
#nav_glossary { display: none; }
.gallery_image { display: none; }
.property_flags { display: none; }
.signal_flags { display: none; }
.parameter_annotations { display: none; }
.enum_member_annotations { display: none; }
.struct_member_annotations { display: none; }
.union_member_annotations { display: none; }
/* now that a column is hidden, optimize space */
col.parameters_name { width: auto; }
col.parameters_description { width: auto; }
col.struct_members_name { width: auto; }
col.struct_members_description { width: auto; }
col.enum_members_name { width: auto; }
col.enum_members_description { width: auto; }
col.union_members_name { width: auto; }
col.union_members_description { width: auto; }
.listing_lines { display: none; }
}
@media print {
table.navigation {
visibility: collapse;
display: none;
}
div.titlepage table.navigation {
visibility: visible;
display: table;
background: #e2e2e2;
border: solid 1px #babdb6;
margin-top: 0;
margin-bottom: 0;
top: 0;
left: 0;
height: 3em;
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 374 B

BIN
doc/reference/html/up.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 260 B

View File

@@ -0,0 +1,206 @@
<?xml version="1.0"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
<bookinfo>
<title>Libgtop Reference Manual</title>
<releaseinfo>for libgtop <xi:include href="version.xml"/></releaseinfo>
<authorgroup>
<author>
<firstname>Martin </firstname>
<surname>Baulig</surname>
<affiliation>
<address>
<email>martin@home-of-linux.org</email>
</address>
</affiliation>
</author>
<author>
<firstname>Germ&#225;n</firstname>
<surname>Po&#243;-Caama&#241;o</surname>
<affiliation>
<address>
<email>gpoo@ubiobio.cl</email>
</address>
</affiliation>
</author>
</authorgroup>
<legalnotice>
<para>Permission is granted to copy, distribute and/or modify
this document under the terms of the <citetitle>GNU Free
Documentation License</citetitle>, Version 1.1 or any later
version published by the Free Software Foundation with no
Invariant Sections, no Front-Cover Texts, and no Back-Cover
Texts. You may obtain a copy of the <citetitle>GNU Free
Documentation License</citetitle> from the Free Software
Foundation by visiting <ulink type="http"
url="http://www.fsf.org">their Web site</ulink> or by writing
to: Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.</para>
<para>Many of the names used by companies to distinguish their
products and services are claimed as trademarks. Where those
names appear in any GNOME documentation, and those trademarks
are made aware to the members of the GNOME Documentation
Project, the names have been printed in caps or initial
caps.</para>
</legalnotice>
<abstract>
<para>
LibGTop is a library to get system specific data such as CPU and
Memory Usage and information about running Processes.</para>
<para>On Systems like Solaris or Digital Unix where you need special
privileges to get those data, it uses a setuid/setgid server to do
so.</para>
<para>Even if LibGTop is a part of the GNOME desktop environment
(@uref{http://www.gnome.org}), the main interface of LibGTop is totally
independent from any particular desktop environment, so you can also
use it as a standalone library in any piece of GPLed software.</para>
<para>This manual documents the interfaces of the libgtop
library and has some short notes to help get you up to speed
with using the library.</para>
</abstract>
</bookinfo>
<!--FIXME: It is missing the rest of about.texi -->
<chapter id="libgtop-white-paper">
<title>White paper</title>
<sect1 id="libgtop-white-paper-introduction">
<title>Introduction</title>
<para>Many modern UNIX systems like Solaris, BSD or Digitial Unix
only allow priviledged processes to read information like CPU and
Memory Usage or information about running processes.</para>
<itemizedlist>
<listitem><para>
BSD, for instance, doesn't have any other way to get those data than reading
directly from @file{/dev/kmem} and you need to be in the @code{kmem} group to
be able to read this.</para></listitem>
<listitem><para>
Other systems, like Digital Unix, allow all users to get things like CPU and
Memory statistics, but only root may read information about any process other
than the current one (you may not even get information about your own processes
if you're not root).</para></listitem>
<listitem><para>
Linux has a very nice @file{/proc} filesystem, but reading and parsing
@file{/proc} is very slow and inefficient.</para></listitem>
<listitem><para>
Solaris is a bit better, but you still need to be in the @code{sys} group or
even root to get some data.</para></listitem>
</itemizedlist>
<para>
Because of this system utilities like @code{ps}, @code{uptime} or @code{top}
often are setgid kmem or setuid root. Usually, they're also very specific to
the system they're written for and not easily portable to other systems without
a lot of work.</para>
<para>
This, of cause, becomes a problem for graphical tools like @code{gtop} - making
a GTK+ program setgid or even setuid would be a security hole as big as you can
drive the entire X11 source code through. For the GNOME project, we also needed
some kind of library which provides all the required information in a portable
since there's more than just one single program that wants to use them - for
instance @code{gtop} and the @code{multiload}, @code{cpumemusage} and
@code{netload} panel applets.</para>
</sect1>
<sect1 id="libgtop-white-paper-overview">
<title>Overview</title>
<para>This section should give you a short overview on how LibGTop
was developed, which things needed to be considered and how it
works.</para>
<sect2 id="libgtop-white-paper-overview-design">
<title>Interface Design: Things that need to be considered</title>
<para>
At the very beginning, it was necessary to collect all the data the library part
should provide and put them into some C structures. This was not that easiy as it
might sound since LibGTop should be portable to any modern UNIX system with a common
library part on all those systems, but the data that should be returned vary from
system to system. For instance some systems support shared memory, but some others
may not.</para>
<para>
The header files where we define these C structures (which are system-independent) are
shared between client and server. This way we can call the system dependent code
directly where we do not need any special privileges to do so.</para>
<para>
All of those structures contain a @code{flags} member which is interpreted as a bit
mask and tells the caller of the library functions which of the fields in the returned
structure are valid and which are not.</para>
</sect2>
<sect2 id="libgtop-white-paper-overview-server">
<title>Server Implementation: The LibGTop "server"</title>
<para>
The LibGTop @dfn{server} is a setgid/setuid binary which contains all the system
dependent code which needs special privileges. It is only build if it's required
on the current system (for instance, the Linux kernel provides all the required
data via its @file{/proc} filesystem so we do not need the server at all) and it
only contains the @dfn{features} which need privileges.</para>
<para>
Whenever we do not need any privileges to get all the data for some of the requested
structures (here called @dfn{features}) the library calls the sysdeps code directly
rather than using the server.</para>
</sect2>
</sect1>
</chapter>
<chapter id="libgtop-lib">
<title>Libgtop Library Reference</title>
<para>This section contains the API reference for libgtop. All
the public interfaces are documented here.</para>
<xi:include href="xml/glibtop.xml"/>
<xi:include href="xml/close.xml"/>
<xi:include href="xml/command.xml"/>
<xi:include href="xml/glibtop-server.xml"/>
<xi:include href="xml/netload.xml"/>
<xi:include href="xml/ppp.xml"/>
<xi:include href="xml/shm_limits.xml"/>
<xi:include href="xml/uptime.xml"/>
<xi:include href="xml/netlist.xml"/>
<xi:include href="xml/open.xml"/>
<xi:include href="xml/parameter.xml"/>
<xi:include href="xml/procargs.xml"/>
<xi:include href="xml/procmem.xml"/>
<xi:include href="xml/procopenfiles.xml"/>
<xi:include href="xml/procsegment.xml"/>
<xi:include href="xml/procsignal.xml"/>
<xi:include href="xml/sysdeps.xml"/>
<xi:include href="xml/procstate.xml"/>
<xi:include href="xml/procuid.xml"/>
<xi:include href="xml/proctime.xml"/>
<xi:include href="xml/signal.xml"/>
<xi:include href="xml/procmap.xml"/>
<xi:include href="xml/sysinfo.xml"/>
<xi:include href="xml/union.xml"/>
<xi:include href="xml/version.xml"/>
<xi:include href="xml/proclist.xml"/>
<xi:include href="xml/sem_limits.xml"/>
<xi:include href="xml/prockernel.xml"/>
<xi:include href="xml/fsusage.xml"/>
<xi:include href="xml/loadavg.xml"/>
<xi:include href="xml/mem.xml"/>
<xi:include href="xml/mountlist.xml"/>
<xi:include href="xml/msg_limits.xml"/>
<xi:include href="xml/cpu.xml"/>
<xi:include href="xml/swap.xml"/>
</chapter>
</book>

View File

View File

@@ -0,0 +1,699 @@
<INCLUDE>glibtop.h</INCLUDE>
<SECTION>
<FILE>glibtop</FILE>
<TITLE>GlibTop</TITLE>
GLIBTOP_MOUNTENTRY_LEN
LIBGTOP_CHECK_VERSION
glibtop
glibtop_global_server
glibtop_init
glibtop_init_r
glibtop_init_s
glibtop_server_features
</SECTION>
<INCLUDE>glibtop/close.h</INCLUDE>
<SECTION>
<FILE>close</FILE>
<TITLE>Close</TITLE>
glibtop_close
glibtop_close_r
glibtop_close_s
glibtop_close_p
</SECTION>
<INCLUDE>glibtop/command.h</INCLUDE>
<SECTION>
<FILE>command</FILE>
<TITLE>Command</TITLE>
GLIBTOP_CMND_QUIT
GLIBTOP_CMND_SYSDEPS
GLIBTOP_CMND_CPU
GLIBTOP_CMND_MEM
GLIBTOP_CMND_SWAP
GLIBTOP_CMND_UPTIME
GLIBTOP_CMND_LOADAVG
GLIBTOP_CMND_SHM_LIMITS
GLIBTOP_CMND_MSG_LIMITS
GLIBTOP_CMND_SEM_LIMITS
GLIBTOP_CMND_PROCLIST
GLIBTOP_CMND_PROC_STATE
GLIBTOP_CMND_PROC_UID
GLIBTOP_CMND_PROC_MEM
GLIBTOP_CMND_PROC_TIME
GLIBTOP_CMND_PROC_SIGNAL
GLIBTOP_CMND_PROC_KERNEL
GLIBTOP_CMND_PROC_SEGMENT
GLIBTOP_CMND_PROC_ARGS
GLIBTOP_CMND_PROC_MAP
GLIBTOP_CMND_MOUNTLIST
GLIBTOP_CMND_FSUSAGE
GLIBTOP_CMND_NETLOAD
GLIBTOP_CMND_PPP
GLIBTOP_CMND_NETLIST
GLIBTOP_CMND_PROC_OPEN_FILES
GLIBTOP_MAX_CMND
glibtop_command
glibtop_response
glibtop_response_union
glibtop_call
glibtop_call_l
glibtop_call_s
</SECTION>
<INCLUDE>glibtop/glibtop-server.h</INCLUDE>
<SECTION>
<FILE>glibtop-server</FILE>
<TITLE>GlibTop Server</TITLE>
glibtop_server
glibtop_server_info
glibtop_closure
glibtop_server_new
glibtop_server_ref
glibtop_server_unref
</SECTION>
<INCLUDE>glibtop/netload.h</INCLUDE>
<SECTION>
<FILE>netload</FILE>
<TITLE>Net Load</TITLE>
GLIBTOP_NETLOAD_IF_FLAGS
GLIBTOP_NETLOAD_MTU
GLIBTOP_NETLOAD_SUBNET
GLIBTOP_NETLOAD_ADDRESS
GLIBTOP_NETLOAD_PACKETS_IN
GLIBTOP_NETLOAD_PACKETS_OUT
GLIBTOP_NETLOAD_PACKETS_TOTAL
GLIBTOP_NETLOAD_BYTES_IN
GLIBTOP_NETLOAD_BYTES_OUT
GLIBTOP_NETLOAD_BYTES_TOTAL
GLIBTOP_NETLOAD_ERRORS_IN
GLIBTOP_NETLOAD_ERRORS_OUT
GLIBTOP_NETLOAD_ERRORS_TOTAL
GLIBTOP_NETLOAD_COLLISIONS
GLIBTOP_NETLOAD_ADDRESS6
GLIBTOP_NETLOAD_PREFIX6
GLIBTOP_NETLOAD_SCOPE6
GLIBTOP_NETLOAD_HWADDRESS
GLIBTOP_MAX_NETLOAD
glibtop_netload
glibtop_get_netload
glibtop_get_netload_r
glibtop_get_netload_l
glibtop_init_netload_p
glibtop_get_netload_p
glibtop_init_netload_s
glibtop_get_netload_s
</SECTION>
<INCLUDE>glibtop/ppp.h</INCLUDE>
<SECTION>
<FILE>ppp</FILE>
<TITLE>PPP</TITLE>
GLIBTOP_PPP_STATE
GLIBTOP_PPP_BYTES_IN
GLIBTOP_PPP_BYTES_OUT
GLIBTOP_MAX_PPP
glibtop_ppp
glibtop_get_ppp
glibtop_get_ppp_r
glibtop_get_ppp_l
glibtop_init_ppp_p
glibtop_get_ppp_p
glibtop_init_ppp_s
glibtop_get_ppp_s
</SECTION>
<INCLUDE>glibtop/shm_limits.h</INCLUDE>
<SECTION>
<FILE>shm_limits</FILE>
<TITLE>Shared Memory Limits</TITLE>
GLIBTOP_IPC_SHMMAX
GLIBTOP_IPC_SHMMIN
GLIBTOP_IPC_SHMMNI
GLIBTOP_IPC_SHMSEG
GLIBTOP_IPC_SHMALL
GLIBTOP_MAX_SHM_LIMITS
glibtop_shm_limits
glibtop_get_shm_limits
glibtop_get_shm_limits_r
glibtop_get_shm_limits_l
glibtop_init_shm_limits_p
glibtop_get_shm_limits_p
glibtop_init_shm_limits_s
glibtop_get_shm_limits_s
</SECTION>
<INCLUDE>glibtop/uptime.h</INCLUDE>
<SECTION>
<FILE>uptime</FILE>
<TITLE>Uptime</TITLE>
GLIBTOP_UPTIME_UPTIME
GLIBTOP_UPTIME_IDLETIME
GLIBTOP_UPTIME_BOOT_TIME
GLIBTOP_MAX_UPTIME
glibtop_uptime
glibtop_get_uptime
glibtop_get_uptime_r
glibtop_get_uptime_l
glibtop_init_uptime_p
glibtop_get_uptime_p
glibtop_init_uptime_s
glibtop_get_uptime_s
</SECTION>
<INCLUDE>glibtop/netlist.h</INCLUDE>
<SECTION>
<FILE>netlist</FILE>
<TITLE>Net List</TITLE>
GLIBTOP_NETLIST_NUMBER
GLIBTOP_MAX_NETLIST
glibtop_netlist
glibtop_get_netlist
glibtop_get_netlist_r
glibtop_get_netlist_l
glibtop_init_netlist_p
glibtop_get_netlist_p
glibtop_init_netlist_s
glibtop_get_netlist_s
</SECTION>
<INCLUDE>glibtop/open.h</INCLUDE>
<SECTION>
<FILE>open</FILE>
GLIBTOP_INIT_NO_OPEN
GLIBTOP_INIT_NO_INIT
GLIBTOP_FEATURES_NO_SERVER
GLIBTOP_FEATURES_EXCEPT
GLIBTOP_METHOD_DIRECT
GLIBTOP_METHOD_PIPE
GLIBTOP_METHOD_INET
GLIBTOP_METHOD_UNIX
GLIBTOP_ERROR_METHOD_IGNORE
GLIBTOP_ERROR_METHOD_WARN_ONCE
GLIBTOP_ERROR_METHOD_WARN
GLIBTOP_ERROR_METHOD_ABORT
GLIBTOP_ERROR_METHOD_DEFAULT
glibtop_open_l
glibtop_init_p
glibtop_open_p
glibtop_open_s
</SECTION>
<INCLUDE>glibtop/parameter.h</INCLUDE>
<SECTION>
<FILE>parameter</FILE>
GLIBTOP_PARAM_METHOD
GLIBTOP_PARAM_FEATURES
GLIBTOP_PARAM_COMMAND
GLIBTOP_PARAM_HOST
GLIBTOP_PARAM_PORT
GLIBTOP_PARAM_ERROR_METHOD
GLIBTOP_PARAM_REQUIRED
glibtop_get_parameter
glibtop_set_parameter
glibtop_get_parameter_l
glibtop_set_parameter_l
</SECTION>
<INCLUDE>glibtop/procargs.h</INCLUDE>
<SECTION>
<FILE>procargs</FILE>
glibtop_proc_args
glibtop_get_proc_args
glibtop_get_proc_argv
</SECTION>
<INCLUDE>glibtop/procmem.h</INCLUDE>
<SECTION>
<FILE>procmem</FILE>
GLIBTOP_PROC_MEM_SIZE
GLIBTOP_PROC_MEM_VSIZE
GLIBTOP_PROC_MEM_RESIDENT
GLIBTOP_PROC_MEM_SHARE
GLIBTOP_PROC_MEM_RSS
GLIBTOP_PROC_MEM_RSS_RLIM
GLIBTOP_MAX_PROC_MEM
glibtop_proc_mem
glibtop_get_proc_mem
glibtop_get_proc_mem_r
glibtop_get_proc_mem_l
glibtop_init_proc_mem_p
glibtop_get_proc_mem_p
glibtop_init_proc_mem_s
glibtop_get_proc_mem_s
</SECTION>
<INCLUDE>glibtop/procopenfiles.h</INCLUDE>
<SECTION>
<FILE>procopenfiles</FILE>
GLIBTOP_PROC_OPEN_FILES_NUMBER
GLIBTOP_PROC_OPEN_FILES_TOTAL
GLIBTOP_PROC_OPEN_FILES_SIZE
GLIBTOP_MAX_PROC_OPEN_FILES
GLIBTOP_FILE_ENTRY_FD
GLIBTOP_FILE_ENTRY_NAME
GLIBTOP_FILE_ENTRY_TYPE
GLIBTOP_FILE_ENTRY_INETSOCKET_DST_HOST
GLIBTOP_FILE_ENTRY_INETSOCKET_DST_PORT
GLIBTOP_MAX_OPEN_FILE_ENTRY
GLIBTOP_OPEN_FILENAME_LEN
GLIBTOP_OPEN_DEST_HOST_LEN
glibtop_open_files_entry
glibtop_proc_open_files
glibtop_get_proc_open_files
glibtop_get_proc_open_files_r
glibtop_get_proc_open_files_l
glibtop_init_proc_open_files_p
glibtop_get_proc_open_files_p
glibtop_init_proc_open_files_s
glibtop_get_proc_open_files_s
</SECTION>
<INCLUDE>glibtop/procsegment.h</INCLUDE>
<SECTION>
<FILE>procsegment</FILE>
GLIBTOP_PROC_SEGMENT_TEXT_RSS
GLIBTOP_PROC_SEGMENT_SHLIB_RSS
GLIBTOP_PROC_SEGMENT_DATA_RSS
GLIBTOP_PROC_SEGMENT_STACK_RSS
GLIBTOP_PROC_SEGMENT_DIRTY_SIZE
GLIBTOP_PROC_SEGMENT_START_CODE
GLIBTOP_PROC_SEGMENT_END_CODE
GLIBTOP_PROC_SEGMENT_START_STACK
GLIBTOP_MAX_PROC_SEGMENT
glibtop_proc_segment
glibtop_get_proc_segment
glibtop_get_proc_segment_r
glibtop_get_proc_segment_l
glibtop_init_proc_segment_p
glibtop_get_proc_segment_p
glibtop_init_proc_segment_s
glibtop_get_proc_segment_s
</SECTION>
<INCLUDE>glibtop/procsignal.h</INCLUDE>
<SECTION>
<FILE>procsignal</FILE>
GLIBTOP_PROC_SIGNAL_SIGNAL
GLIBTOP_PROC_SIGNAL_BLOCKED
GLIBTOP_PROC_SIGNAL_SIGIGNORE
GLIBTOP_PROC_SIGNAL_SIGCATCH
GLIBTOP_MAX_PROC_SIGNAL
glibtop_proc_signal
glibtop_get_proc_signal
glibtop_get_proc_signal_r
glibtop_get_proc_signal_l
glibtop_init_proc_signal_p
glibtop_get_proc_signal_p
glibtop_init_proc_signal_s
glibtop_get_proc_signal_s
</SECTION>
<INCLUDE>glibtop/sysdeps.h</INCLUDE>
<SECTION>
<FILE>sysdeps</FILE>
GLIBTOP_SYSDEPS_FEATURES
GLIBTOP_SYSDEPS_CPU
GLIBTOP_SYSDEPS_MEM
GLIBTOP_SYSDEPS_SWAP
GLIBTOP_SYSDEPS_UPTIME
GLIBTOP_SYSDEPS_LOADAVG
GLIBTOP_SYSDEPS_SHM_LIMITS
GLIBTOP_SYSDEPS_MSG_LIMITS
GLIBTOP_SYSDEPS_SEM_LIMITS
GLIBTOP_SYSDEPS_PROCLIST
GLIBTOP_SYSDEPS_PROC_STATE
GLIBTOP_SYSDEPS_PROC_UID
GLIBTOP_SYSDEPS_PROC_MEM
GLIBTOP_SYSDEPS_PROC_TIME
GLIBTOP_SYSDEPS_PROC_SIGNAL
GLIBTOP_SYSDEPS_PROC_KERNEL
GLIBTOP_SYSDEPS_PROC_SEGMENT
GLIBTOP_SYSDEPS_PROC_ARGS
GLIBTOP_SYSDEPS_PROC_MAP
GLIBTOP_SYSDEPS_MOUNTLIST
GLIBTOP_SYSDEPS_FSUSAGE
GLIBTOP_SYSDEPS_NETLOAD
GLIBTOP_SYSDEPS_PPP
GLIBTOP_SYSDEPS_NETLIST
GLIBTOP_SYSDEPS_PROC_OPEN_FILES
GLIBTOP_MAX_SYSDEPS
GLIBTOP_SYSDEPS_ALL
glibtop_sysdeps
glibtop_get_sysdeps
glibtop_get_sysdeps_r
</SECTION>
<INCLUDE>glibtop/procstate.h</INCLUDE>
<SECTION>
<FILE>procstate</FILE>
GLIBTOP_PROC_STATE_CMD
GLIBTOP_PROC_STATE_STATE
GLIBTOP_PROC_STATE_UID
GLIBTOP_PROC_STATE_GID
GLIBTOP_PROC_STATE_RUID
GLIBTOP_PROC_STATE_RGID
GLIBTOP_PROC_STATE_HAS_CPU
GLIBTOP_PROC_STATE_PROCESSOR
GLIBTOP_PROC_STATE_LAST_PROCESSOR
GLIBTOP_MAX_PROC_STATE
GLIBTOP_PROCESS_RUNNING
GLIBTOP_PROCESS_INTERRUPTIBLE
GLIBTOP_PROCESS_UNINTERRUPTIBLE
GLIBTOP_PROCESS_ZOMBIE
GLIBTOP_PROCESS_STOPPED
GLIBTOP_PROCESS_SWAPPING
GLIBTOP_PROCESS_DEAD
glibtop_proc_state
glibtop_get_proc_state
glibtop_get_proc_state_r
glibtop_get_proc_state_l
glibtop_init_proc_state_p
glibtop_get_proc_state_p
glibtop_init_proc_state_s
glibtop_get_proc_state_s
</SECTION>
<INCLUDE>glibtop/procuid.h</INCLUDE>
<SECTION>
<FILE>procuid</FILE>
GLIBTOP_PROC_UID_UID
GLIBTOP_PROC_UID_EUID
GLIBTOP_PROC_UID_GID
GLIBTOP_PROC_UID_EGID
GLIBTOP_PROC_UID_SUID
GLIBTOP_PROC_UID_SGID
GLIBTOP_PROC_UID_FSUID
GLIBTOP_PROC_UID_FSGID
GLIBTOP_PROC_UID_PID
GLIBTOP_PROC_UID_PPID
GLIBTOP_PROC_UID_PGRP
GLIBTOP_PROC_UID_SESSION
GLIBTOP_PROC_UID_TTY
GLIBTOP_PROC_UID_TPGID
GLIBTOP_PROC_UID_PRIORITY
GLIBTOP_PROC_UID_NICE
GLIBTOP_PROC_UID_NGROUPS
GLIBTOP_PROC_UID_GROUPS
GLIBTOP_MAX_PROC_UID
glibtop_proc_uid
GLIBTOP_MAX_GROUPS
glibtop_get_proc_uid
glibtop_get_proc_uid_r
glibtop_get_proc_uid_l
glibtop_init_proc_uid_p
glibtop_get_proc_uid_p
glibtop_init_proc_uid_s
glibtop_get_proc_uid_s
</SECTION>
<INCLUDE>glibtop/proctime.h</INCLUDE>
<SECTION>
<FILE>proctime</FILE>
glibtop_proc_time
glibtop_get_proc_time
</SECTION>
<INCLUDE>glibtop/signal.h</INCLUDE>
<SECTION>
<FILE>signal</FILE>
glibtop_signame
</SECTION>
<INCLUDE>glibtop/procmap.h</INCLUDE>
<SECTION>
<FILE>procmap</FILE>
GLIBTOP_PROC_MAP_NUMBER
GLIBTOP_PROC_MAP_TOTAL
GLIBTOP_PROC_MAP_SIZE
GLIBTOP_MAX_PROC_MAP
GLIBTOP_MAP_ENTRY_START
GLIBTOP_MAP_ENTRY_END
GLIBTOP_MAP_ENTRY_OFFSET
GLIBTOP_MAP_ENTRY_PERM
GLIBTOP_MAP_ENTRY_INODE
GLIBTOP_MAP_ENTRY_DEVICE
GLIBTOP_MAP_ENTRY_FILENAME
GLIBTOP_MAP_ENTRY_SIZE
GLIBTOP_MAP_ENTRY_RSS
GLIBTOP_MAP_ENTRY_SHARED_CLEAN
GLIBTOP_MAP_ENTRY_SHARED_DIRTY
GLIBTOP_MAP_ENTRY_PRIVATE_CLEAN
GLIBTOP_MAP_ENTRY_PRIVATE_DIRTY
GLIBTOP_MAX_MAP_ENTRY
GLIBTOP_MAP_FILENAME_LEN
GLIBTOP_MAP_PERM_READ
GLIBTOP_MAP_PERM_WRITE
GLIBTOP_MAP_PERM_EXECUTE
GLIBTOP_MAP_PERM_SHARED
GLIBTOP_MAP_PERM_PRIVATE
glibtop_map_entry
glibtop_proc_map
glibtop_get_proc_map
glibtop_get_proc_map_r
glibtop_get_proc_map_l
glibtop_init_proc_map_p
glibtop_get_proc_map_p
glibtop_init_proc_map_s
glibtop_get_proc_map_s
</SECTION>
<INCLUDE>glibtop/sysinfo.h</INCLUDE>
<SECTION>
<FILE>sysinfo</FILE>
GLIBTOP_SYSINFO_NCPU
GLIBTOP_SYSINFO_CPUINFO
GLIBTOP_MAX_SYSINFO
glibtop_sysinfo
glibtop_entry
glibtop_get_sysinfo_r
glibtop_get_sysinfo_s
glibtop_get_sysinfo
</SECTION>
<INCLUDE>glibtop/union.h</INCLUDE>
<SECTION>
<FILE>union</FILE>
glibtop_union
</SECTION>
<INCLUDE>glibtop/version.h</INCLUDE>
<SECTION>
<FILE>version</FILE>
LIBGTOP_VERSION_STRING
glibtop_send_version
</SECTION>
<INCLUDE>glibtop/proclist.h</INCLUDE>
<SECTION>
<FILE>proclist</FILE>
GLIBTOP_KERN_PROC_ALL
GLIBTOP_KERN_PROC_PID
GLIBTOP_KERN_PROC_PGRP
GLIBTOP_KERN_PROC_SESSION
GLIBTOP_KERN_PROC_TTY
GLIBTOP_KERN_PROC_UID
GLIBTOP_KERN_PROC_RUID
GLIBTOP_KERN_PROC_MASK
GLIBTOP_EXCLUDE_IDLE
GLIBTOP_EXCLUDE_SYSTEM
GLIBTOP_EXCLUDE_NOTTY
glibtop_proclist
glibtop_get_proclist
</SECTION>
<INCLUDE>glibtop/sem_limits.h</INCLUDE>
<SECTION>
<FILE>sem_limits</FILE>
GLIBTOP_IPC_SEMMAP
GLIBTOP_IPC_SEMMNI
GLIBTOP_IPC_SEMMNS
GLIBTOP_IPC_SEMMNU
GLIBTOP_IPC_SEMMSL
GLIBTOP_IPC_SEMOPM
GLIBTOP_IPC_SEMUME
GLIBTOP_IPC_SEMUSZ
GLIBTOP_IPC_SEMVMX
GLIBTOP_IPC_SEMAEM
GLIBTOP_MAX_SEM_LIMITS
glibtop_sem_limits
glibtop_get_sem_limits
glibtop_get_sem_limits_r
glibtop_get_sem_limits_l
glibtop_init_sem_limits_p
glibtop_get_sem_limits_p
glibtop_init_sem_limits_s
glibtop_get_sem_limits_s
</SECTION>
<INCLUDE>glibtop/prockernel.h</INCLUDE>
<SECTION>
<FILE>prockernel</FILE>
GLIBTOP_PROC_KERNEL_K_FLAGS
GLIBTOP_PROC_KERNEL_MIN_FLT
GLIBTOP_PROC_KERNEL_MAJ_FLT
GLIBTOP_PROC_KERNEL_CMIN_FLT
GLIBTOP_PROC_KERNEL_CMAJ_FLT
GLIBTOP_PROC_KERNEL_KSTK_ESP
GLIBTOP_PROC_KERNEL_KSTK_EIP
GLIBTOP_PROC_KERNEL_NWCHAN
GLIBTOP_PROC_KERNEL_WCHAN
GLIBTOP_MAX_PROC_KERNEL
glibtop_proc_kernel
glibtop_get_proc_kernel
glibtop_get_proc_kernel_r
glibtop_get_proc_kernel_l
glibtop_init_proc_kernel_p
glibtop_get_proc_kernel_p
glibtop_init_proc_kernel_s
glibtop_get_proc_kernel_s
</SECTION>
<INCLUDE>glibtop/fsusage.h</INCLUDE>
<SECTION>
<FILE>fsusage</FILE>
GLIBTOP_FSUSAGE_BLOCKS
GLIBTOP_FSUSAGE_BFREE
GLIBTOP_FSUSAGE_BAVAIL
GLIBTOP_FSUSAGE_FILES
GLIBTOP_FSUSAGE_FFREE
GLIBTOP_FSUSAGE_BLOCK_SIZE
GLIBTOP_FSUSAGE_READ
GLIBTOP_FSUSAGE_WRITE
GLIBTOP_MAX_FSUSAGE
glibtop_fsusage
glibtop_get_fsusage
glibtop_get_fsusage_r
glibtop_get_fsusage_l
glibtop_get_fsusage_s
</SECTION>
<INCLUDE>glibtop/loadavg.h</INCLUDE>
<SECTION>
<FILE>loadavg</FILE>
GLIBTOP_LOADAVG_LOADAVG
GLIBTOP_LOADAVG_NR_RUNNING
GLIBTOP_LOADAVG_NR_TASKS
GLIBTOP_LOADAVG_LAST_PID
GLIBTOP_MAX_LOADAVG
glibtop_loadavg
glibtop_get_loadavg
glibtop_get_loadavg_r
glibtop_get_loadavg_l
glibtop_init_loadavg_p
glibtop_get_loadavg_p
glibtop_init_loadavg_s
glibtop_get_loadavg_s
</SECTION>
<INCLUDE>glibtop/mem.h</INCLUDE>
<SECTION>
<FILE>mem</FILE>
GLIBTOP_MEM_TOTAL
GLIBTOP_MEM_USED
GLIBTOP_MEM_FREE
GLIBTOP_MEM_SHARED
GLIBTOP_MEM_BUFFER
GLIBTOP_MEM_CACHED
GLIBTOP_MEM_USER
GLIBTOP_MEM_LOCKED
GLIBTOP_MAX_MEM
glibtop_mem
glibtop_get_mem
glibtop_get_mem_r
glibtop_get_mem_l
glibtop_init_mem_p
glibtop_get_mem_p
glibtop_init_mem_s
glibtop_get_mem_s
</SECTION>
<INCLUDE>glibtop/mountlist.h</INCLUDE>
<SECTION>
<FILE>mountlist</FILE>
GLIBTOP_MOUNTLIST_NUMBER
GLIBTOP_MOUNTLIST_TOTAL
GLIBTOP_MOUNTLIST_SIZE
GLIBTOP_MAX_MOUNTLIST
glibtop_mountentry
glibtop_mountlist
glibtop_get_mountlist
glibtop_get_mountlist_r
glibtop_get_mountlist_l
glibtop_get_mountlist_s
</SECTION>
<INCLUDE>glibtop/msg_limits.h</INCLUDE>
<SECTION>
<FILE>msg_limits</FILE>
GLIBTOP_IPC_MSGPOOL
GLIBTOP_IPC_MSGMAP
GLIBTOP_IPC_MSGMAX
GLIBTOP_IPC_MSGMNB
GLIBTOP_IPC_MSGMNI
GLIBTOP_IPC_MSGSSZ
GLIBTOP_IPC_MSGTQL
GLIBTOP_MAX_MSG_LIMITS
glibtop_msg_limits
glibtop_get_msg_limits
glibtop_get_msg_limits_r
glibtop_get_msg_limits_l
glibtop_init_msg_limits_p
glibtop_get_msg_limits_p
glibtop_init_msg_limits_s
glibtop_get_msg_limits_s
</SECTION>
<INCLUDE>glibtop/cpu.h</INCLUDE>
<SECTION>
<FILE>cpu</FILE>
GLIBTOP_CPU_TOTAL
GLIBTOP_CPU_USER
GLIBTOP_CPU_NICE
GLIBTOP_CPU_SYS
GLIBTOP_CPU_IDLE
GLIBTOP_CPU_FREQUENCY
GLIBTOP_XCPU_TOTAL
GLIBTOP_XCPU_USER
GLIBTOP_XCPU_NICE
GLIBTOP_XCPU_SYS
GLIBTOP_XCPU_IDLE
GLIBTOP_XCPU_FLAGS
GLIBTOP_CPU_IOWAIT
GLIBTOP_CPU_IRQ
GLIBTOP_CPU_SOFTIRQ
GLIBTOP_XCPU_IOWAIT
GLIBTOP_XCPU_IRQ
GLIBTOP_XCPU_SOFTIRQ
GLIBTOP_MAX_CPU
GLIBTOP_NCPU
glibtop_cpu
glibtop_get_cpu
glibtop_get_cpu_r
glibtop_get_cpu_l
glibtop_init_cpu_p
glibtop_get_cpu_p
glibtop_init_cpu_s
glibtop_get_cpu_s
</SECTION>
<INCLUDE>glibtop/swap.h</INCLUDE>
<SECTION>
<FILE>swap</FILE>
GLIBTOP_SWAP_TOTAL
GLIBTOP_SWAP_USED
GLIBTOP_SWAP_FREE
GLIBTOP_SWAP_PAGEIN
GLIBTOP_SWAP_PAGEOUT
GLIBTOP_MAX_SWAP
glibtop_swap
glibtop_get_swap
glibtop_get_swap_r
glibtop_get_swap_l
glibtop_init_swap_p
glibtop_get_swap_p
glibtop_init_swap_s
glibtop_get_swap_s
</SECTION>

View File

@@ -0,0 +1,4 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
<phrase>2.38.0</phrase>

View File

@@ -0,0 +1,4 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
<phrase>@PACKAGE_VERSION@</phrase>