| View previous topic :: View next topic |
| Author |
Message |
Anonymous Guest
|
Posted: Sun May 21, 2006 4:12 pm Post subject: a way to archive the stats? |
|
|
hi. is there a way to archive teh admin stats from /admin/stats.xsl like in a log?
I'd like to keep track of the server activities esp bytes read/sent, listeners etc but the stats are deleted as soon as the mountpoint stops
should it be requested in the "Feature Requests" forum? |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Sun May 21, 2006 5:37 pm Post subject: |
|
|
The stats for the mountpoint are cleared out when the stream stops because that is part of the cleanup. In theory the stats could be left and just marked hidden but some mechanism needs to be defined for clearing out these stats, also stats that are based on peak values would need a stats handler as you don't have the internal structures for comparison. If there is interest in this then I don't see why it wouldn't work.
You can of course receive the stats with something like
curl -X STATS 'http://admin:hackme@host:8000/'
karl. |
|
| Back to top |
|
 |
|