mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
* 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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user