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