mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 12:25:42 +08:00
* Refactor additional stats collection common code into base opensim server
* If extra stats not sent to the viewer are available on an opensim server, they are now uniformly accessible using the 'show stats' command
This commit is contained in:
@@ -391,7 +391,7 @@ namespace OpenSim
|
||||
{
|
||||
printAvailableVersionInformation();
|
||||
|
||||
StatsManager.StartCollectingSimExtraStats();
|
||||
m_stats = StatsManager.StartCollectingSimExtraStats();
|
||||
|
||||
// Do baseclass startup sequence: OpenSim.Region.ClientStack.RegionApplicationBase.StartUp
|
||||
// TerrainManager, StorageManager, HTTP Server
|
||||
|
||||
Reference in New Issue
Block a user