Skip to content

uahmad417/python_resource_monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Description

python_resource_monitor is a simple python utility that attempts to gives statistics about system resources. It uses the psutil module to give statistics about system resources and esssentially acts as a clone of the standard UNIX utilities such as netstat, ifconfig, df and ps.

Dependencies

This utility requires the psutil module. Install it by:

pip install psutil

Currently the tool only works in Windows systems, and requires python3 to work properly.

Usage

To see different resources supported by the utility, enter:

python monitory.py -h

To see extended help about a resource, enter:

python monitor.py [Resource] -h

For ex:

python monitory.py disk -h

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages