Browse Source

Update README.rst

windows
Florian N 12 years ago
parent
commit
aaa22c8b0a
  1. 17
      README.rst

17
README.rst

@ -112,13 +112,28 @@ specific data:
/info/platform/osname/ - OS Name
/info/platform/kernel/ - Kernel
/info/getcpus/cpucount/ - Number of CPU cores
/info/getcpu
/info/getcpus/cputype/ - Type/Name of CPU
/info/memory/ - Memory Usage
/info/cpuusage/ - CPU Usage in percentage(%), free and used
/info/getdisk/ - Disk Usage
/info/getusers/ - Online Users
/info/getips/ - IP Addresses
/info/gettraffic/ - Internet Traffic
/info/getdiskio/ - Disk Reads/Writes
/info/proc/ - Running Processes
/info/loadaverage/ - Load Average
/info/getnetstat/ - Netstat
To see the format of the JSON returned datasets or data you can access any of the URLs from your browser
as http://youpydaship/url , ex. http://demo.pydash.net/info/uptime/ .
OS Support
==========
pyDash was tested and runs under the following OSes:
::
- Centos
- Fedora
- Ubuntu

Loading…
Cancel
Save