Instant query from CLI prometheus

run PromQL without a browser; great for scripted top-N investigations

promtool query instant http://localhost:9090 'topk(5, sum by(pod)(rate(container_cpu_usage_seconds_total[5m])))'
more prometheus all 30 commands →