mirror of
https://github.com/nicolargo/glances.git
synced 2026-02-08 04:51:24 -05:00
25 lines
455 B
ReStructuredText
25 lines
455 B
ReStructuredText
.. _npu:
|
|
|
|
NPU
|
|
===
|
|
|
|
For the moment, only following NPU are supported on modern Linux Kernel:
|
|
- AMD: frequency
|
|
- INTEL: frequency, temperature
|
|
- ROCKSHIP: load, frequency
|
|
|
|
.. image:: ../_static/npu.png
|
|
|
|
.. code-block:: ini
|
|
|
|
[npu]
|
|
disable=False
|
|
# Default NPU load thresholds in %
|
|
load_careful=50
|
|
load_warning=70
|
|
load_critical=90
|
|
# Default NPU frequency thresholds in %
|
|
freq_careful=50
|
|
freq_warning=70
|
|
freq_critical=90
|