Skip to content

Instantly share code, notes, and snippets.

@MonoRich
MonoRich / gpumon.py
Last active December 27, 2024 12:48
GPUMon
"""collect gpu metrics and put those metrics into log file and cloudwatch
usage:
python gpumon.py -i {time interval sec} -l {path to log} -r {resolution} --n {namespace}
"""
import requests
import boto3