Skip to content

export everything to json#445

Open
thor2002ro wants to merge 2 commits intoSyllo:masterfrom
thor2002ro:master
Open

export everything to json#445
thor2002ro wants to merge 2 commits intoSyllo:masterfrom
thor2002ro:master

Conversation

@thor2002ro
Copy link

@thor2002ro thor2002ro commented Feb 15, 2026

some of us need everything exported so we can for example make a web dashboard with it :)

looks like this

nvtop -s
[
{
"pci": "0000:0c:00.0",
"integrated_graphics": false,
"encode_decode_shared": true,
"temp_slowdown_threshold": "100C",
"temp_shutdown_threshold": "105C",
"max_pcie_gen": 3,
"max_pcie_link_width": 16,
"device_name": "AMD Radeon RX 7900 XT",
"gpu_clock": "2MHz",
"gpu_clock_max": "2175MHz",
"mem_clock": "96MHz",
"mem_clock_max": "1249MHz",
"temp": "30C",
"fan_speed": "0%",
"power_draw": "11W",
"power_draw_max": "282W",
"gpu_util": "0%",
"encode_decode": "0%",
"mem_util": "0%",
"mem_total": "20464.0 MiB",
"mem_used": "34.59 MiB",
"mem_free": "20429.4 MiB",
"pcie_link_gen": 3,
"pcie_link_width": 16,
"pcie_rx": null,
"pcie_tx": null,
"effective_load_rate": 0,
"processes" : [
{
"pid": "3443353",
"cmdline": "nvtop -s",
"kind": "graphic",
"user": "root",
"gpu_usage": null,
"gpu_mem_bytes_alloc": "0.01 MiB",
"gpu_mem_usage": "0%",
"encode_decode": "0%"
},
{
"pid": "3443673",
"cmdline": "radeontop -b 0c:00.0 -d - -l 1",
"kind": "graphic",
"user": "root",
"gpu_usage": null,
"gpu_mem_bytes_alloc": "0.01 MiB",
"gpu_mem_usage": "0%",
"encode_decode": "0%"
}
]
},
{
"pci": "0000:08:00.0",
"integrated_graphics": false,
"encode_decode_shared": false,
"temp_slowdown_threshold": "94C",
"temp_shutdown_threshold": null,
"max_pcie_gen": 2,
"max_pcie_link_width": 4,
"device_name": "AMD Radeon RX 550 Series",
"gpu_clock": "214MHz",
"gpu_clock_max": "1071MHz",
"mem_clock": "300MHz",
"mem_clock_max": "1500MHz",
"temp": "46C",
"fan_speed": "0%",
"power_draw": "7W",
"power_draw_max": "35W",
"gpu_util": "0%",
"encode": 0%,
"decode": 0%,
"mem_util": "0%",
"mem_total": "4096.0 MiB",
"mem_used": "13.87 MiB",
"mem_free": "4082.1 MiB",
"pcie_link_gen": 1,
"pcie_link_width": 4,
"pcie_rx": 440KiB/s,
"pcie_tx": 5KiB/s,
"effective_load_rate": 0%,
"processes" : [
{
"pid": "3443353",
"cmdline": "nvtop -s",
"kind": "graphic",
"user": "root",
"gpu_usage": null,
"gpu_mem_bytes_alloc": "0.26 MiB",
"gpu_mem_usage": "0%",
"encode": null,
"decode": null
}
]
}
]

@thor2002ro thor2002ro force-pushed the master branch 2 times, most recently from 905ce7f to 69e7b37 Compare February 25, 2026 20:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant