Last active
July 21, 2023 06:47
-
-
Save Sporif/31f0d8d9efc3315752aa4031f7080d79 to your computer and use it in GitHub Desktop.
ksysguard sensor file for Nvidia. Requires https://gist.github.com/Sporif/4ce63f7b6eea691bdbb18905a9589169 to be in path
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE KSysGuardWorkSheet> | |
<WorkSheet title="Nvidia" columns="2" rows="4" locked="0" interval="1"> | |
<host name="127.0.0.1" port="-1" shell="" command="nvidia-gpu-sensor.pl"/> | |
<display labels="1" svgBackground="" vScroll="1" version="1" class="FancyPlotter" vLines="1" unit="" row="0" hScale="3" autoRange="1" fontSize="8" manualRange="0" rowSpan="1" columnSpan="1" showUnit="0" vDistance="30" column="0" stacked="0" title="GPU Temp" hLines="1"> | |
<beam sensorName="gpu_temp" sensorType="integer" color="0xff0057ae" hostName="127.0.0.1"/> | |
</display> | |
<display labels="1" svgBackground="" vScroll="1" version="1" class="FancyPlotter" vLines="1" unit="" row="0" hScale="3" autoRange="1" fontSize="8" manualRange="0" rowSpan="1" columnSpan="1" showUnit="0" vDistance="30" column="1" stacked="0" title="GPU Fan Speed" hLines="1"> | |
<beam sensorName="gpu_fan_speed" sensorType="integer" color="0xff0057ae" hostName="127.0.0.1"/> | |
</display> | |
<display labels="1" svgBackground="" vScroll="1" version="1" class="FancyPlotter" vLines="1" unit="" row="1" hScale="3" autoRange="1" fontSize="8" manualRange="0" rowSpan="1" columnSpan="1" showUnit="0" vDistance="30" column="0" stacked="0" title="GPU Core Usage" hLines="1"> | |
<beam sensorName="gpu_core_usage" sensorType="integer" color="0xff0057ae" hostName="127.0.0.1"/> | |
</display> | |
<display labels="1" svgBackground="" vScroll="1" version="1" class="FancyPlotter" vLines="1" unit="" row="1" hScale="3" autoRange="1" fontSize="8" manualRange="0" rowSpan="1" columnSpan="1" showUnit="0" vDistance="30" column="1" stacked="0" title="GPU Core Clock" hLines="1"> | |
<beam sensorName="gpu_core_clock" sensorType="integer" color="0xff0057ae" hostName="127.0.0.1"/> | |
</display> | |
<display labels="1" svgBackground="" vScroll="0" version="1" class="FancyPlotter" vLines="0" unit="" row="2" hScale="3" autoRange="1" fontSize="8" manualRange="0" rowSpan="1" columnSpan="1" showUnit="0" vDistance="30" column="0" stacked="0" title="GPU Memory Usage" hLines="1"> | |
<beam sensorName="gpu_mem_mib" sensorType="integer" color="0xff0057ae" hostName="127.0.0.1"/> | |
</display> | |
<display labels="1" svgBackground="" vScroll="0" version="1" class="FancyPlotter" vLines="0" unit="" row="2" hScale="3" autoRange="1" fontSize="8" manualRange="0" rowSpan="1" columnSpan="1" showUnit="0" vDistance="30" column="1" stacked="0" title="GPU Memory Clock" hLines="1"> | |
<beam sensorName="gpu_mem_clock" sensorType="integer" color="0xff0057ae" hostName="127.0.0.1"/> | |
</display> | |
<display labels="1" svgBackground="" vScroll="1" version="1" class="FancyPlotter" vLines="1" unit="" row="3" hScale="3" autoRange="1" fontSize="8" manualRange="0" rowSpan="1" columnSpan="1" showUnit="0" vDistance="30" column="0" stacked="0" title="GPU Video Decode" hLines="1"> | |
<beam sensorName="gpu_video_decode" sensorType="integer" color="0xff0057ae" hostName="127.0.0.1"/> | |
</display> | |
<display labels="1" svgBackground="" vScroll="1" version="1" class="FancyPlotter" vLines="1" unit="" row="3" hScale="3" autoRange="1" fontSize="8" manualRange="0" rowSpan="1" columnSpan="1" showUnit="0" vDistance="30" column="1" stacked="0" title="GPU Video Encode" hLines="1"> | |
<beam sensorName="gpu_video_encode" sensorType="integer" color="0xff0057ae" hostName="127.0.0.1"/> | |
</display> | |
</WorkSheet> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment