Psdash is a web panel that looks at Linux system information, and as we have previously mentioned, another system monitoring tool glances, Psdash System Information collection is also done by Psutil. Unlike glances, Psdash does not provide an API, only with a flask web interface, which defaults to refreshing data and interfaces every 3 seconds.
Install the necessary packages after upgrading the system:
$ sudo apt-get update
$ sudo apt-get upgrade
$ sudo apt-get install git gcc python-dev python-setuptools
Install after downloading Psdash source code:
$ git clone https://github.com/Jahaja/psdash.git
$ CD Psdash
$ sudo python setup.py install
Start Psdash:
$ sudo psdash--log/var/log/psdash.log--log/var/log/mydb.log
Open Browser Access Http://192.168.2.99:5000/
After the installation is successful, does it make you excited? We may be free to monitor Linux servers on Windows, which is convenient. After the installation is successful, does it make you excited? We may be free to monitor Linux servers on Windows, which is convenient.