summaryrefslogtreecommitdiffstats
path: root/runtime/statsobj.h
Commit message (Collapse)AuthorAgeFilesLines
* added new-style zeromq plugins, based on czmq api and rsyslog v6 confDavid Kelly2012-05-291-1/+2
|
* impstats: added $PStatsJSON directiveRainer Gerhards2012-04-011-2/+12
|
* changed statsobj interface and added better docRainer Gerhards2012-03-141-16/+39
|
* bugfix: fixed build problems on some platformsRainer Gerhards2010-12-011-4/+4
| | | | namely those that have 32bit atomic operations but not 64 bit ones
* fixed compile problems on Solarisv5.7.0Rainer Gerhards2010-09-161-2/+2
|
* improved statistics-gathering subsystemRainer Gerhards2010-09-131-0/+124
... well, actually this is a first real implementation of this subsystem. I have added a counter registry, a way to access the countres (as readable string) and a way to define and maintem them. Also, module impstats has been updated to utilize the new system. Finally, I added some counters. I hope that this sets the baseline for useful future enhancements.