Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ Log File: /home/user/Code/aiperf/artifacts/granite4:350m-openai-chat-concurrency
- [Profile Exports](docs/tutorials/working-with-profile-exports.md) - Post-processing with Pydantic models
- [Visualization and Plotting](docs/tutorials/plot.md) - PNG charts and multi-run comparison
- [GPU Telemetry](docs/tutorials/gpu-telemetry.md) - DCGM metrics collection
- [K8s System Telemetry](docs/tutorials/k8s-system-telemetry.md) - CPU, memory, network metrics from Kubernetes with Prometheus Node Exporter
- [Server Metrics](docs/server-metrics/server-metrics.md) - Prometheus-compatible metrics

## Documentation
Expand Down
2 changes: 2 additions & 0 deletions docs/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@ navigation:
path: tutorials/user-centric-timing.md
- page: GPU Telemetry with AIPerf
path: tutorials/gpu-telemetry.md
- page: K8s System Telemetry (CPU/Memory/Network)
path: tutorials/k8s-system-telemetry.md
- section: Configuration
collapsed: true
contents:
Expand Down
Loading
Loading