ig-proxmox:~# vzlist -o veid,laverage -s laverage
CTID LAVERAGE
175 0.00/0.00/0.00
110 27.99/27.97/27.91
109 0.00/0.00/0.00
108 0.00/0.00/0.00
105 0.08/0.03/0.01
104 0.00/0.00/0.00
102 0.00/0.00/0.00
ig-proxmox:~# vzctl enter 110
enter into CT 110 failed
ig-proxmox:~# vzctl restart 110
Restarting container
Stopping container ...
Unable to stop container: operation timed out
ig-proxmox:~# ps -aux | grep postgres
Warning: bad ps syntax, perhaps a bogus '-'? See
http://procps.sf.net/faq.html
ntp 2111 0.0 0.0 79924 5196 ? D May12 0:00 /usr/lib/postgresql/8.2/bin/postgres -D /var/lib/postgresql/8.2/main -c config_file=/etc/postgresql/8.2/main/postgresql.conf
ntp 2113 0.0 0.0 80064 3232 ? Ds May12 0:01 postgres: writer process
ntp 2114 0.0 0.0 50676 1464 ? Ds May12 0:01 postgres: stats collector process
ntp 2149 0.0 0.4 97516 33308 ? Ds May12 0:01 postgres: projop projop [local] idle
ntp 2150 91.4 0.2 93880 23128 ? Rs May12 6247:00 postgres: projop projop [local] idle
ntp 2151 0.0 0.1 85752 10992 ? Ds May12 0:00 postgres: projop projop [local] idle
ntp 2654 0.0 0.2 97120 22624 ? Ds May12 0:01 postgres: projop projop [local] idle
ntp 4224 0.0 0.1 84956 9692 ? Ds May12 0:00 postgres: projop projop [local] idle
ntp 9221 0.0 0.1 85084 10604 ? Ds May12 0:00 postgres: projop projop [local] idle
ntp 16262 0.0 0.1 84832 9616 ? Ds May12 0:00 postgres: projop projop [local] idle
root 31855 0.0 0.0 5168 812 pts/0 S+ 10:55 0:00 grep postgres
ig-proxmox:~# kill -9 2111
ig-proxmox:~# kill -9 2113
ig-proxmox:~# kill -9 2114
ig-proxmox:~# kill -9 2149
ig-proxmox:~# kill -9 2150
ig-proxmox:~# kill -9 2151
ig-proxmox:~# kill -9 2654
ig-proxmox:~# kill -9 4224
ig-proxmox:~# kill -9 9221
ig-proxmox:~# kill -9 16262
no effect, all keep running