graycube@lemmy.worldtoLinux@lemmy.ml•Logging: How can I discover what process had ran under a PID, if the process was killed?
3·
2 months agoThere are some monitoring tools which take a snapshot of the process table every few minutes. If you happen to run one of those, and your process happens to be running when the snapshots is taken you can catch it.
If this is a postgresql server and you have logging turned up with pids being logged, and the pin in question was a database process, you can probably find it in the database logs.
I often use imagemagick (cli) for cropping, rotating, resizing, etc.