Files
notes/tiddlywiki/Linux perf tips.txt

5 lines
102 B
Plaintext
Raw Permalink Normal View History

2026-03-12 22:01:38 +01:00
iostat -x 2 5
# show environement variable of a linux process
cat /proc/<PID>/environ | tr '\0' '\n'