.---. .-----------
/ \ __ / ------
/ / \( )/ -----
////// ' \/ ` ---
//// / // : : ---
// / / /` '--
// //..\\
====UU====UU====
'//||\\`
''``
RUNPOD OBSERVATORY
A tool to monitor and analyze your RunPod usage.
Install the required package:
pip install dataframe_image
pip install fpdfMake sure you have the RUNPOD_API_KEY environment variable set up. You can find your API key in the RunPod user settings.
Run the analysis script:
sh analyse_runpod.shTo automatically run the analysis every 3 hours:
-
Open your crontab configuration:
crontab -e
-
Add the following line to the editor:
0 */3 * * * /path/to/analyse_runpod.shThis tells cron to run
analyse_runpod.shevery 3 hours (00:00, 03:00, 06:00, etc.) -
Save and exit the editor. The cron job is now active.
RunPod Observatory helps you keep track of your RunPod resource usage, providing insights to optimize your cloud GPU expenses.