Skip to content

Commit

Permalink
readme: add table showing metrics support by gpu vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
17314642 authored and flightlessmango committed Jan 24, 2025
1 parent 26164d1 commit 7354746
Showing 1 changed file with 106 additions and 0 deletions.
106 changes: 106 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ A Vulkan and OpenGL overlay for monitoring FPS, temperatures, CPU/GPU load and m
- [FPS logging](#fps-logging)
- [Online visualization: FlightlessMango.com](#online-visualization-flightlessmangocom)
- [Local visualization: `mangoplot`](#local-visualization-mangoplot)
- [Metrics support by GPU vendor](#metrics-support-by-gpu-vendor)

## Installation - Build From Source

Expand Down Expand Up @@ -528,3 +529,108 @@ Example output:
![Overwatch 2 windows 11 vs linux](assets/Overwatch2-w11-vs-linux.svg)

<sub><sup>Overwatch 2, 5950X + 5700XT, low graphics preset, FHD, 50% render scale</sup></sub>

## Metrics support by GPU vendor
<table>
<tr>
<th></th>
<th>Nvidia</th>
<th>AMD</th>
<th colspan="2">Intel</th>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
<th>i915</th>
<th>xe</th>
</tr>
<tr>
<td>Usage%</td>
<td>🟢</td>
<td>🟢</td>
<td>🟢<sup>3</sup></td>
<td>🟢<sup>3</sup></td>
</tr>
<tr>
<td>Temperature</td>
<td>🟢</td>
<td>🟢</td>
<td>🟢<sup>1,2</sup></td>
<td>🔴</td>
</tr>
<tr>
<td>Junction Temperature</td>
<td>🔴</td>
<td>🟢</td>
<td>🔴</td>
<td>🔴</td>
</tr>
<tr>
<td>Memory Temperature</td>
<td>🔴</td>
<td>🟢</td>
<td>🔴</td>
<td>🔴</td>
</tr>
<tr>
<td>Memory Used</td>
<td>🟢</td>
<td>🟢</td>
<td>🟢<sup>3</sup></td>
<td>🟢<sup>3</sup></td>
</tr>
<tr>
<td>Memory Total</td>
<td>🟢</td>
<td>🟢</td>
<td>🔴</td>
<td>🔴</td>
</tr>
<tr>
<td>Memory Clock</td>
<td>🟢</td>
<td>🟢</td>
<td>🔴</td>
<td>🔴</td>
</tr>
<tr>
<td>Core Clock</td>
<td>🟢</td>
<td>🟢</td>
<td>🟢</td>
<td>🟢</td>
</tr>
<tr>
<td>Power Usage</td>
<td>🟢</td>
<td>🟢</td>
<td>🟢<sup>2</sup></td>
<td>🟢<sup>2</sup></td>
</tr>
<tr>
<td>Throttling Status</td>
<td>🟢</td>
<td>🟢</td>
<td>🟢</td>
<td>🟢</td>
</tr>
<tr>
<td>Fan Speed</td>
<td>🟢</td>
<td>🟢</td>
<td>🟢<sup>2</sup></td>
<td>🔴</td>
</tr>
<tr>
<td>Voltage</td>
<td>🔴</td>
<td>🟢</td>
<td>🟢</td>
<td>🟢</td>
</tr>
</table>

- 1 - requires linux 6.13+
- 2 - integrated gpus are not supported
- 3 - shows usage per-process, not total system usage

0 comments on commit 7354746

Please sign in to comment.