Changeset 713 in code for trunk/doc


Ignore:
Timestamp:
Nov 17, 2021, 3:18:52 PM (4 years ago)
Author:
contact
Message:

Add pprof HTTP server

This enables production debugging of the bouncer.

Closes: https://todo.sr.ht/~emersion/soju/155

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/soju.1.scd

    r707 r713  
    101101        - _http+prometheus://localhost:<port>_ listens for plain-text HTTP
    102102          connections and serves Prometheus metrics (host must be "localhost")
     103        - _http+pprof://localhost:<port>_ listens for plain-text HTTP connections
     104          and serves pprof runtime profiling data (host must be "localhost"). For
     105          more information, see: <https://pkg.go.dev/net/http/pprof>.
    103106
    104107        If the scheme is omitted, "ircs" is assumed. If multiple *listen*
Note: See TracChangeset for help on using the changeset viewer.