source: general/prog/sysprof.xml@ b59e5eb3

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 xry111/llvm18 xry111/xf86-video-removal
Last change on this file since b59e5eb3 was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 19 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 7.9 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 sysprof-download-http "&gnome-download-http;/sysprof/&sysprof-minor;/sysprof-&sysprof-version;.tar.xz">
8 <!ENTITY sysprof-download-ftp "&gnome-download-ftp;/sysprof/&sysprof-minor;/sysprof-&sysprof-version;.tar.xz">
9 <!ENTITY sysprof-md5sum "e96168b2fa18462f40871513fe4228b5">
10 <!ENTITY sysprof-size "484 KB">
11 <!ENTITY sysprof-buildsize "21 MB">
12 <!ENTITY sysprof-time "0.1 SBU (using parallelism=4)">
13
14]>
15
16<sect1 id="sysprof" xreflabel="sysprof-&sysprof-version;">
17 <?dbhtml filename="sysprof.html"?>
18
19
20 <title>Sysprof-&sysprof-version;</title>
21
22 <indexterm zone="sysprof">
23 <primary sortas="a-sysprof">sysprof</primary>
24 </indexterm>
25
26 <sect2 role="package">
27 <title>Introduction to Sysprof</title>
28
29 <para>
30 The <application>sysprof</application> package contains a statistical and
31 system-wide profiler for Linux.
32 </para>
33
34 &lfs112_checked;
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>
40 Download (HTTP): <ulink url="&sysprof-download-http;"/>
41 </para>
42 </listitem>
43 <listitem>
44 <para>
45 Download (FTP): <ulink url="&sysprof-download-ftp;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download MD5 sum: &sysprof-md5sum;
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download size: &sysprof-size;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Estimated disk space required: &sysprof-buildsize;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated build time: &sysprof-time;
66 </para>
67 </listitem>
68 </itemizedlist>
69
70 <bridgehead renderas="sect3">Sysprof Dependencies</bridgehead>
71
72 <bridgehead renderas="sect4">Required</bridgehead>
73 <para role="required">
74 <xref linkend="desktop-file-utils"/>,
75 <xref linkend="gtk3"/>,
76 <xref linkend="itstool"/>,
77 <xref linkend="json-glib"/>,
78 <xref linkend="libunwind"/>,
79 <xref linkend="libdazzle"/>, <phrase revision="systemd">and</phrase>
80 <xref linkend="polkit"/> <phrase revision="sysv">, and</phrase>
81 <phrase revision="sysv"><xref linkend="elogind"/></phrase>
82 </para>
83
84 <para condition="html" role="usernotes">
85 User Notes: <ulink url="&blfs-wiki;/sysprof"/>
86 </para>
87 </sect2>
88
89 <sect2 role="installation">
90 <title>Installation of Sysprof</title>
91
92 <para>
93 Install <application>Sysprof</application> by running the following
94 commands:
95 </para>
96
97<screen revision="sysv"><userinput>mkdir build &amp;&amp;
98cd build &amp;&amp;
99
100meson --prefix=/usr --buildtype=release -Dsystemdunitdir=/tmp .. &amp;&amp;
101ninja</userinput></screen>
102
103<screen revision="systemd"><userinput>mkdir build &amp;&amp;
104cd build &amp;&amp;
105
106meson --prefix=/usr .. &amp;&amp;
107ninja</userinput></screen>
108
109 <para>
110 To test the results, issue: <command>ninja test</command>.
111 </para>
112
113 <para>
114 Now, as the <systemitem class="username">root</systemitem> user:
115 </para>
116
117<screen role="root" revision="sysv"><userinput>ninja install &amp;&amp;
118rm -v /tmp/*.service</userinput></screen>
119
120<screen role="root" revision="systemd"><userinput>ninja install</userinput></screen>
121
122 </sect2>
123
124 <sect2 role="commands" revision="sysv">
125 <title>Command Explanations</title>
126
127 <para>
128 <command>rm -v /tmp/*.service</command>: This command removes
129 systemd units which have no use on SysV systems.
130 </para>
131
132 <para>
133 <parameter>-Dsystemdunitdir=/tmp</parameter>: This parameter puts systemd
134 units in /tmp on SysV systems so that they can be removed. It also bypasses
135 a check for systemd <!-- for sd-bus --> in the meson.build file.
136 </para>
137
138 </sect2>
139
140 <sect2 role="content">
141 <title>Contents</title>
142
143 <segmentedlist>
144 <segtitle>Installed Programs</segtitle>
145 <segtitle>Installed Libraries</segtitle>
146 <segtitle>Installed Directories</segtitle>
147
148 <seglistitem>
149 <seg>
150 sysprof and sysprof-cli
151 </seg>
152 <seg>
153 libsysprof-4.so,
154 libsysprof-capture-4.a, <!-- is required -->
155 libsysprof-memory-4.so,
156 libsysprof-speedtrack-4.so, and
157 libsysprof-ui-4.so
158 </seg>
159 <seg>
160 /usr/include/sysprof-4 and
161 /usr/share/help/*/sysprof
162 </seg>
163 </seglistitem>
164 </segmentedlist>
165
166 <variablelist>
167 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
168 <?dbfo list-presentation="list"?>
169 <?dbhtml list-presentation="table"?>
170
171 <varlistentry id="sysprof-prog">
172 <term><command>sysprof</command></term>
173 <listitem>
174 <para>
175 is a graphical interface to sysprof
176 </para>
177 <indexterm zone="sysprof sysprof-prog">
178 <primary sortas="b-sysprof">sysprof</primary>
179 </indexterm>
180 </listitem>
181 </varlistentry>
182
183 <varlistentry id="sysprof-cli">
184 <term><command>sysprof-cli</command></term>
185 <listitem>
186 <para>
187 is a command line interface to sysprof
188 </para>
189 <indexterm zone="sysprof sysprof-cli">
190 <primary sortas="b-sysprof-cli">sysprof-cli</primary>
191 </indexterm>
192 </listitem>
193 </varlistentry>
194
195 <varlistentry id="libsysprof-4">
196 <term><filename class="libraryfile">libsysprof-4.so</filename></term>
197 <listitem>
198 <para>
199 provides API functions for profiling processes running on a system
200 </para>
201 <indexterm zone="sysprof libsysprof-4">
202 <primary sortas="c-libsysprof">libsysprof-4.so</primary>
203 </indexterm>
204 </listitem>
205 </varlistentry>
206
207 <!-- static library is required for capture stats from a process -->
208 <varlistentry id="libsysprof-capture-4">
209 <term><filename class="libraryfile">libsysprof-capture-4.a</filename></term>
210 <listitem>
211 <para>
212 provides a hook used to capture statistics from a process
213 </para>
214 <indexterm zone="sysprof libsysprof-capture-4">
215 <primary sortas="c-libsysprof-capture">libsysprof-capture-4.a</primary>
216 </indexterm>
217 </listitem>
218 </varlistentry>
219
220 <varlistentry id="libsysprof-memory-4">
221 <term><filename class="libraryfile">libsysprof-memory-4.so</filename></term>
222 <listitem>
223 <para>
224 provides API functions for capturing memory statistics
225 </para>
226 <indexterm zone="sysprof libsysprof-memory-4">
227 <primary sortas="c-libsysprof-memory">libsysprof-memory-4.so</primary>
228 </indexterm>
229 </listitem>
230 </varlistentry>
231
232 <varlistentry id="libsysprof-speedtrack-4">
233 <term><filename class="libraryfile">libsysprof-speedtrack-4.so</filename></term>
234 <listitem>
235 <para>
236 provides API functions for tracking the speed of a running process
237 </para>
238 <indexterm zone="sysprof libsysprof-speedtrack-4">
239 <primary sortas="c-libsysprof-speedtrack">libsysprof-speedtrack-4.so</primary>
240 </indexterm>
241 </listitem>
242 </varlistentry>
243
244 <varlistentry id="libsysprof-ui-4">
245 <term><filename class="libraryfile">libsysprof-ui-4.so</filename></term>
246 <listitem>
247 <para>
248 provides API functions for the sysprof GUI
249 </para>
250 <indexterm zone="sysprof libsysprof-ui-4">
251 <primary sortas="c-libsysprof-ui">libsysprof-ui-4.so</primary>
252 </indexterm>
253 </listitem>
254 </varlistentry>
255 </variablelist>
256 </sect2>
257
258</sect1>
Note: See TracBrowser for help on using the repository browser.