OpenSimMirror/OpenSim/Grid
Justin Clarke Casey a4bf98f4ba * Add asset/texture cache statistics to region server console
* You can type 'stats' at the REGION# prompt to get this information in grid or standalone mode
* Don't take these numbers as gospel yet, since for some reason textures displayed from inventory which require downloading from the server are being recorded as assets 
rather than textures
* But I don't have any reason to believe they aren't broadly accurate.
* I've put these in so I can tell whether the high memory usage on regions is down to the asset/texture cache
* This will require a prebuild
* DEV: Only adds needed to be implemented since, as far as I can tell, assets cached are currently never released.  For my part, seeing large cache memory numbers will 
provoke me to think about doing something about this.
* DEV: Now switched to using a singleton to get the stats reporters rather than threading the object through various layers
* DEV: Will refactor the other server stats reporters to do this in one of the next commits
2008-01-31 00:42:31 +00:00
..
AssetServer * Add asset/texture cache statistics to region server console 2008-01-31 00:42:31 +00:00
GridServer * Mother of all commits: 2008-01-15 02:09:55 +00:00
GridServer.Config Whitespace cleanup. 2008-01-10 06:49:29 +00:00
InventoryServer Move unused inventory files into the attic 2007-12-31 20:09:47 +00:00
Manager Whitespace cleanup. 2008-01-10 06:49:29 +00:00
MessagingServer * Added hooks for logout to all IUserService and all that implement it. 2008-01-20 23:08:50 +00:00
ScriptEngine Added patch from Johan. First attempt to solve the LibSL.Packet GC problem. Works with LibSL rev>1532 2007-12-20 05:43:02 +00:00
ScriptServer Removed ScriptServer.csproj from svn. 2008-01-26 09:36:19 +00:00
UserServer * Add total logouts (and total logins) to server side user stats 2008-01-28 22:00:38 +00:00
UserServer.Config Whitespace cleanup. 2008-01-10 06:49:29 +00:00