Projects tigase _server server-core Issues #330
StatsDumping to file as a module inside Tigase (#330)
Closed
wojciech.kapcia@tigase.net opened 1 decade ago

Add a module to statistics component that, if enabled, would dump complete server statistics to a file (v. StatsDumper.groovy)

Artur Hefczyc commented 1 decade ago

There is an API for this in Tigase: StatisticsArchivizerIfc. There are a few plugins implementing this already, but they are storing metrics in DB. A new plugin could just dump everything to a filesystem. Should be off by default or if On by default it should dump stats not more often than once an hour.

wojciech.kapcia@tigase.net commented 1 decade ago

Created new CounterDataFileLogger utilizing @StatisticsArchivizerIfc@. It's off by default, configuration follows convention used by Statistics Archivizers. A new documentation entry regarding Statistics Archivizers in general was created: [--stats-archiv](http://www.tigase.org/content/stats-archiv)

issue 1 of 1
Type
New Feature
Priority
Normal
Assignee
RedmineID
1995
Spent time
45h
Issue Votes (0)
Watchers (0)
Reference
tigase/_server/server-core#330
Please wait...
Page is in error, reload to recover