summaryrefslogtreecommitdiffstats
path: root/runtime/statsobj.c
Commit message (Collapse)AuthorAgeFilesLines
* added new-style zeromq plugins, based on czmq api and rsyslog v6 confDavid Kelly2012-05-291-3/+9
|
* impstats: added $PStatsJSON directiveRainer Gerhards2012-04-011-2/+9
|
* stats module: added capability to format as cee-enhanced syslogBrian Knox2012-04-011-0/+50
|
* Merge branch 'v6-stable'Rainer Gerhards2012-03-171-18/+18
|\ | | | | | | | | | | | | Conflicts: plugins/imuxsock/imuxsock.c runtime/queue.c runtime/queue.h
| * changed statsobj interface and added better docRainer Gerhards2012-03-141-18/+18
| |
| * bugfix: stats counter were not properly initialized on creationRainer Gerhards2011-12-201-0/+2
| |
* | Merge branch 'v5-devel'Rainer Gerhards2011-12-201-0/+2
|\ \
| * | bugfix: stats counter were not properly initialized on creationRainer Gerhards2011-12-201-0/+2
| |/
* / more cleanup...Rainer Gerhards2011-07-111-1/+0
|/
* improved statistics-gathering subsystemRainer Gerhards2010-09-131-0/+315
... 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.