source: general/genlib/libstatgrab.xml@ fc935fb

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.4 9.0 9.1 bdubbs/svn kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since fc935fb was 43b1dad3, checked in by Bruce Dubbs <bdubbs@…>, 6 years ago

Update to logrotate-3.14.0
Most remaining tags in genlib, genutils, and sysutils

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20396 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 6.2 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY libstatgrab-download-http "http://www.mirrorservice.org/sites/ftp.i-scream.org/pub/i-scream/libstatgrab/libstatgrab-&libstatgrab-version;.tar.gz">
8 <!ENTITY libstatgrab-download-ftp "ftp://www.mirrorservice.org/sites/ftp.i-scream.org/pub/i-scream/libstatgrab/libstatgrab-&libstatgrab-version;.tar.gz">
9 <!ENTITY libstatgrab-md5sum "b906d312076ca9be3d5188edfe07f496">
10 <!ENTITY libstatgrab-size "760 KB">
11 <!ENTITY libstatgrab-buildsize "9.0 MB (with the test suite)">
12 <!ENTITY libstatgrab-time "0.1 SBU (1.6 SBU with the test suite)">
13]>
14
15<sect1 id="libstatgrab" xreflabel="libstatgrab-&libstatgrab-version;">
16 <?dbhtml filename="libstatgrab.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>libstatgrab-&libstatgrab-version;</title>
24
25 <indexterm zone="libstatgrab">
26 <primary sortas="a-libstatgrab">libstatgrab</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to libstatgrab</title>
31
32 <para>
33 This is a library that provides cross platform access to statistics about
34 the system on which it's run. It's written in C and presents a selection
35 of useful interfaces which can be used to access key system statistics.
36 The current list of statistics includes CPU usage, memory utilisation,
37 disk usage, process counts, network traffic, disk I/O, and more.
38 </para>
39
40 &lfs83_checked;
41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>
46 Download (HTTP): <ulink url="&libstatgrab-download-http;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download (FTP): <ulink url="&libstatgrab-download-ftp;"/>
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download MD5 sum: &libstatgrab-md5sum;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Download size: &libstatgrab-size;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated disk space required: &libstatgrab-buildsize;
67 </para>
68 </listitem>
69 <listitem>
70 <para>
71 Estimated build time: &libstatgrab-time;
72 </para>
73 </listitem>
74 </itemizedlist>
75
76 <para condition="html" role="usernotes">
77 User Notes: <ulink url="&blfs-wiki;/libstatgrab"/>
78 </para>
79
80 </sect2>
81
82 <sect2 role="installation">
83 <title>Installation of libstatgrab</title>
84
85 <para>
86 Install <application>libstatgrab</application> by running the following
87 commands:
88 </para>
89
90<screen><userinput>./configure --prefix=/usr \
91 --disable-static \
92 --docdir=/usr/share/doc/libstatgrab-&libstatgrab-version; &amp;&amp;
93make</userinput></screen>
94
95 <para>To test the results, issue: <command>make check</command>.</para>
96
97 <para>
98 Now, as the <systemitem class="username">root</systemitem> user:
99 </para>
100
101<screen role="root"><userinput>make install</userinput></screen>
102
103 </sect2>
104
105 <sect2 role="commands">
106 <title>Command Explanations</title>
107
108 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
109 href="../../xincludes/static-libraries.xml"/>
110
111 </sect2>
112
113 <sect2 role="content">
114 <title>Contents</title>
115
116 <segmentedlist>
117 <segtitle>Installed Programs</segtitle>
118 <segtitle>Installed Library</segtitle>
119 <segtitle>Installed Directories</segtitle>
120
121 <seglistitem>
122 <seg>
123 saidar, statgrab, statgrab-make-mrtg-config, and
124 statgrab-make-mrtg-index
125 </seg>
126 <seg>
127 libstatgrab.so
128 </seg>
129 <seg>
130 /usr/share/doc/libstatgrab-&libstatgrab-version;
131 </seg>
132 </seglistitem>
133 </segmentedlist>
134
135 <variablelist>
136 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
137 <?dbfo list-presentation="list"?>
138 <?dbhtml list-presentation="table"?>
139
140 <varlistentry id="saidar">
141 <term><command>saidar</command></term>
142 <listitem>
143 <para>
144 is a curses-based tool for viewing system statistics.
145 </para>
146 <indexterm zone="libstatgrab saidar">
147 <primary sortas="b-saidar">saidar</primary>
148 </indexterm>
149 </listitem>
150 </varlistentry>
151
152 <varlistentry id="statgrab">
153 <term><command>statgrab</command></term>
154 <listitem>
155 <para>
156 is a sysctl-style interface to system statistics.
157 </para>
158 <indexterm zone="libstatgrab statgrab">
159 <primary sortas="b-statgrab">statgrab</primary>
160 </indexterm>
161 </listitem>
162 </varlistentry>
163
164 <varlistentry id="statgrab-make-mrtg-config">
165 <term><command>statgrab-make-mrtg-config</command></term>
166 <listitem>
167 <para>
168 generates MRTG configuration.
169 </para>
170 <indexterm zone="libstatgrab statgrab-make-mrtg-config">
171 <primary sortas="b-statgrab-make-mrtg-config">statgrab-make-mrtg-config</primary>
172 </indexterm>
173 </listitem>
174 </varlistentry>
175
176 <varlistentry id="statgrab-make-mrtg-index">
177 <term><command>statgrab-make-mrtg-index</command></term>
178 <listitem>
179 <para>
180 generates an XHTML index page from MRTG configuration files or
181 stdin.
182 </para>
183 <indexterm zone="libstatgrab statgrab-make-mrtg-index">
184 <primary sortas="b-statgrab-make-mrtg-index">statgrab-make-mrtg-index</primary>
185 </indexterm>
186 </listitem>
187 </varlistentry>
188
189 <varlistentry id="libstatgrab-lib">
190 <term><filename class="libraryfile">libstatgrab.so</filename></term>
191 <listitem>
192 <para>
193 contains the <application>libstatgrab</application> API functions.
194 </para>
195 <indexterm zone="libstatgrab libstatgrab-lib">
196 <primary sortas="c-libstatgrab">libstatgrab.so</primary>
197 </indexterm>
198 </listitem>
199 </varlistentry>
200
201 </variablelist>
202
203 </sect2>
204
205</sect1>
Note: See TracBrowser for help on using the repository browser.