Lines Matching +full:multi +full:- +full:system
3 sleepgraph \- Suspend/Resume timing analysis
21 Generates output files in subdirectory: suspend-yymmdd-HHMMSS
27 \fB-h\fR
30 \fB-v\fR
33 \fB-verbose\fR
36 \fB-config \fIfile\fR
39 \fB-m \fImode\fR
42 \fB-o \fIname\fR
46 e.g. suspend-{hostname}-{date}-{time}
48 \fB-rtcwake \fIt\fR | off
52 \fB-addlogs\fR
56 \fB-noturbostat\fR
61 \fB-result \fIfile\fR
64 \fB-sync\fR
68 \fB-rs \fIenable/disable\fR
73 \fB-display \fIon/off/standby/suspend\fR
77 \fB-wifi\fR
82 \fB-wifitrace\fR
85 \fB-debugtiming\fR
90 \fB-gzip\fR
94 \fB-cmd \fIstr\fR
95 Run the timeline over a custom suspend command, e.g. pm-suspend. By default
100 \fB-filter \fI"d1,d2,..."\fR
104 \fB-mindev \fIt\fR
109 \fB-proc\fR
112 \fB-dev\fR
115 \fB-x2\fR
118 \fB-x2delay \fIt\fR
121 \fB-predelay \fIt\fR
124 \fB-postdelay \fIt\fR
127 \fB-multi \fIn d\fR
132 The outputs will be created in a new subdirectory, for count: suspend-{date}-{time}-xN,
133 for duration: suspend-{date}-{time}-Nm. When the multitest run is done, the \fI-summary\fR
135 use \fI-skiphtml\fR). \fI-skiphtml\fR will speed up the testing by not creating timelines
136 or summary html files. You can then run the tool again at a later time with \fI-summary\fR
137 and \fI-genhtml\fR to create the timelines.
139 \fB-maxfail \fIn\fR
140 Abort a -multi run after \fIn\fR consecutive fails. 0 means never abort (default = 0).
142 \fB-skiphtml\fR
144 You can generate the html timelines later with \fI-dmesg\fR & \fI-ftrace\fR, or
145 by running \fI-summary\fR and \fI-genhtml\fR.
149 \fB-f\fR
151 very large outputs, i.e. 10MB - 100MB.
153 \fB-ftop\fR
155 This option implies -f and creates a single callgraph covering all of suspend/resume.
157 \fB-maxdepth \fIlevel\fR
159 the best way to limit the output size when using callgraphs via -f.
161 \fB-expandcg\fR
162 pre-expand the callgraph data in the html output (default: disabled)
164 \fB-fadd \fIfile\fR
167 \fB-mincg \fIt\fR
173 \fB-cgfilter \fI"func1,func2,..."\fR
178 \fB-cgskip \fIfile\fR
185 \fB-cgphase \fIp\fR
188 \fB-cgtest \fIn\fR
191 \fB-timeprec \fIn\fR
194 \fB-bufsize \fIN\fR
195 Set trace buffer size to N kilo-bytes (default: all of free memory up to 3GB)
199 \fB-summary \fIindir\fR
201 Creates summary.html, summary-issues.html, and summary-devices.html in the current folder.
205 summary-issues.html is a list of kernel issues found in dmesg from all the tests.
206 summary-devices.html is a list of devices and times from all the tests.
208 Use \fI-genhtml\fR to regenerate any tests with missing html.
210 \fB-genhtml\fR
211 Used with \fI-summary\fR to regenerate any missing html timelines from their
215 \fB-modes\fR
218 \fB-status\fR
219 Test to see if the system is able to run this tool. Use this along
222 \fB-fpdt\fR
225 \fB-wificheck\fR
228 \fB-xon/-xoff/-xstandby/-xsuspend\fR
230 is the same command which will be issued by \fB-display \fImode\fR.
232 \fB-xstat\fR
235 \fB-sysinfo\fR
236 Print out system info extracted from BIOS. Reads /dev/mem directly instead of going through dmidecode.
238 \fB-devinfo\fR
241 \fB-cmdinfo\fR
242 Print out all the platform data collected from the system that makes it into the logs.
244 \fB-flist\fR
249 with -fadd they will also be checked.
251 \fB-flistall\fR
253 possible values you can add to trace via the -fadd argument.
256 \fB-ftrace \fIfile\fR
259 \fB-dmesg \fIfile\fR
266 \f(CW$ sleepgraph -modes\fR
270 \f(CW$ sudo sleepgraph -fpdt\fR
274 \f(CW$ sleepgraph -usbtopo
278 \f(CW$ sudo sleepgraph -f -rtcwake 30 -status
282 \f(CW$ sleepgraph -summary ~/workspace/myresults/\fR
288 \f(CW$ sudo sleepgraph -rtcwake 15 -addlogs\fR
292 \f(CW$ sudo sleepgraph -m standby -rtcwake 15 -o "standby-{host}-{date}-{time}"\fR
296 \f(CW$ sudo sleepgraph -m freeze -rtcwake off -o "freeze-{hostname}-{date}-{time}"\fR
302 \f(CW$ sudo sleepgraph -m mem -rtcwake 15 -dev -mindev 5\fR
306 \f(CW$ sudo sleepgraph -m mem -rtcwake 15 -x2 -predelay 500 -x2delay 500 -postdelay 500\fR
310 \f(CW$ sudo sleepgraph -cmd "echo mem > /sys/power/state" -rtcwake 15\fR
313 .SS "endurance testing using -multi"
317 \f(CW$ sudo sleepgraph -m freeze -rtcwake 15 -multi 10 30\fR
321 \f(CW$ sudo sleepgraph -m freeze -rtcwake 15 -multi 24h 0\fR
326 \f(CW$ sudo sleepgraph -m mem -rtcwake 15 -f -maxdepth 5 -mincg 10\fR
330 \f(CW$ sudo sleepgraph -m mem -rtcwake 15 -f\fR
332 \f(CW$ sleepgraph -dmesg host_mem_dmesg.txt -ftrace host_mem_ftrace.txt -f -cgphase resume
339 \f(CW$ sleepgraph -dmesg dmesg.txt -ftrace ftrace.txt -callgraph\fR
343 \f(CW$ sleepgraph -dmesg dmesg.txt -ftrace ftrace.txt -addlogs -srgap\fR