aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/dool/dool/0001-Fix-rename-in-docs.patch
blob: 8d576f5d583ca1462b2f78f10ccf9bc32d26bf6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
From 689c65fb050976d5a548a5b9a0f5d2c14eaa3301 Mon Sep 17 00:00:00 2001
From: Alexander Stein <alexander.stein@tq-group.com>
Date: Thu, 8 Dec 2022 14:11:46 +0100
Subject: [PATCH 1/1] Fix rename in docs

The content of dool.1.adoc is completly unchanged from dstat.1.adoc.
Unfortunately the 'NAME' specifies the created file name. So
building/cleaning docs is currently broken

Upstream-Status: Pending
https://github.com/scottchiefbaker/dool/pull/30

Signed-off-by: Alexander Stein <alexander.stein@tq-group.com>
---
 docs/dool.1.adoc | 108 +++++++++++++++++++++++------------------------
 1 file changed, 54 insertions(+), 54 deletions(-)

diff --git a/docs/dool.1.adoc b/docs/dool.1.adoc
index 24c4a54..921df1f 100644
--- a/docs/dool.1.adoc
+++ b/docs/dool.1.adoc
@@ -1,35 +1,35 @@
-= dstat(1)
+= dool(1)
 Dag Wieers <dag@wieers.com>
 v0.7.3, August 2014
 
 
 == NAME
-dstat - versatile tool for generating system resource statistics
+dool - versatile tool for generating system resource statistics
 
 
 == SYNOPSIS
-dstat [-afv] [options..] [delay [count]]
+dool [-afv] [options..] [delay [count]]
 
 
 == DESCRIPTION
-Dstat is a versatile replacement for vmstat, iostat and ifstat. Dstat
+Dool is a versatile replacement for vmstat, iostat and ifstat. Dool
 overcomes some of the limitations and adds some extra features.
 
-Dstat allows you to view all of your system resources instantly, you
+Dool allows you to view all of your system resources instantly, you
 can eg. compare disk usage in combination with interrupts from your
 IDE controller, or compare the network bandwidth numbers directly with
 the disk throughput (in the same interval).
 
-Dstat also cleverly gives you the most detailed information in columns
+Dool also cleverly gives you the most detailed information in columns
 and clearly indicates in what magnitude and unit the output is displayed.
 Less confusion, less mistakes, more efficient.
 
-Dstat is unique in letting you aggregate block device throughput for a
+Dool is unique in letting you aggregate block device throughput for a
 certain diskset or network bandwidth for a group of interfaces, ie. 
 you can see the throughput for all the block devices that make up a
 single filesystem or storage system.
 
-Dstat allows its data to be directly written to a CSV file to be
+Dool allows its data to be directly written to a CSV file to be
 imported and used by OpenOffice, Gnumeric or Excel to create graphs.
 
 [NOTE]
@@ -187,13 +187,13 @@ Possible internal stats are::
     write CSV output to file
 
 --profile::
-    show profiling statistics when exiting dstat
+    show profiling statistics when exiting dool
 
 
 == PLUGINS
-While anyone can create their own dstat plugins (and contribute them) dstat
+While anyone can create their own dool plugins (and contribute them) dool
 ships with a number of plugins already that extend its capabilities greatly.
-Here is an overview of the plugins dstat ships with:
+Here is an overview of the plugins dool ships with:
 
 --battery::
     battery in percentage (needs ACPI)
@@ -225,17 +225,17 @@ Here is an overview of the plugins dstat ships with:
 --disk-wait::
     average time (in milliseconds) for I/O requests issued to the device to be served
 
---dstat::
-    show dstat cputime consumption and latency
+--dool::
+    show dool cputime consumption and latency
 
---dstat-cpu::
-    show dstat advanced cpu usage
+--dool-cpu::
+    show dool advanced cpu usage
 
---dstat-ctxt::
-    show dstat context switches
+--dool-ctxt::
+    show dool context switches
 
---dstat-mem::
-    show dstat advanced memory usage
+--dool-mem::
+    show dool advanced memory usage
 
 --fan::
     fan speed (needs ACPI)
@@ -250,7 +250,7 @@ Here is an overview of the plugins dstat ships with:
     GPFS filesystem operations (needs mmpmon)
 
 --helloworld::
-    Hello world example dstat plugin
+    Hello world example dool plugin
 
 --innodb-buffer::
     show innodb buffer stats
@@ -340,22 +340,22 @@ Here is an overview of the plugins dstat ships with:
     show sendmail queue size (needs sendmail)
 
 --snmp-cpu::
-    show CPU stats using SNMP from DSTAT_SNMPSERVER
+    show CPU stats using SNMP from DOOL_SNMPSERVER
 
 --snmp-load::
-    show load stats using SNMP from DSTAT_SNMPSERVER
+    show load stats using SNMP from DOOL_SNMPSERVER
 
 --snmp-mem::
-    show memory stats using SNMP from DSTAT_SNMPSERVER
+    show memory stats using SNMP from DOOL_SNMPSERVER
 
 --snmp-net::
-    show network stats using SNMP from DSTAT_SNMPSERVER
+    show network stats using SNMP from DOOL_SNMPSERVER
 
 --snmp-net-err:
-    show network errors using SNMP from DSTAT_SNMPSERVER
+    show network errors using SNMP from DOOL_SNMPSERVER
 
 --snmp-sys::
-    show system stats (interrupts and context switches) using SNMP from DSTAT_SNMPSERVER
+    show system stats (interrupts and context switches) using SNMP from DOOL_SNMPSERVER
 
 --snooze::
     show number of ticks per second
@@ -463,7 +463,7 @@ The default delay is 1 and count is unspecified (unlimited)
 
 
 == INTERMEDIATE UPDATES
-When invoking dstat with a *delay* greater than 1 and without the
+When invoking dool with a *delay* greater than 1 and without the
 *--noupdate* option, it will show intermediate updates, ie. the first
 time a 1 sec average, the second update a 2 second average, etc. until
 the delay has been reached.
@@ -475,34 +475,34 @@ average on a new line, just like with vmstat.
 
 
 == EXAMPLES
-Using dstat to relate disk-throughput with network-usage (eth0), total CPU-usage and system counters:
+Using dool to relate disk-throughput with network-usage (eth0), total CPU-usage and system counters:
 ----
-dstat -dnyc -N eth0 -C total -f 5
+dool -dnyc -N eth0 -C total -f 5
 ----
 
-Checking dstat's behaviour and the system impact of dstat:
+Checking dool's behaviour and the system impact of dool:
 ----
-dstat -taf --debug
+dool -taf --debug
 ----
 
 Using the time plugin together with cpu, net, disk, system, load, proc and
 top_cpu plugins:
 ----
-dstat -tcndylp --top-cpu
+dool -tcndylp --top-cpu
 ----
 this is identical to
 ----
-dstat --time --cpu --net --disk --sys --load --proc --top-cpu
+dool --time --cpu --net --disk --sys --load --proc --top-cpu
 ----
 
-Using dstat to relate advanced cpu stats with interrupts per device:
+Using dool to relate advanced cpu stats with interrupts per device:
 ----
-dstat -t --cpu-adv -yif
+dool -t --cpu-adv -yif
 ----
 
 
 == BUGS
-Since it is practically impossible to test dstat on every possible
+Since it is practically impossible to test dool on every possible
 permutation of kernel, python or distribution version, I need your
 help and your feedback to fix the remaining problems. If you have
 improvements or bugreports, please send them to:
@@ -513,40 +513,40 @@ Please see the TODO file for known bugs and future plans.
 
 
 == FILES
-Paths that may contain external dstat_*.py plugins:
+Paths that may contain external dool_*.py plugins:
 
-    ~/.dstat/
+    ~/.dool/
     (path of binary)/plugins/
-    /usr/share/dstat/
-    /usr/local/share/dstat/
+    /usr/share/dool/
+    /usr/local/share/dool/
 
 == ENVIRONMENT VARIABLES
 
-Dstat will read additional command line arguments from the environment
-variable *DSTAT_OPTS*. You can use this to configure Dstat's default
+Dool will read additional command line arguments from the environment
+variable *DOOL_OPTS*. You can use this to configure Dool's default
 behavior, e.g. if you have a black-on-white terminal:
 
-    export DSTAT_OPTS="--bw --noupdate"
+    export DOOL_OPTS="--bw --noupdate"
 
 Other internal or external plugins have their own environment variables
 to influence their behavior, e.g.
 
 
-    DSTAT_NTPSERVER
+    DOOL_NTPSERVER
 
-    DSTAT_MYSQL
-    DSTAT_MYSQL_HOST
-    DSTAT_MYSQL_PORT
-    DSTAT_MYSQL_SOCKET
-    DSTAT_MYSQL_USER
-    DSTAT_MYSQL_PWD
+    DOOL_MYSQL
+    DOOL_MYSQL_HOST
+    DOOL_MYSQL_PORT
+    DOOL_MYSQL_SOCKET
+    DOOL_MYSQL_USER
+    DOOL_MYSQL_PWD
 
-    DSTAT_SNMPSERVER
-    DSTAT_SNMPCOMMUNITY
+    DOOL_SNMPSERVER
+    DOOL_SNMPCOMMUNITY
 
-    DSTAT_SQUID_OPTS
+    DOOL_SQUID_OPTS
 
-    DSTAT_TIMEFMT
+    DOOL_TIMEFMT
 
 == SEE ALSO
 
-- 
2.34.1