Track resource usage

Track resource usage in Linux — with the four heights of help laid out: do it now, make it easier for the next person to accept, work out the right move when you are stuck, and learn the pattern so it stops coming back.

4prompt heights
Open it in the interactive atlas →

The four heights

The same task, four distances: today's deadline, the next reviewer, the stuck moment, the pattern.

Execute — do the immediate task

+
Start tracking CPU, memory, disk I/O, and network per container on prod-app namespace. Deploy the…
Start tracking CPU, memory, disk I/O, and network per container on prod-app namespace. Deploy the monitoring agent to all three app clusters, ensure metrics are retained for 30 days, set alerts for CPU ≥ 85% sustained 5 minutes and disk I/O latency > 20ms, and verify dashboards show historical spikes for host db-02 and pod api-7.

Improve — make it easier to accept

+
Before I present resource metrics to ops, make them easy to act on: surface the top three hosts by…
Before I present resource metrics to ops, make them easy to act on: surface the top three hosts by sustained CPU, highlight pods with memory growth over 24 hours, show which alerts are firing most often, and call out any missing instrumentation. Flag anything that would make a reviewer hesitate to approve scaling.

Decide — diagnose the stuck moment

+
At 03:12 alerts for high CPU and OOMs hit on prod and I couldn’t tell if a deploy or a traffic…

Alert flooded at 3am and I missed the root cause.

At 03:12 alerts for high CPU and OOMs hit on prod and I couldn’t tell if a deploy or a traffic spike caused it. I have timelines, but not which metric tripped first. Recommend the fastest way to determine causation from the current data: which query or chart to run, whether to blame autoscaler or a leak, and the safe immediate action to stop customer impact.

Become — change the pattern

+
Every few weeks an alert fires, we scale or restart a service, and later the same issue returns. I…

We chase transient resource spikes without fixing the root cause.

Every few weeks an alert fires, we scale or restart a service, and later the same issue returns. I spend cycles firefighting instead of eradicating the cause. What three habits should my team adopt — in instrumentation, runbooks, and postmortems — to turn these recurring spikes into permanent fixes?

Next to this one

Other operating system work people do in Linux.

Every task here came from the work, not from a feature list — which is why the prompts name what you want done and never the button that does it. The tool changes; the work does not.
Copyright © LLOS.ai · 2026 — original pedagogy, voice, and design — all rights reserved.

The rest of the map

Same library, five ways in.