For me, it's the very first thing I'll run (e.g., `strace -p PID`) if a any process is not performing well enough.
It gives a quick insight on what syscalls it's making.
codingjerk•7h ago
For me, it's the very first thing I'll run (e.g., `strace -p PID`) if a any process is not performing well enough.
It gives a quick insight on what syscalls it's making.