source: general/prog/sysprof.xml@ 45ab6c7

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 45ab6c7 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

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