Retrieve killed(completed) process details in Linux
Hello,
Is there any way to retrieve or see the details of killed/stopped process details in Linux. In my project i came across a situation where few of processes are getting stopped automatically.
There is no details of about these processes in /var/log/messages.
I am not able to track details like, Why these processes getting stopped or what makes to stop these processes.
There are couple of commands like ps,top are useful in case only running processes.
Is there any commands or process to retrieve or see details of killed/stopped processes.
Regards
Rajesh