pydash is a lightweight web-based monitoring tool for Linux written in Python and Django plus Chart.js . It has been tested and can run on the following mainstream Linux distributions: CentOS, Fedora, Ubuntu, Debian, Arch Linux, Raspbian as well as Pidora. You can use it to keep an eye on your Linux PC/server resources such as CPUs, RAM, network stats, processes including online users and more. The dashboard is developed entirely using Python libraries provided in the main Python distribution, therefore it has a few dependencies; you don’t need to install many packages or libraries to run it. In this article, we will show you how to install pyda sh to monitor Linux server performance. How to Install pyDash in Linux System 1. First install required packages: git and Python pip as follows: -------------- On Debian/Ubuntu -------------- $ sudo apt-get install git python-pip -------------- On Ce...