Skip to content

Host system metrics #54

Open
Open
@dmarcus-wire

Description

@dmarcus-wire

I need a script that captures system level information to understand transcription resource consumption. It should append data to CSV file that contains the following columns

date: The current date in YYYY-MM-DD format.
timestamp: A timestamp in HHMMSS format.
pod name: The name of the Pod (or 'No Pod' if no pod is running).
processor/gpu name: The GPU name, or CPU model if GPU information is unavailable.
core/gpu count: The number of CPU cores or GPUs.
max usage (%): The maximum GPU utilization in percentage.
max gpu temperature (C): The maximum GPU temperature in Celsius.
max pwr:usage/cap (%): The power usage as a percentage of the maximum power limit.
max vram usage (%): The percentage of VRAM used.

Metadata

Metadata

Assignees

Labels

CrawlExperimenting, model training, and evaluating metricsMVP

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions