2004-10-03 jrandom

* Add a new stat logging component to optionally dump the raw stats to
      disk as they are generated, rather than rely upon the summarized data.
      By default, this is off, but the router property "stat.logFilters" can
      be set to a comma delimited list of stats (e.g. "client.sendAckTime")
      which will be written to the file "stats.log" (or whatever the property
      "stat.logFile" is set to).  This can also log profile related stats,
      such as "dbResponseTime" or "tunnelTestResponseTime".
This commit is contained in:
jrandom
2004-10-03 20:48:43 +00:00
committed by zzz
parent d9f0a0fd74
commit 98d2d661a8
16 changed files with 252 additions and 56 deletions

View File

@ -1,4 +1,13 @@
$Id: history.txt,v 1.29 2004/10/02 07:31:16 jrandom Exp $
$Id: history.txt,v 1.30 2004/10/02 14:05:24 jrandom Exp $
2004-10-03 jrandom
* Add a new stat logging component to optionally dump the raw stats to
disk as they are generated, rather than rely upon the summarized data.
By default, this is off, but the router property "stat.logFilters" can
be set to a comma delimited list of stats (e.g. "client.sendAckTime")
which will be written to the file "stats.log" (or whatever the property
"stat.logFile" is set to). This can also log profile related stats,
such as "dbResponseTime" or "tunnelTestResponseTime".
2004-10-02 jrandom
* Assure that we quickly fail messages bound for shitlisted peers.