Browse Source

update readme

pull/509/head v0.17.1
aler9 4 years ago
parent
commit
ceed37838e
  1. 4
      README.md

4
README.md

@ -58,7 +58,7 @@ Plus:
* [Corrupted frames](#corrupted-frames) * [Corrupted frames](#corrupted-frames)
* [HTTP API](#http-api) * [HTTP API](#http-api)
* [Metrics](#metrics) * [Metrics](#metrics)
* [Pprof](#pprof) * [pprof](#pprof)
* [Command-line usage](#command-line-usage) * [Command-line usage](#command-line-usage)
* [Compile and run from source](#compile-and-run-from-source) * [Compile and run from source](#compile-and-run-from-source)
* [Links](#links) * [Links](#links)
@ -552,7 +552,7 @@ where:
* `rtmp_conns{state="read"}` is the count of RTMP connections that are reading * `rtmp_conns{state="read"}` is the count of RTMP connections that are reading
* `rtmp_conns{state="publish"}` is the count of RTMP connections that are publishing * `rtmp_conns{state="publish"}` is the count of RTMP connections that are publishing
### PProf ### pprof
A performance monitor, compatible with pprof, can be enabled with the parameter `pprof: yes`; then the server can be queried for metrics with pprof-compatible tools, like: A performance monitor, compatible with pprof, can be enabled with the parameter `pprof: yes`; then the server can be queried for metrics with pprof-compatible tools, like:

Loading…
Cancel
Save