summaryrefslogtreecommitdiff
path: root/bus/stats.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix compilation for removal of link cacheSimon McVittie2011-07-291-5/+2
|
* Include size of link cache in per-connection statisticsSimon McVittie2011-06-241-2/+5
| | | | | Reviewed-by: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=34040
* Also record peak values for queued bytes/fds in connection statsSimon McVittie2011-06-241-4/+10
| | | | | Reviewed-by: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=34040
* Add an initial round of stats to the Stats interfaceSimon McVittie2011-06-241-0/+59
| | | | | Reviewed-by: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=34040
* Add a stub .Debug.Stats interface if --enable-statsSimon McVittie2011-06-241-0/+287
There are no actual statistics yet, just a count of how many times the method has been called, and (for the per-connection stats) the unique name. Reviewed-by: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=34040