nickcarnival / system_monitor

Python system monitor, similar to htop. Runs on windows and *NIX machines.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Cross Platform System Monitor for the Command Line

This is a cross platform system monitor using psutil for system information and curses for output.

For a better monitoring tool, I recommend glances

Installation

git clone https://github.com/ncarn2/system_monitor.git
cd system_monitor  
pip install .
python3 system_monitor.py

Usage

python3 system_monitor.py in the local directory assuming you have all of the dependencies installed.

Example

System Monitor Image

Known Issues

  • Does not work great with Windows.
  • Resizing usually crashes.
  • CPU, MEM, and COMMAND sorting are not implemented.

License

License

About

Python system monitor, similar to htop. Runs on windows and *NIX machines.


Languages

Language:Python 100.0%