Justin Clark-Casey (justincc)
|
7cab41f422
refactor: replace verbose checks with String.IsNullOrEmpty where applicable.
|
преди 11 години |
Robert Adams
|
50c163ae6c
Add a JSON web fetch of the statististics managed by StatsManager.
|
преди 11 години |
Justin Clark-Casey (justincc)
|
e19defde36
Add "show caps stats by user" and "show caps stats by cap" console commands to print various counts of capability invocation by user and by cap
|
преди 11 години |
Justin Clark-Casey (justincc)
|
5dbdd5f8b4
refactor: Make stats and sim status simpler by extending BaseStreamHandler like other handlers instead of implementing the IStreamedRequestHandler interface directly
|
преди 11 години |
Justin Clark-Casey (justincc)
|
0d2fd0d914
Make general server stats available on the robust console as well as the simulator console
|
преди 11 години |
Justin Clark-Casey (justincc)
|
304c5d4a8b
On startup, start scenes after we're set up all local scenes, rather than starting scenes before others have been created.
|
преди 11 години |
Justin Clark-Casey (justincc)
|
c5de9840b0
refactor: Remove IClientNetworkServer.NetworkStop() in favour of existing Stop().
|
преди 11 години |
Justin Clark-Casey (justincc)
|
12900ea84e
Log same environment information to Robust log as is already done for simulator logs, for debug purposes
|
преди 11 години |
Justin Clark-Casey (justincc)
|
faf96f5c85
minor: Log location in which simulator/robust was started.
|
преди 11 години |
Justin Clark-Casey (justincc)
|
0e8ec5649e
Get "show modules" console command to obey selected command line region/s
|
преди 11 години |
Justin Clark-Casey (justincc)
|
145e38e5e9
Remove long unused Scene.DumpAssetsToFile boolean.
|
преди 11 години |
teravus
|
6b0310b829
Adds the ability to load more then one IClientNetworkServer thereby allowing additional client network servers at the same time. Use comma separated values in clientstack_plugin in your config. Additional plugins lying around shouldn't be picked up because the loader only loads configured dll assemblies and breaks at the first IClientNetworkServer found in the assembly. (the only new functionality is the ability to specify more in config). Note: The existing functionality also passes in a nini config.. and has a boolean to determine if the client network server should be initialized for a specific scene.
|
преди 11 години |
Justin Clark-Casey (justincc)
|
8c8c8a00a4
Fix problem where restarting the currently selected region would stop various console commands (e.g. "show users") from working.
|
преди 12 години |
Justin Clark-Casey (justincc)
|
9fcf3f1a3f
Make "config show/set/get/save" console commands available on all servers
|
преди 12 години |
Justin Clark-Casey (justincc)
|
5c48d7a378
factor out common HandleShow code for "show uptime"
|
преди 12 години |
Justin Clark-Casey (justincc)
|
2ccb53b42d
If no ISimulationDataStore or IEstateDataStore implementations could be loaded then halt with informative message rather than a later NRE.
|
преди 12 години |
Melanie
|
8c130bcaf5
Remove the old style module loader and all references to it
|
преди 12 години |
Justin Clark-Casey (justincc)
|
16809bd0ea
minor: Make the error thrown logged when a simulator in grid mode is trying to set estate owner to a user that doesn't exist a little more obvious.
|
преди 12 години |
Justin Clark-Casey (justincc)
|
1f2472d0fc
Extend "show stats" command to "show stats [list|all|<category name>]"
|
преди 12 години |
Justin Clark-Casey (justincc)
|
5a1b6fdf06
Don't enable the thread watchdog until all regions are ready.
|
преди 12 години |
Melanie
|
cf16ca9bda
Create the ability for physics modules to request assets on demand by
|
преди 12 години |
Justin Clark-Casey (justincc)
|
35efa88c26
Rename OpenSim.Framework.Statistics to OpenSim.Framework.Monitoring.
|
преди 12 години |
Justin Clark-Casey (justincc)
|
a1e99642c1
Add experimental "OpenSim object memory churn" statistics to output of region console "show stats" command
|
преди 12 години |
Justin Clark-Casey (justincc)
|
817f2d341d
Fix regression in 5f4f9f0 (Fri Jun 8 2012) which stopped "show stats" and json stats from working
|
преди 12 години |
Justin Clark-Casey (justincc)
|
5f4f9f0230
Add regression test for client logout due to ack timeout.
|
преди 12 години |
Mic Bowman
|
de44734fe9
Saving estate state is really slow (relatively) and it gets
|
преди 12 години |
Justin Clark-Casey (justincc)
|
231a3bf147
Implement optional name and description on http stream handlers so that we can relate a slow request to what the handler actually does and the agent it serves, if applicable.
|
преди 12 години |
Justin Clark-Casey (justincc)
|
4f17537555
Allow the user to enter help topics in upper or lowercase.
|
преди 12 години |
Justin Clark-Casey (justincc)
|
18b3f1132e
Rename Scene.StartTimer() to Start() - this method no longer uses a timer. Comment out more effectively unused old heartbeat code.
|
преди 12 години |
Justin Clark-Casey (justincc)
|
d6ebf2d6ca
Add ability to specify a default estate to be used when creating regions.
|
преди 12 години |