0

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?

bstpierre
  • 30,042
  • 15
  • 70
  • 103
Madawar
  • 507
  • 1
  • 9
  • 26

1 Answers1

0

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

jcollado
  • 39,419
  • 8
  • 102
  • 133