Answer the question
In order to leave comments, you need to log in
How to see processes and open ports exclusively on openvz host?
ps aux
and netstat
Show host + virtalok processes and ports on openvz .
Whether it is possible to look at processes\ports separately for a host and separately for virtaulok?
It costs Debian->Proxmox , inside openvz containers.
Answer the question
In order to leave comments, you need to log in
View for a container, for example, like this:
without vzctl, you can still see the processes like this (and for sockets, you can grab pids from netstat)
# pidof init
231113 70108 1
# pstree -p 231113
# pstree -p 1
Found a simpler solution (not for the new kernel on virtuozzo).
There are vztop and vzps
vztop -E 0 (host)
vzps aux -E 0 (host)
www.stableit.ru/2009/12/openvz-vztop-vzps.html
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question