How do you see what processes are running in an ovz container from the master node?
NodeBytes Dedi Addict Jun 6, 2013 #1 How do you see what processes are running in an ovz container from the master node?
john New Member Verified Provider Jun 6, 2013 #2 top will show processes. You'll need to use vzpid to determine which container the process belongs to. A easier solution is to use htop, which will show PID and CTID.
top will show processes. You'll need to use vzpid to determine which container the process belongs to. A easier solution is to use htop, which will show PID and CTID.