Skip to content

ahota/clam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clam

clam is a cluster/local activity monitor

Currently it can display CPU usage for CPUs on the local machine.

Tested with Python 3.7.6

Setup

Install with system-wide Python:

pip3 install -r requirements.txt

Install within a virtual environment (requires virtualenv Python package):

virtualenv venv
source venv/bin/activate
pip3 install -r requirements.txt

Run

Cluster

python3 clam.py --nodes host1 [host2 host3 ... ]

This will show overall CPU activity for each node provided.

Local

python3 clam.py --local

This will show CPU activity of all logical CPUs on the local machine.

About

cluster or local activity monitor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages