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?
psutil
will return data only for the system in which is running on.