Pregunta

I want to use python psutil to create my own panel that I will use to administer my app op webfaction. If I use functions like

psutil.network_io_counters()

or

psutil.disk_usage()

will this be specific to the the whole of webfaction servers or will it be specific to my app only?

¿Fue útil?

Solución

psutil will return data only for the system in which is running on.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top