Add summary stat's calculation

This commit is contained in:
Andrew Johnson
2025-02-18 14:20:14 -06:00
parent 90f97a7037
commit 72f3e75c8d
4 changed files with 39 additions and 10 deletions

View File

@ -21,7 +21,8 @@ __Add new items below here__
### New `dbServerStats()` API for iocStats
A new routine provides the ability to request channel and client counts from
name server layers that implement the `stats()` method. A preprocessor macro
named server layers that implement the `stats()` method, or to get a summary
of the counts from all registered server layers. A preprocessor macro
`HAS_DBSERVER_STATS` macro is defined in the `dbServer.h` header file to
simplify code that needs to support older versions of Base as well.