tracking

All posts tagged tracking by Linux Bash
  • Posted on
    Featured Image
    Practical guide for devs/admins to monitor ML model performance with lightweight Bash, covering prerequisites (Linux CLI, cron, metrics), setup for APIs or logs, scripts using curl+jq for JSON and tail/awk for CSV, automation via cron, and best practices on reliability, security, and efficiency, plus pointers to advanced stacks like Prometheus/Grafana and further learning resources.
  • Posted on
    Featured Image
    Explore the functionality of 'uptimed,' a Linux tool that offers efficient tracking of system uptime records. It operates as a daemon, recording uptime history and displaying leaderboards via the 'uprecords' command. The article provides detailed installation instructions for Debian-based systems, Fedora/RHEL, and openSUSE, along with guidance on configuring and autostarting the daemon. Ideal for system admins and Linux enthusiasts, 'uptimed' enhances system management by monitoring uptime, essential for maintaining system reliability and performance.
  • Posted on
    Featured Image
    Discover `dmesg` and `journalctl`, essential tools for Linux system troubleshooting and monitoring. `dmesg` helps view kernel-related messages for diagnosing boot and hardware issues, while `journalctl` taps into `systemd` for persistent, detailed logs over extended periods. Learn how to effectively use log filtering, real-time monitoring, and troubleshoot using these tools to improve server management. Whether you're a novice or an experienced administrator, mastering these can significantly enhance system maintenance efficiency.