From 2bb3f0d8d3bb45a4fec87d04e83b4fc7a6bd25cd Mon Sep 17 00:00:00 2001 From: johannst Date: Fri, 8 Nov 2019 17:30:35 +0100 Subject: added git my git cheatsheet --- debug.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'debug.txt') 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 # compared to /proc/<>/maps it shows the size of the mappings pmap +# trace minor/major page faults +pidstat -r -p [interval] + +# statistics of process run +/usr/bin/time -v + # get supported events perf list -- cgit v1.2.3