process_investigation
This is an old revision of the document!
processes investigation
Once you have a process to investigate, we will need to find out if the process is alive/active.
We can run an strace command for a certain amount of time for this.
The command below runs strace for 3 seconds and then terminates the command. Replace 1234 with the PID number you are investigating:
timeout 3 strace -p 1234
process_investigation.1453972944.txt.gz · Last modified: 2024/05/23 07:26 (external edit)