aboutsummaryrefslogtreecommitdiffhomepage
path: root/debug.txt
diff options
context:
space:
mode:
Diffstat (limited to 'debug.txt')
-rw-r--r--debug.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/debug.txt b/debug.txt
index 9579f77..e7f0da6 100644
--- a/debug.txt
+++ b/debug.txt
@@ -19,6 +19,12 @@ lsof +fg -p <pid>
# compared to /proc/<>/maps it shows the size of the mappings
pmap <pid>
+# trace minor/major page faults
+pidstat -r -p <pid> [interval]
+
+# statistics of process run
+/usr/bin/time -v <cmd>
+
# get supported events
perf list