Tag: Monitoring

Browse all articles, tutorials, and guides about Monitoring

Posts

Kubernetes
2025-08-12|6 min read

The 5-Minute Kubernetes Cluster Health Check

Learn how to quickly assess your Kubernetes cluster's health with essential commands and catch issues before they become critical problems.

DevOps
2025-07-09|12 min read

A Day in the Life of a DevOps Engineer

Follow a DevOps engineer through a typical day - from morning deployments to midnight hotfixes. Real challenges, real solutions, and real impact on business operations.

Linux
2025-05-03|7 min read

Network Usage Top/Htop on Linux

Monitor real-time network bandwidth usage on Linux with tools like iftop, nethogs, nload, and bmon. Learn which processes are consuming bandwidth, track interface statistics, and identify network bottlenecks.

Linux
2025-04-05|8 min read

How to Measure the Actual Memory Usage of an Application or Process

Learn how to accurately measure real memory usage of processes in Linux, understand the difference between virtual, resident, and shared memory, and use the right tools for memory analysis.

DevOps
2025-03-12|6 min read

What is P99 Latency?

P99 latency measures the response time at the 99th percentile, showing how fast your slowest 1% of requests are. Learn why P99 is more important than average latency for understanding real user experience.

Linux
2024-10-18|6 min read

How to Grep a Continuous Stream in Real-Time

Learn how to filter live log streams with grep, including line-buffering for immediate output, following log files, and monitoring command output as it happens.

Kubernetes
2024-09-01|5 min read

kubectl logs - Continuously

Learn how to use kubectl to stream logs continuously from Kubernetes Pods for real-time monitoring.

Kubernetes
2024-07-10|7 min read

Checking Kubernetes Pod CPU and Memory Utilization

Learn how to monitor CPU and memory usage of Kubernetes Pods using kubectl and metrics-server.