Hello
I was asked to look into our system slowness. I came across a ps -ef. I think this shows the current processes. Some of them have times of over a minute, so I assume they are hung up on something. So then I typed ps -ef | grep (pid #) several times in a row for the pid's that were over a minute, but the time didn't increase. So what is this telling me? Is it ok to kill those processes off? Or are they not a factor anymore? Also some of the root processes have a date of september 18. What could this mean?
Dodge20
I was asked to look into our system slowness. I came across a ps -ef. I think this shows the current processes. Some of them have times of over a minute, so I assume they are hung up on something. So then I typed ps -ef | grep (pid #) several times in a row for the pid's that were over a minute, but the time didn't increase. So what is this telling me? Is it ok to kill those processes off? Or are they not a factor anymore? Also some of the root processes have a date of september 18. What could this mean?
Dodge20