source: general/genlib/libstatgrab.xml@ 427b46a

11.0 11.1 11.2 11.3 12.0 12.1 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 427b46a was 9029db2, checked in by Bruce Dubbs <bdubbs@…>, 3 years ago

Tag most of General Libraries and dependencies

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24241 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 "5362b2ddbec54b3901e7d70c22cda249">
10 <!ENTITY libstatgrab-size "800 KB">
11 <!ENTITY libstatgrab-buildsize "7.4 MB (with tests)">
12 <!ENTITY libstatgrab-time "0.1 SBU (add 1.6 SBU for tests)">
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 &lfs101_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>
96 To test the results, issue: <command>make check</command>.
97 </para>
98
99 <para>
100 Now, as the <systemitem class="username">root</systemitem> user:
101 </para>
102
103<screen role="root"><userinput>make install</userinput></screen>
104
105 </sect2>
106
107 <sect2 role="commands">
108 <title>Command Explanations</title>
109
110 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
111 href="../../xincludes/static-libraries.xml"/>
112
113 </sect2>
114
115 <sect2 role="content">
116 <title>Contents</title>
117
118 <segmentedlist>
119 <segtitle>Installed Programs</segtitle>
120 <segtitle>Installed Library</segtitle>
121 <segtitle>Installed Directories</segtitle>
122
123 <seglistitem>
124 <seg>
125 saidar, statgrab, statgrab-make-mrtg-config, and
126 statgrab-make-mrtg-index
127 </seg>
128 <seg>
129 libstatgrab.so
130 </seg>
131 <seg>
132 /usr/share/doc/libstatgrab-&libstatgrab-version;
133 </seg>
134 </seglistitem>
135 </segmentedlist>
136
137 <variablelist>
138 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
139 <?dbfo list-presentation="list"?>
140 <?dbhtml list-presentation="table"?>
141
142 <varlistentry id="saidar">
143 <term><command>saidar</command></term>
144 <listitem>
145 <para>
146 is a curses-based tool for viewing system statistics
147 </para>
148 <indexterm zone="libstatgrab saidar">
149 <primary sortas="b-saidar">saidar</primary>
150 </indexterm>
151 </listitem>
152 </varlistentry>
153
154 <varlistentry id="statgrab">
155 <term><command>statgrab</command></term>
156 <listitem>
157 <para>
158 is a sysctl-style interface to system statistics
159 </para>
160 <indexterm zone="libstatgrab statgrab">
161 <primary sortas="b-statgrab">statgrab</primary>
162 </indexterm>
163 </listitem>
164 </varlistentry>
165
166 <varlistentry id="statgrab-make-mrtg-config">
167 <term><command>statgrab-make-mrtg-config</command></term>
168 <listitem>
169 <para>
170 generates MRTG configuration
171 </para>
172 <indexterm zone="libstatgrab statgrab-make-mrtg-config">
173 <primary sortas="b-statgrab-make-mrtg-config">statgrab-make-mrtg-config</primary>
174 </indexterm>
175 </listitem>
176 </varlistentry>
177
178 <varlistentry id="statgrab-make-mrtg-index">
179 <term><command>statgrab-make-mrtg-index</command></term>
180 <listitem>
181 <para>
182 generates an XHTML index page from MRTG configuration files or
183 stdin
184 </para>
185 <indexterm zone="libstatgrab statgrab-make-mrtg-index">
186 <primary sortas="b-statgrab-make-mrtg-index">statgrab-make-mrtg-index</primary>
187 </indexterm>
188 </listitem>
189 </varlistentry>
190
191 <varlistentry id="libstatgrab-lib">
192 <term><filename class="libraryfile">libstatgrab.so</filename></term>
193 <listitem>
194 <para>
195 contains the <application>libstatgrab</application> API functions
196 </para>
197 <indexterm zone="libstatgrab libstatgrab-lib">
198 <primary sortas="c-libstatgrab">libstatgrab.so</primary>
199 </indexterm>
200 </listitem>
201 </varlistentry>
202
203 </variablelist>
204
205 </sect2>
206
207</sect1>
Note: See TracBrowser for help on using the repository browser.