aboutsummaryrefslogtreecommitdiff
path: root/docs/man/nng_stat.5.adoc
Commit message (Collapse)AuthorAge
* Stats API converted to mdbook.Garrett D'Amore2024-10-15
| | | | | A number of small errors were fixed, and we tried to restructure this to be a bit more usable to readers.
* Don't use explicit curved apostrophes.Garrett D'Amore2020-06-18
| | | | Modern asciidoctor will detect this correctly based on context.
* fix sections for stat man pagesGarrett D'Amore2020-01-23
|
* fixes #1081 Use after free possible in statsGarrett D'Amore2020-01-01
| | | | | | | fixes #1080 Desire better way to access statistics for NNG objects We've also added a test that uses some of this, in order to verify that the req protocol rejects invalid peers.
* fixes #861 Man pages need to use .adoc suffixGarrett D'Amore2019-07-06
|
* Fixes manpage typos (#886)jake-ruyi2019-02-20
|
* fixes typos in stat man pagesJake Woltersdorf2019-01-15
|
* fixes #4 Statistics supportGarrett D'Amore2018-09-03
This introduces new public APIs for obtaining statistics, and adds some generic stats for dialers, listeners, pipes, and sockets. Also added are stats for inproc and pairv1 protocol. The other protocols and transports will have stats added incrementally as time goes on. A simple test program, and man pages are provided for this. Start by looking at nng_stat(5). Statistics does have some impact, and they can be disabled by using the advanced NNG_ENABLE_STATS (setting it to OFF, it's ON by default) if you need to build a minimized configuration.