source: general/prog/sysprof.xml@ 1b8bba3

10.1 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 1b8bba3 was 1b8bba3, checked in by Bruce Dubbs <bdubbs@…>, 4 years ago

Update to nss-3.58.
Update to soundtouch-2.2.
Update to enchant-2.2.12.
Update to sysprof-3.38.1.
Update to opencv-4.5.0.
Tweak libxml2 for Python-3.9.
Minor change when updating glib2.

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

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