Monitoring & Observability

120 commands

promtool check configpromtool check rules /etc/prometheus/rules.ymlpromtool check web-configpromtool check healthypromtool check readypromtool check metricscat metrics.prom | promtool check metrics --extendedpromtool query instant http://localhost:9090 'up'promtool query range http://localhost:9090 'rate(cpu[5m])' --start=2026-08-09T00:00:00Z --end=2026-08-09T02:00:00Z --step=60spromtool tsdb listpromtool tsdb analyzepromtool check service-discoverypromtool debug pprofpromtool debug metrics http://localhost:9090promtool debug all http://localhost:9090promtool promql format 'sum(rate(http_requests_total[5m]))'promtool tsdb dump /var/lib/prometheusprometheus --config.file=/etc/prometheus/prometheus.ymlprometheus --web.listen-address=:9090prometheus --web.listen-address=127.0.0.1:9090prometheus --storage.tsdb.retention.time=30dprometheus --storage.tsdb.path=/var/lib/prometheusprometheus --web.external-url=https://prom.example.comcurl -s localhost:9100/metrics | head -20curl -s localhost:9100/metrics | grep node_cpu_seconds_totalsystemctl status prometheus-node-exporternode_exporter --collector.textfile.directory=/var/lib/node_exporter/textfilenode_exporter --web.listen-address=:9100node_exporter --collector.systemdnode_exporter --collector.disable-defaultsamtool alert queryamtool alert query alertname=HighCPUamtool alert query -o jsonamtool silence add --duration 2h --comment 'maintenance' --author aliceamtool silence add alertname=HighCPU -d 1h -c 'scheduled maintenance' -a aliceamtool silence expire 9f2b1a7c-4e3d-4f6a-9c1b-2a3b4c5d6e7famtool check-config alertmanager.ymlamtool alert query --alertmanager.url=http://localhost:9093grafana cli plugins install grafana-clock-panelgrafana cli plugins list-remotegrafana cli plugins lsgrafana cli plugins update grafana-clock-panelgrafana cli plugins update-allgrafana cli plugins remove grafana-clock-panelgrafana cli admin reset-admin-password Str0ngPassw0rd9systemctl status grafana-serverjournalctl -u grafana-server -fcurl -s http://localhost:3000/api/healthcurl -s -H 'Authorization: Bearer $GRAFANA_TOKEN' http://localhost:3000/api/healthdocker run -d --name uptime-kuma -p 3001:3001 -v uptime-kuma-data:/app/data louislam/uptime-kuma:2docker run -d --name uptime-kuma -p 127.0.0.1:3001:3001 -v uptime-kuma-data:/app/data louislam/uptime-kuma:2btopbtop -p 1btop -u 500btop -f nginxbtop -c ~/.config/btop/btop.confgdu /homegdu -n /homegdu -x /gdu -H /homedustdust -n 20dust -d 3dust -sdust -bdust -x /dufduf /homeduf --sort sizeduf --jsonduf --allduf --output mountpoint,size,usagebandwhichbandwhich -i eth0bandwhich -nbandwhich -tbandwhich -sgpustatgpustat --watchgpustat -i 2gpustat --jsongpustat -anloadnload eth0nload -u Mglances -wglances -sglances -c 192.168.1.10glances -t 5glances --export csvglances -bglances -1glances -B 127.0.0.1systemctl status netdatacurl -s 'http://localhost:19999/api/v1/allmetrics?format=prometheus' | headcurl -s 'http://localhost:19999/api/v1/allmetrics?format=json' | jqcurl -s 'http://localhost:19999/api/v1/charts' | jqcurl -s 'http://localhost:19999/api/v1/alarms' | jqcurl -s 'http://localhost:19999/api/v1/info' | jqcurl -s 'http://localhost:19999/api/v1/data?chart=system.cpu&after=-60' | jqnetdata -W buildinfosudo kill -USR2 $(pgrep -x netdata)iotopiotop -oiotop -b -n 3iotop -Piotop -knvidia-sminvidia-smi -l 5nvidia-smi --query-gpu=name,utilization.gpu,memory.used --format=csvjournalctl --vacuum-size=500Mjournalctl --vacuum-time=30djournalctl --rotatejournalctl --verifyjournalctl --output=jsonlogrotate -d /etc/logrotate.conflogrotate -f /etc/logrotate.confdocker compose logs uptime-kuma -fcurl -s http://localhost:9090/-/healthycurl -s -G http://localhost:9090/api/v1/query --data-urlencode 'query=up' | jq
Search all 7,657 commands instead.