* 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)
This commit is contained in:
Justin Clarke Casey
2008-06-10 18:10:57 +00:00
parent 53cc63e243
commit 184a288b4d
4 changed files with 59 additions and 6 deletions

View File

@@ -32,7 +32,7 @@ namespace OpenSim.Framework.Statistics
/// <summary>
/// Collects user service statistics
/// </summary>
public class UserStatsCollector : IStatsCollector
public class UserStatsCollector : BaseStatsCollector
{
private Timer ageStatsTimer = new Timer(24 * 60 * 60 * 1000);