root@vHost01:~# systemctl status pvestatd.service
● pvestatd.service - PVE Status Daemon
Loaded: loaded (/lib/systemd/system/pvestatd.service; enabled; vendor preset: enabled)
Active: active (running) since Sun 2019-03-10 00:46:16 CET; 1 weeks 2 days ago
Main PID: 1873 (pvestatd)
Tasks: 2 (limit: 4915)
Memory: 80.9M
CPU: 2h 46min 53.055s
CGroup: /system.slice/pvestatd.service
├─ 1873 pvestatd
└─22894 lxc-info -n 1040 -p
Mar 10 02:36:27 vHost01.squote.de pvestatd[1873]: modified cpu set for lxc/1030: 6,8-9,11
Mar 10 20:02:08 vHost01.squote.de pvestatd[1873]: modified cpu set for lxc/1022: 1-3,7
Mar 10 20:33:47 vHost01.squote.de pvestatd[1873]: modified cpu set for lxc/1022: 1-2,4,7
Mar 11 17:24:22 vHost01.squote.de pvestatd[1873]: ipcc_send_rec[1] failed: Connection refused
Mar 11 17:24:22 vHost01.squote.de pvestatd[1873]: ipcc_send_rec[2] failed: Connection refused
Mar 11 17:24:22 vHost01.squote.de pvestatd[1873]: ipcc_send_rec[3] failed: Connection refused
Mar 11 17:24:22 vHost01.squote.de pvestatd[1873]: ipcc_send_rec[4] failed: Connection refused
Mar 11 17:24:22 vHost01.squote.de pvestatd[1873]: status update error: Connection refused
Mar 11 17:24:22 vHost01.squote.de pvestatd[1873]: status update time (5.012 seconds)
Mar 11 17:28:07 vHost01.squote.de pvestatd[1873]: modified cpu set for lxc/1022: 0,2-3,7
root@vHost01:~# systemctl restart pvestatd.service
root@vHost01:~# systemctl status pvestatd.service
● pvestatd.service - PVE Status Daemon
Loaded: loaded (/lib/systemd/system/pvestatd.service; enabled; vendor preset: enabled)
Active: active (running) since Tue 2019-03-19 14:19:37 CET; 1s ago
Process: 21457 ExecStop=/usr/bin/pvestatd stop (code=exited, status=0/SUCCESS)
Process: 21463 ExecStart=/usr/bin/pvestatd start (code=exited, status=0/SUCCESS)
Main PID: 21476 (pvestatd)
Tasks: 1 (limit: 4915)
Memory: 65.7M
CPU: 287ms
CGroup: /system.slice/pvestatd.service
└─21476 pvestatd
Mar 19 14:19:37 vHost01.squote.de systemd[1]: Starting PVE Status Daemon...
Mar 19 14:19:37 vHost01.squote.de pvestatd[21476]: starting server
Mar 19 14:19:37 vHost01.squote.de systemd[1]: Started PVE Status Daemon.