Skip to content

Commit

Permalink
Merge pull request #2290 from RamanaReddy8801/NR-231062
Browse files Browse the repository at this point in the history
Sanitized the  dashboard json file of nvidia gpu quickstart
  • Loading branch information
Andrew Anguiano authored Feb 22, 2024
2 parents 94883fa + 151d1ea commit 252b535
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions dashboards/nvidia-gpu/nvidia-gpu.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"dataFormatters": [],
"nrqlQueries": [
{
"accountId": 123,
"accountId": 0,
"query": "FROM NvidiaGpuSample SELECT latest(clocks.current.memory.MHz) as 'Memory MHz', latest(clocks.current.graphics.MHz) as 'Graphics MHz', latest(clocks.current.video.MHz) as 'Video MHz', latest(clocks.current.sm.MHz) as 'SM MHz' "
}
],
Expand All @@ -60,7 +60,7 @@
},
"nrqlQueries": [
{
"accountId": 123,
"accountId": 0,
"query": "FROM NvidiaGpuSample SELECT latest(clocks.current.memory.MHz) as 'Memory MHz', latest(clocks.current.graphics.MHz) as 'Graphics MHz', latest(clocks.current.video.MHz) as 'Video MHz', latest(clocks.current.sm.MHz) as 'SM MHz' TIMESERIES"
}
],
Expand All @@ -86,7 +86,7 @@
},
"nrqlQueries": [
{
"accountId": 123,
"accountId": 0,
"query": "FROM NvidiaGpuSample SELECT latest(name) FACET pci.device_id, hostname "
}
]
Expand All @@ -107,7 +107,7 @@
"dataFormatters": [],
"nrqlQueries": [
{
"accountId": 123,
"accountId": 0,
"query": "FROM NvidiaGpuSample SELECT latest(temperature.gpu) as 'GPU Temp', latest(temperature.memory) as 'Memory Temp', latest(fan.speed.percent) as 'Fan speed %'"
}
],
Expand All @@ -129,7 +129,7 @@
"dataFormatters": [],
"nrqlQueries": [
{
"accountId": 123,
"accountId": 0,
"query": "FROM NvidiaGpuSample SELECT latest(power.draw.watts) as 'Power Draw Watts', latest(`power.limit.watts`) as 'Power Limit Watts', latest(power.draw.watts)/latest(`power.limit.watts`) * 100 as 'Power usage %'"
}
],
Expand All @@ -151,7 +151,7 @@
"dataFormatters": [],
"nrqlQueries": [
{
"accountId": 123,
"accountId": 0,
"query": "FROM NvidiaGpuSample SELECT latest(memory.free.MiB) as 'Memory Free MiB', latest(memory.used.MiB) as 'Memory Used MiB', latest(memory.total.MiB) as 'Memory Total MiB'"
}
],
Expand All @@ -175,7 +175,7 @@
},
"nrqlQueries": [
{
"accountId": 123,
"accountId": 0,
"query": "FROM NvidiaGpuSample SELECT latest(memory.used.MiB/memory.total.MiB) * 100 as 'Memory Used %', latest(utilization.gpu.percent) as 'GPU Utilization %', latest(power.draw.watts)/latest(`power.limit.watts`)*100 as 'Power Usage %', latest(fan.speed.percent) as 'Fan Speed %' TIMESERIES"
}
],
Expand Down

0 comments on commit 252b535

Please sign in to comment.