| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Stats API converted to mdbook. | Garrett D'Amore | 2024-10-15 |
| | | | | | | A number of small errors were fixed, and we tried to restructure this to be a bit more usable to readers. | ||
| * | Editorial fixes to new nng_stat_bool page. | Garrett D'Amore | 2020-11-11 |
| | | |||
| * | fixes #1323 stats framework is *way* to heavy | Garrett D'Amore | 2020-11-11 |
| | | | | | | | This should reduce the amount of copying, and the overall size used by pipes and other objects quite a bit. (On my system, the sizeof nni_pipe shrank by 400 bytes, for example.) | ||
| * | fixes #861 Man pages need to use .adoc suffix | Garrett D'Amore | 2019-07-06 |
| | | |||
| * | Fixes manpage typos (#886) | jake-ruyi | 2019-02-20 |
| | | |||
| * | fixes typos in stat man pages | Jake Woltersdorf | 2019-01-15 |
| | | |||
| * | fixes #805 Bad cross reference in nng_stat_value page | Garrett D'Amore | 2018-11-27 |
| | | |||
| * | fixes #4 Statistics support | Garrett D'Amore | 2018-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. | |||
