stap-report command examples

stap-report command examples

stap-report – collect system information that is useful for debugging systemtap bugs

$ stap-report > report.txt
$ head report.txt
== id ==
uid=1000(user) gid=1000(user) groups=122(stapdev),123(stapusr),129(stapsys)
== stap -V ==
Systemtap translator/driver (version 2.2.1/0.153, Debian version 2.2.1-1)
Copyright (C) 2005-2013 Red Hat, Inc. and others
This is free software; see the source for copying conditions.
enabled features: AVAHI LIBSQLITE3 NSS TR1_UNORDERED_MAP NLS
== which stap ==
/usr/bin/stap
== locate --regex '/stap(run)?$' | xargs ls -ald ==

Leave a Reply

Your email address will not be published. Required fields are marked *