1STAP-REPORT(1) General Commands Manual STAP-REPORT(1)
2
3
4
6 stap-report - collect system information that is useful for debugging
7 systemtap bugs
8
9
10
12 stap-report
13
14
16 The stap-report executable collects system information that is useful
17 for debugging systemtap bugs. It is a good idea to include such a
18 report in bug reports especially if you send them directly to the
19 upstream. stap-report can be run either as a normal user or as root.
20 The report will be more complete if stap-report is run as root.
21
22
24 $ stap-report > report.txt
25 $ head report.txt
26 == id ==
27 uid=1000(user) gid=1000(user) groups=122(stapdev),123(stapusr),129(stapsys)
28 == stap -V ==
29 Systemtap translator/driver (version 2.2.1/0.153, Debian version 2.2.1-1)
30 Copyright (C) 2005-2013 Red Hat, Inc. and others
31 This is free software; see the source for copying conditions.
32 enabled features: AVAHI LIBSQLITE3 NSS TR1_UNORDERED_MAP NLS
33 == which stap ==
34 /usr/bin/stap
35 == locate --regex '/stap(run)?$' | xargs ls -ald ==
36
37
38
40 stap(1)
41
42
44 Use the Bugzilla link of the project web page or our mailing list.
45 http://sourceware.org/systemtap/,<systemtap@sourceware.org>.
46
47
48
49 STAP-REPORT(1)