Procstack


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Procstack
# 1  
Old 09-17-2010
Question Procstack

When I use procstack <processid> this is what I get:

procstack: <processid> is not a process

What is the definition of an AIX process? Isn't everything that the ps -ef command shows, a process?
# 2  
Old 09-17-2010
Not necessarily. Not intimately familiar with AIX but I've seen special kernel "processes" listed by ps on other systems.
# 3  
Old 09-17-2010
please post this output. Are you 100% the PID exists?

Code:
ps -p <pid> -f

# 4  
Old 09-20-2010
It does give me a process name for the command, but when I use the same process id as argument to the procstack command, it says not a process?
# 5  
Old 09-20-2010
Yes, but what is it?
# 6  
Old 10-12-2010
MySQL

Well, found /proc was not mounted!!!!! Smilie
 
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question