This is now the main file which will @include all chapter files so we can
1999-05-16 Martin Baulig <martin@home-of-linux.org> * main.texi: This is now the main file which will @include all chapter files so we can use `texinfo-multiple-files-update'. * reference.texi: Added all missing sections with a "not yet written" notice.
This commit is contained in:
committed by
Martin Baulig
parent
6712cae260
commit
1954718e3f
@@ -1,3 +1,11 @@
|
|||||||
|
1999-05-16 Martin Baulig <martin@home-of-linux.org>
|
||||||
|
|
||||||
|
* main.texi: This is now the main file which will @include all
|
||||||
|
chapter files so we can use `texinfo-multiple-files-update'.
|
||||||
|
|
||||||
|
* reference.texi: Added all missing sections with a "not yet written"
|
||||||
|
notice.
|
||||||
|
|
||||||
1999-05-16 Martin Baulig <martin@home-of-linux.org>
|
1999-05-16 Martin Baulig <martin@home-of-linux.org>
|
||||||
|
|
||||||
* white-paper.texi: Initial version of the LibGTop White Paper.
|
* white-paper.texi: Initial version of the LibGTop White Paper.
|
||||||
|
@@ -1,5 +1,3 @@
|
|||||||
@include auto-macros.texi
|
|
||||||
|
|
||||||
@node About, White Paper, Top, Top
|
@node About, White Paper, Top, Top
|
||||||
@chapter About LibGTop
|
@chapter About LibGTop
|
||||||
|
|
||||||
|
@@ -5,6 +5,7 @@
|
|||||||
@setchapternewpage odd
|
@setchapternewpage odd
|
||||||
@c %**end of header
|
@c %**end of header
|
||||||
|
|
||||||
|
@include auto-macros.texi
|
||||||
@include version.texi
|
@include version.texi
|
||||||
|
|
||||||
@ifinfo
|
@ifinfo
|
||||||
@@ -73,45 +74,7 @@ translation approved by the Free Software Foundation.
|
|||||||
|
|
||||||
@contents
|
@contents
|
||||||
|
|
||||||
@node Top, About, (dir), (dir)
|
@include main.texi
|
||||||
|
|
||||||
@menu
|
|
||||||
* About:: About LibGTop
|
|
||||||
* White Paper:: LibGTop White Paper
|
|
||||||
* Reference Manual:: LibGTop Reference Manual
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
--- The Detailed Node Listing ---
|
|
||||||
|
|
||||||
About LibGTop
|
|
||||||
|
|
||||||
* Availability:: Where to get LibGTop
|
|
||||||
* Supported Platforms:: Supported Platforms
|
|
||||||
* Mailing List:: Helping with LibGTop development
|
|
||||||
* Thanks:: People who contributed to LibGTop
|
|
||||||
|
|
||||||
LibGTop White Paper
|
|
||||||
|
|
||||||
* Introduction::
|
|
||||||
|
|
||||||
LibGTop Reference Manual
|
|
||||||
|
|
||||||
* glibtop_cpu:: CPU Usage.
|
|
||||||
* glibtop_mem:: Memory Usage.
|
|
||||||
* glibtop_swap:: Swap Usage.
|
|
||||||
* glibtop_uptime:: System Uptime.
|
|
||||||
* glibtop_loadavg:: Load Average.
|
|
||||||
* glibtop_proclist:: Process List.
|
|
||||||
* glibtop_proc_state:: Process State.
|
|
||||||
* glibtop_proc_uid:: Process UID and TTY Information.
|
|
||||||
* glibtop_proc_mem:: Process Memory Information.
|
|
||||||
@end menu
|
|
||||||
|
|
||||||
@include about.texi
|
|
||||||
@include white-paper.texi
|
|
||||||
@include reference.texi
|
|
||||||
|
|
||||||
@bye
|
@bye
|
||||||
|
|
||||||
|
@@ -11,6 +11,16 @@
|
|||||||
* glibtop_proc_state:: Process State.
|
* glibtop_proc_state:: Process State.
|
||||||
* glibtop_proc_uid:: Process UID and TTY Information.
|
* glibtop_proc_uid:: Process UID and TTY Information.
|
||||||
* glibtop_proc_mem:: Process Memory Information.
|
* glibtop_proc_mem:: Process Memory Information.
|
||||||
|
* glibtop_proc_time:: Process Time Information.
|
||||||
|
* glibtop_proc_signal:: Process Signal Information.
|
||||||
|
* glibtop_proc_kernel:: Process Kernel Data Information.
|
||||||
|
* glibtop_proc_segment:: Process Segment Information.
|
||||||
|
* glibtop_proc_args:: Process Arguments.
|
||||||
|
* glibtop_proc_map:: Process Memory Maps.
|
||||||
|
* glibtop_netload:: Network Load.
|
||||||
|
* glibtop_ppp:: PPP Usage.
|
||||||
|
* glibtop_mountlist:: Mount List.
|
||||||
|
* glibtop_fsusage:: File System Usage.
|
||||||
@end menu
|
@end menu
|
||||||
|
|
||||||
@node glibtop_cpu, glibtop_mem, Reference Manual, Reference Manual
|
@node glibtop_cpu, glibtop_mem, Reference Manual, Reference Manual
|
||||||
@@ -634,7 +644,7 @@ Array of additional process groups@*
|
|||||||
@end table
|
@end table
|
||||||
|
|
||||||
@page
|
@page
|
||||||
@node glibtop_proc_mem, , glibtop_proc_uid, Reference Manual
|
@node glibtop_proc_mem, glibtop_proc_time, glibtop_proc_uid, Reference Manual
|
||||||
@section Process Memory information
|
@section Process Memory information
|
||||||
|
|
||||||
Library function @code{glibtop_get_proc_mem}:
|
Library function @code{glibtop_get_proc_mem}:
|
||||||
@@ -748,3 +758,63 @@ happens, this will @emph{never} affect any of the other sizes of the process.
|
|||||||
The hints above describe how it works under Linux - but we should try to make
|
The hints above describe how it works under Linux - but we should try to make
|
||||||
@code{glibtop_get_proc_mem} show the same behavior under every other system.
|
@code{glibtop_get_proc_mem} show the same behavior under every other system.
|
||||||
|
|
||||||
|
@page
|
||||||
|
@node glibtop_proc_time, glibtop_proc_signal, glibtop_proc_mem, Reference Manual
|
||||||
|
@section Process Time information
|
||||||
|
|
||||||
|
[Not yet written.]
|
||||||
|
|
||||||
|
@page
|
||||||
|
@node glibtop_proc_signal, glibtop_proc_kernel, glibtop_proc_time, Reference Manual
|
||||||
|
@section Process Signal information
|
||||||
|
|
||||||
|
[Not yet written.]
|
||||||
|
|
||||||
|
@page
|
||||||
|
@node glibtop_proc_kernel, glibtop_proc_segment, glibtop_proc_signal, Reference Manual
|
||||||
|
@section Process Kernel Data information
|
||||||
|
|
||||||
|
[Not yet written.]
|
||||||
|
|
||||||
|
@page
|
||||||
|
@node glibtop_proc_segment, glibtop_proc_args, glibtop_proc_kernel, Reference Manual
|
||||||
|
@section Process Segment information
|
||||||
|
|
||||||
|
[Not yet written.]
|
||||||
|
|
||||||
|
@page
|
||||||
|
@node glibtop_proc_args, glibtop_proc_map, glibtop_proc_segment, Reference Manual
|
||||||
|
@section Process Arguments
|
||||||
|
|
||||||
|
[Not yet written.]
|
||||||
|
|
||||||
|
@page
|
||||||
|
@node glibtop_proc_map, glibtop_netload, glibtop_proc_args, Reference Manual
|
||||||
|
@section Process Memory Maps
|
||||||
|
|
||||||
|
[Not yet written.]
|
||||||
|
|
||||||
|
@page
|
||||||
|
@node glibtop_netload, glibtop_ppp, glibtop_proc_map, Reference Manual
|
||||||
|
@section Network Load
|
||||||
|
|
||||||
|
[Not yet written.]
|
||||||
|
|
||||||
|
@page
|
||||||
|
@node glibtop_ppp, glibtop_mountlist, glibtop_netload, Reference Manual
|
||||||
|
@section PPP Statistics
|
||||||
|
|
||||||
|
[Not yet written.]
|
||||||
|
|
||||||
|
@page
|
||||||
|
@node glibtop_mountlist, glibtop_fsusage, glibtop_ppp, Reference Manual
|
||||||
|
@section Mount List
|
||||||
|
|
||||||
|
[Not yet written.]
|
||||||
|
|
||||||
|
@page
|
||||||
|
@node glibtop_fsusage, , glibtop_mountlist, Reference Manual
|
||||||
|
@section File System Usage
|
||||||
|
|
||||||
|
[Not yet written.]
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user