Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 735 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 735 Bytes

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