Fix percentage stats to multiply by 100. Adjust container name for packetpool stats.

This commit is contained in:
Justin Clark-Casey (justincc)
2012-10-12 00:26:15 +01:00
parent 8a402850dd
commit 59a17ad676
2 changed files with 4 additions and 4 deletions

View File

@@ -48,14 +48,14 @@ namespace OpenSim.Region.ClientStack.LindenUDP
"PacketsReused",
"Packets reused",
"clientstack",
"simulator",
"packetpool",
StatVerbosity.Debug,
"Number of packets reused out of all requests to the packet pool");
private PercentageStat m_blocksReusedStat = new PercentageStat(
"BlocksReused",
"Blocks reused",
"clientstack",
"packetpool",
"simulator",
StatVerbosity.Debug,
"Number of data blocks reused out of all requests to the packet pool");