summaryrefslogtreecommitdiffstats
path: root/plugins/impstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'v5-devel'Rainer Gerhards2011-12-191-1/+1
|\ | | | | | | | | | | | | Conflicts: ChangeLog action.c plugins/imudp/imudp.c
| * new stats counter "discarded" for queue objectRainer Gerhards2011-12-161-1/+1
| | | | | | | | Tells how many messages have been discarded due to queue full condition.
* | milestone: added module config namesRainer Gerhards2011-07-201-0/+1
| |
* | move impstats to new config interfaceRainer Gerhards2011-05-201-14/+32
| |
* | step: imtcp moved to new config interfaceRainer Gerhards2011-05-051-2/+2
| | | | | | | | as far as we know that new interface right now ;)
* | step: put plumbing in place for new input module config systemRainer Gerhards2011-05-031-0/+30
| |
* | Merge branch 'v5-devel'Rainer Gerhards2011-04-151-0/+2
|\| | | | | | | | | Conflicts: plugins/impstats/impstats.c
| * bugfix: doc for impstats had wrong config statementsRainer Gerhards2011-04-141-0/+2
| | | | | | | | | | | | | | also, config statements were named a bit inconsistent, resolved that problem by introducing an alias and only documenting the consistent statements Thanks to Marcin for bringing up this problem.
* | Merge branch 'v5-beta'Rainer Gerhards2011-03-111-0/+1
|\| | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html plugins/omlibdbi/omlibdbi.c tests/Makefile.am tests/diag.sh
| * fixed small regression from gnutls fd leak fixRainer Gerhards2011-03-061-0/+1
| |
* | Merge branch 'v5-devel'Rainer Gerhards2010-10-051-4/+4
|/ | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html plugins/imuxsock/imuxsock.c runtime/rsyslog.h
* improved statistics-gathering subsystemRainer Gerhards2010-09-131-12/+27
| | | | | | | | ... 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.
* fixed small memory leak, corrected input nameRainer Gerhards2010-09-091-1/+3
|
* added module impstat to emit periodic statistics on rsyslog countersRainer Gerhards2010-09-092-0/+217
This is a *very first* and *very rough* and *very featureless* first shot at this functionality. It is assumed that we will enhance the stats system as a by-line while doing other development.