diff --git a/web/src/routes/System.jsx b/web/src/routes/System.jsx
index 5abc5144c..33383b9ff 100644
--- a/web/src/routes/System.jsx
+++ b/web/src/routes/System.jsx
@@ -144,6 +144,7 @@ export default function System() {
P-ID |
Inference Speed |
CPU % |
+ Memory % |
@@ -151,6 +152,7 @@ export default function System() {
{detectors[detector]['pid']} |
{detectors[detector]['inference_speed']} ms |
{cpu_usages[detectors[detector]['pid']]?.['cpu'] || '- '}% |
+ {cpu_usages[detectors[detector]['pid']]?.['mem'] || '- '}% |