From 184a288b4d04a58579d03b2d9518b1b6e0640e80 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Tue, 10 Jun 2008 18:10:57 +0000 Subject: * Add memory currently allocated to OpenSim to 'show stats' statistics * This is the GC.GetTotalMemory() method, which I'm guessing does not include memory used by the VM (hence the memory usage reported in top on linux would be much higher) --- OpenSim/Framework/Statistics/UserStatsCollector.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Framework/Statistics/UserStatsCollector.cs') diff --git a/OpenSim/Framework/Statistics/UserStatsCollector.cs b/OpenSim/Framework/Statistics/UserStatsCollector.cs index c7fe7c2..e094d91 100644 --- a/OpenSim/Framework/Statistics/UserStatsCollector.cs +++ b/OpenSim/Framework/Statistics/UserStatsCollector.cs @@ -32,7 +32,7 @@ namespace OpenSim.Framework.Statistics /// /// Collects user service statistics /// - public class UserStatsCollector : IStatsCollector + public class UserStatsCollector : BaseStatsCollector { private Timer ageStatsTimer = new Timer(24 * 60 * 60 * 1000); -- cgit v1.1