diff --git a/frigate/util.py b/frigate/util.py index b5e5ac2c9..5789fc1b7 100755 --- a/frigate/util.py +++ b/frigate/util.py @@ -869,7 +869,7 @@ def get_bandwidth_stats() -> dict[str, dict]: ): process = stats[0].split("/") usages[process[len(process) - 2]] = { - "bandwidth": round(float(stats[2]), 1), + "bandwidth": round(float(stats[1])+float(stats[2]), 1), } except: continue