BigQuery automates data prep, analysis, and predictions with built-in AI assistance.
Build and deploy ML models using familiar SQL. Automate data prep with built-in Gemini. Query 1 TB and store 10 GB free monthly.
Try Free
Full-stack observability with actually useful AI | Grafana Cloud
Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.
Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
Monitor CPU load and terminal activity, execute command when idle
The loadavgd program monitors the CPU load and user input at (pseudo-)
terminals. It provides a kind of power management for server systems,
where keyboard or mouse activity can not be queried.
Loadavgd was written because powernap did not work on my system.
If the load is below a certain treshold and there is no input at any
(pseudo-) terminal for a given amount of time, an action is issued.
chartsd is a daemon which generates 2D line diagrams from any log-file which has a specific format. It can be used to generate diagrams of the statistical usage of the temperatures of the cpu, mainboard, harddiscs, the cpu load, the usage of memory, amm.
This is a monitor that takes vmstat output and pairs it with the top CPU consumers displaying some useful stats for each PID. The purpose of this script is performance monitoring and troubleshooting bottlenecks all in one screen.