Thanks to visit codestin.com
Credit goes to github.com

Skip to content

bilal841/performance

 
 

Repository files navigation

performance

A tool to measure GPU, CPU, RAM and disk performance in one place.

Getting started

This project measures CPU, RAM, GPU and Disk I/O stats and displays a simple line chart. The chart can be displayed either in the console or in a simple GUI.

performance with a GUI performance in the CLI

Installing

Note: At the moment, performance only works on Linux systems.

Clone the repository and run ./install.sh to install all needed programs.

Alternatively, you can manually install the python packages in requirements.txt. nvidia-smi and sysstats are also needed to display GPU RAM and disk read / write performance, respectively. RAM and CPU measurements will work without these though.

Running the tool

Once installed, run ./performance.py in the terminal to use the GUI version of the tool. To use the terminal frontend, run ./performance.py -t or ./performance.py --terminal.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A command line tool to measure GPU, CPU, RAM and disk performance in one place.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 95.6%
  • Shell 4.4%