Linux System Monitoring: Tools and Techniques
Monitor Linux servers with htop, iostat, netstat, vmstat, and Prometheus, pick the right tool for CPU, memory, disk, and network issues.
All the articles with the tag "devops".
Monitor Linux servers with htop, iostat, netstat, vmstat, and Prometheus, pick the right tool for CPU, memory, disk, and network issues.
journalctl, grep, awk, and tail -f, read your Linux logs like a pro and find the error before it pages you at 3 AM.
Move beyond single containers, Docker Compose lets you define and run multi-service apps with one YAML file and one command.
Generate code documentation with Doxygen without installing it, run it from a Docker container and get HTML docs from any codebase.
The docker compose commands you actually use daily, up, down, logs, exec, pull, and the flags that make them way more useful.
Expose Docker's Unix socket over TCP so remote tools and dashboards can connect, daemon.json config for Linux and Windows.
Service restart not showing logs? systemd hides stdout. Learn journalctl, systemctl status, and debugging workflows for silent systemd failures.
logrotate keeps your /var/log from eating the disk, configure rotation schedules, compression, and retention for any service log.