|
|
|
@@ -5,12 +5,84 @@
|
|
|
|
|
@setchapternewpage odd
|
|
|
|
|
@c %**end of header
|
|
|
|
|
|
|
|
|
|
@include version.texi
|
|
|
|
|
|
|
|
|
|
@ifinfo
|
|
|
|
|
This is the LibGTop Reference Manual version @value{VERSION}
|
|
|
|
|
(last modified @value{UPDATED}).
|
|
|
|
|
|
|
|
|
|
Copyright 1999 Free Software Foundation, Inc.
|
|
|
|
|
|
|
|
|
|
Permission is granted to make and distribute verbatim
|
|
|
|
|
copies of this manual provided the copyright notice and
|
|
|
|
|
this permission notice are preserved on all copies.
|
|
|
|
|
|
|
|
|
|
@ignore
|
|
|
|
|
Permission is granted to process this file through TeX
|
|
|
|
|
and print the results, provided the printed document
|
|
|
|
|
carries a copying permission notice identical to this
|
|
|
|
|
one except for the removal of this paragraph (this
|
|
|
|
|
paragraph not being relevant to the printed manual).
|
|
|
|
|
|
|
|
|
|
@end ignore
|
|
|
|
|
Permission is granted to copy and distribute modified
|
|
|
|
|
versions of this manual under the conditions for
|
|
|
|
|
verbatim copying, provided also that the sections
|
|
|
|
|
entitled ``Copying'' and ``GNU General Public License''
|
|
|
|
|
are included exactly as in the original, and provided
|
|
|
|
|
that the entire resulting derived work is distributed
|
|
|
|
|
under the terms of a permission notice identical to this
|
|
|
|
|
one.
|
|
|
|
|
|
|
|
|
|
Permission is granted to copy and distribute
|
|
|
|
|
translations of this manual into another language,
|
|
|
|
|
under the above conditions for modified versions,
|
|
|
|
|
except that this permission notice may be stated in a
|
|
|
|
|
translation approved by the Free Software Foundation.
|
|
|
|
|
|
|
|
|
|
@end ifinfo
|
|
|
|
|
|
|
|
|
|
@titlepage
|
|
|
|
|
@title LibGTop Reference Manual
|
|
|
|
|
@subtitle Version @value{VERSION} - @value{UPDATED}
|
|
|
|
|
@author Martin Baulig
|
|
|
|
|
|
|
|
|
|
@page
|
|
|
|
|
@vskip 0pt plus 1filll
|
|
|
|
|
Copyright @copyright{} 1999 Free Software Foundation, Inc.
|
|
|
|
|
|
|
|
|
|
Permission is granted to make and distribute verbatim
|
|
|
|
|
copies of this manual provided the copyright notice and
|
|
|
|
|
this permission notice are preserved on all copies.
|
|
|
|
|
|
|
|
|
|
Permission is granted to copy and distribute modified
|
|
|
|
|
versions of this manual under the conditions for
|
|
|
|
|
verbatim copying, provided also that the sections
|
|
|
|
|
entitled ``Copying'' and ``GNU General Public License''
|
|
|
|
|
are included exactly as in the original, and provided
|
|
|
|
|
that the entire resulting derived work is distributed
|
|
|
|
|
under the terms of a permission notice identical to this
|
|
|
|
|
one.
|
|
|
|
|
|
|
|
|
|
Permission is granted to copy and distribute
|
|
|
|
|
translations of this manual into another language,
|
|
|
|
|
under the above conditions for modified versions,
|
|
|
|
|
except that this permission notice may be stated in a
|
|
|
|
|
translation approved by the Free Software Foundation.
|
|
|
|
|
@end titlepage
|
|
|
|
|
|
|
|
|
|
@contents
|
|
|
|
|
|
|
|
|
|
@node Top, About, (dir), (dir)
|
|
|
|
|
|
|
|
|
|
@menu
|
|
|
|
|
* About:: About LibGTop
|
|
|
|
|
* White Paper:: LibGTop White Paper
|
|
|
|
|
* Reference Manual:: LibGTop Reference Manual
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
--- The Detailed Node Listing ---
|
|
|
|
|
|
|
|
|
|
About LibGTop
|
|
|
|
@@ -20,6 +92,10 @@ About LibGTop
|
|
|
|
|
* Mailing List:: Helping with LibGTop development
|
|
|
|
|
* Thanks:: People who contributed to LibGTop
|
|
|
|
|
|
|
|
|
|
LibGTop White Paper
|
|
|
|
|
|
|
|
|
|
* Introduction::
|
|
|
|
|
|
|
|
|
|
LibGTop Reference Manual
|
|
|
|
|
|
|
|
|
|
* glibtop_cpu:: CPU Usage.
|
|
|
|
@@ -33,9 +109,8 @@ LibGTop Reference Manual
|
|
|
|
|
* glibtop_proc_mem:: Process Memory Information.
|
|
|
|
|
@end menu
|
|
|
|
|
|
|
|
|
|
@include auto-macros.texi
|
|
|
|
|
|
|
|
|
|
@include about.texi
|
|
|
|
|
@include white-paper.texi
|
|
|
|
|
@include reference.texi
|
|
|
|
|
|
|
|
|
|
@bye
|
|
|
|
|