Skip to content

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

Notifications You must be signed in to change notification settings

nickcarnival/system_monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages