What I want to know is PIDs that were assigned to a process before its last 2-3 restart.
Scenario is after this particular process crashes, a log file is generated and PID of the process is concatenated to the name of log file. I have such 5 log files with name as hs_err_PIDs. I want to confirm whether these PIDs were assigned to the process I am concerned with, as I am little confused about it.
Is there a way I can do it?