Files
notes/tiddlywiki/Linux perf tips.txt
2026-03-12 22:01:38 +01:00

5 lines
102 B
Plaintext
Executable File

iostat -x 2 5
# show environement variable of a linux process
cat /proc/<PID>/environ | tr '\0' '\n'