Top-like CLI monitoring tool for Caddy

Are there any tools to monitor Caddy live requests like UNIX command line top tool? (htop, iotop, pgtop, etc.) Does Caddy offer an event API for this?

I have an issue that some requests get stuck on Caddy > Gunicorn > Pyramid HTTP stack. I am already using Caddy metrics interface for monitoring. However - metrics do not offer me insight on per-request level and list of active, live, HTTP requests and how long they have been waiting. This kind of tool would be crude, but very helpful to diagnose issues with request processing.

1 Like

Use the debug global option, Caddy’s logs will show detailed information of what’s going on.

Caddy doesn’t really keep much information about active connections in memory.

1 Like

This topic was automatically closed after 30 days. New replies are no longer allowed.