Kaydet (Commit) dab20d1a authored tarafından Hakan Dündar's avatar Hakan Dündar

Minor improvements

üst f420bce8
......@@ -56,5 +56,5 @@ modules:
sources:
- type: git
url: https://github.com/hakandundar34coding/system-monitoring-center.git
commit: 9a5157eb0b71f3bfc3a13645715d4387bf18bac9
commit: f420bce812471e39a6c2f997e74ccdd9d6792471
......@@ -3290,7 +3290,9 @@ def gpu_load_amd_func(gpu_device_path, event):
def gpu_encoder_decoder_load_amd_func():
"""
Get video encoder/decoder engine loads of AMD GPUs by using "amdgpu_top" tool.
This is a 3rd party tool.
This is a 3rd party tool. GPU, video engine loads, etc. are get as intermittent data
if this tool is run repeatedly by using its single loop mode.
This tool uses its update interval for calculating these loads.
"""
command_list = ["amdgpu_top", "-J", "-s", "100ms", "-n", "1"]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment