1GET_CYCLICTEST_SNAPSHOT(8) System Manager's Manual GET_CYCLICTEST_SNAPSHOT(8)
2
3
4
6 get_cyclictest_snapshot - Get a snapshot of running instances of
7 cyclictest
8
10 get_cyclictest_snapshot [[-h] [-l] [-s [pid [pid]
11 [[-p [pid [pid ...]]]]
12
14 Without options, this program will send USR2 to cyclictest to create a
15 snapshot and then print it out.
16
17 Optional arguments:
18
19 -h, --help
20 show this help message and exit
21
22 -l, --list
23 list the main pid(s) of running instances of cyclictest
24
25 -s [pid [pid ...]], --snapshot [pid [pid ...]]
26 take a snapshot of running instances of cyclictest
27 by sending USR2 to cyclictest
28
29 -p [pid [pid ...]], --print [pid [pid ...]]
30 print the snapshots
31
33 cyclictest(8),
34
36 get_cyclictest_snapshot was written by John Kacur <jkacur at redhat dot
37 com>
38
39
40
41 July 6, 2020 GET_CYCLICTEST_SNAPSHOT(8)