12 Commits

Author SHA1 Message Date
tidotua
7f8aef9588 system-monitor-graph@rcassani: Add support for CPU and GPU temperatures (#1768)
---------

Co-authored-by: rcassani <raymundo.cassani@gmail.com>
2026-03-29 00:50:18 -04:00
Brett Fox
4ffb49f19f system-monitor-graph@rcassani: Add Network Monitoring Support (#1511) 2025-07-05 08:43:05 -04:00
Zola
e5c7547814 system-monitor-graph@rcassani: Add error handling for amdgpu (#1407)
* This commit adds error checking to prevent desklet or Cinnamon crashes
    when any of the used files are absent from the system, most often
    because the system doesn't have a gpu from AMD.

    It also switches amdgpu functions to use async function calls for
    file reading, like the rest of the desklet.

---------

Co-authored-by: rcassani <raymundo.cassani@gmail.com>
2025-02-20 16:30:27 -05:00
Raymundo Cassani
6bf74d5969 system-monitor-graph@rcassani: Bugfix: switch structures in JavaScript are fall-through (#1399)
* https://www.freecodecamp.org/news/fall-through-in-javascript-switch-statements/
2025-02-09 16:08:41 -05:00
Zola
1ca999d361 system-monitor-graph@rcassani: Add support for amdgpu and bump version (#1394)
* This commit adds support for showing GPU and VRAM usage on GPUs
  which make use of the amdgpu driver.

  It should be noted that GPU usage can be somewhat inaccurate
  because of the low sampling frequency.
2025-02-08 15:20:12 -05:00
Georg Sieber
ffa89bedca system-monitor-graph@rcassani: Fix Stuttering (#938)
* read files directly without using 'cat'/'head' to improve performance and use communicate_utf8_async for async command execution

* bump version
2023-10-26 13:59:04 -04:00
rcassani
5697cf0434 Add option to select binary (IEC) or decimal prefixes for data size 2022-12-23 18:20:01 -05:00
rcassani
ae9d092953 Minor code cleanup 2022-06-11 17:02:18 -04:00
Georg Sieber
bedc67944d bump version & update README 2022-04-18 19:42:40 +02:00
Raymundo Cassani
e1e0182718 Add capacity to monitor Usage and Memory in NVIDIA GPUs 2020-12-31 14:32:23 -05:00
Raymundo Cassani
621f1a66ad Updates version numering 2020-10-17 17:15:18 -04:00
Raymundo Cassani
70bcd0b6dd Add Desklet system-monitor-graph@rcassani 2020-05-31 19:13:48 -04:00