Skip to main content

The package allows you to monitor how python consumes your resources

Project description

Optimisation has become a need of the hour. Monitoring GPU %,RAM usage, Temperature of GPU etc are a great indicator of how a process happens. This project allows you to run a process analysing algorithm in a parallel thread while you are running your main code/deep learning model or any code block in python that needs to be monitored. A graph will be generated once the process completes and will be saved in the same folder as your python script.

Instructions to deploy :

1)Import the library

say you import it as benchmarking

Then,

2)Type

benchmarking.analyzer.start_recording()

at the point where you want to initilise the performance analysis.

3)Type

benchmarking.analyzer.stop_recording()

at the point where you want to stop the benchmarking process.

NOTE:A folder named temporary_file.txt will be created in your directory you may choose to keep it or delete it

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Py_Monitor_JetsonTX2-0.0.3.tar.gz (2.9 kB view hashes)

Uploaded Source

Built Distribution

Py_Monitor_JetsonTX2-0.0.3-py3-none-any.whl (4.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page