source: general/genlib/libstatgrab.xml@ 5841c65

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 5841c65 was 5841c65, checked in by Bruce Dubbs <bdubbs@…>, 3 years ago

Most remaing tags for genlibs
There are 10 genlib tags left that need to wait for some
dependencies to be tagged.

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