diff --git a/ui/src/pages/AgentHealth/AgentHealth.tsx b/ui/src/pages/AgentHealth/AgentHealth.tsx
index 60f3b35e..802ab096 100644
--- a/ui/src/pages/AgentHealth/AgentHealth.tsx
+++ b/ui/src/pages/AgentHealth/AgentHealth.tsx
@@ -663,6 +663,7 @@ export default function AgentHealth() {
{group.totalTps.toFixed(1)} msg/s
{group.totalActiveRoutes}/{group.totalRoutes} routes
+ {group.maxCpu >= 0 && {(group.maxCpu * 100).toFixed(0)}% cpu}
{group.totalTps.toFixed(1)} msg/s
{group.totalActiveRoutes}/{group.totalRoutes} routes
+ {group.maxCpu >= 0 && {(group.maxCpu * 100).toFixed(0)}% cpu}