Forum EUserv

VPS/vServer - virtual private server => CBCI closed Betatest => Thema gestartet von: Heavy am 06.Oktober 2019, 22:26:13

Titel: Pressure Stall Information
Beitrag von: Heavy am 06.Oktober 2019, 22:26:13
Hallo,

auf meinem heute eingerichteten LXC Testserver sind die /proc Einträge für die Pressure Stall Information zwar vorhanden, funktionieren aber nicht:

root@srv5165:~# cat /proc/pressure/cpu
cat: /proc/pressure/cpu: Die Operation wird nicht unterstützt
root@srv5165:~# cat /proc/pressure/io
cat: /proc/pressure/io: Die Operation wird nicht unterstützt
root@srv5165:~# cat /proc/pressure/memory
cat: /proc/pressure/memory: Die Operation wird nicht unterstützt

Ist das bekannt und wird das noch behoben?
Titel: Re: Pressure Stall Information
Beitrag von: razor1986 am 07.Oktober 2019, 08:49:56
Hallo,

auf meinem heute eingerichteten LXC Testserver sind die /proc Einträge für die Pressure Stall Information zwar vorhanden, funktionieren aber nicht:

root@srv5165:~# cat /proc/pressure/cpu
cat: /proc/pressure/cpu: Die Operation wird nicht unterstützt
root@srv5165:~# cat /proc/pressure/io
cat: /proc/pressure/io: Die Operation wird nicht unterstützt
root@srv5165:~# cat /proc/pressure/memory
cat: /proc/pressure/memory: Die Operation wird nicht unterstützt

Ist das bekannt und wird das noch behoben?

Hi,

mal eine Frage am Rande. Wofür braucht man das ?
Titel: Re: Pressure Stall Information
Beitrag von: Heavy am 07.Oktober 2019, 14:49:04
Zitat
mal eine Frage am Rande. Wofür braucht man das ?

Pressure Stall Information (PSI) sind eine wichtige Informationsquelle für das Performance Monitoring. Wenn eine Anwendung langsamer läuft, als das System es eigentlich hergeben könnte, verraten die PSI, inwieweit das an der CPU, IO-Last und/oder Memory Knappheit liegt.

https://www.kernel.org/doc/html/latest/accounting/psi.html (https://www.kernel.org/doc/html/latest/accounting/psi.html)
https://lwn.net/Articles/759781/ (https://lwn.net/Articles/759781/)
Titel: Re: Pressure Stall Information
Beitrag von: razor1986 am 08.Oktober 2019, 13:28:26
Hi,

also quasi etwas zum Monitoren der vServer Leitung. Danke für die Info.