Justin Clark-Casey (justincc)
|
c97890ca69
Add "force gc" region console command which manually invokes garbage collection.
|
12 年 前 |
Justin Clark-Casey (justincc)
|
1f2472d0fc
Extend "show stats" command to "show stats [list|all|<category name>]"
|
12 年 前 |
Justin Clark-Casey (justincc)
|
1133f81dce
Remove a couple of compiler warnings pointed out by SignpostMarv
|
12 年 前 |
Justin Clark-Casey (justincc)
|
5aec0ff207
Move Watchdog and MemoryWatchdog classes into OpenSim.Framework.Monitoring with other monitoring code from OpenSim.Framework
|
12 年 前 |
Justin Clark-Casey (justincc)
|
35efa88c26
Rename OpenSim.Framework.Statistics to OpenSim.Framework.Monitoring.
|
12 年 前 |
Justin Clark-Casey (justincc)
|
916e3bf886
Where possible, use the system Encoding.ASCII and Encoding.UTF8 rather than constructing fresh copies.
|
12 年 前 |
Justin Clark-Casey (justincc)
|
9f3feeff8d
If starting scripts on initial sim start, provide INFO level log feedback each time 50 scripts have been started.
|
12 年 前 |
Justin Clark-Casey (justincc)
|
4cfaa01c0a
Remove STARTUP COMPLETE message from the startuplogo.txt file and into main logging
|
12 年 前 |
Justin Clark-Casey (justincc)
|
6b3f9fcde0
Comment out the neighbour and land in connectors from info logging that they are starting up
|
12 年 前 |
Justin Clark-Casey (justincc)
|
59b6f6a6e0
minor: reuse threadpool count we just fetched instead of fetching it again
|
12 年 前 |
Justin Clark-Casey (justincc)
|
bece2023e7
Add total scripts count to "show threads"
|
12 年 前 |
Justin Clark-Casey (justincc)
|
6e8f80f1ab
Improve threadpool reporting to "show threads" console command (also gets printed out periodically)
|
12 年 前 |
Justin Clark-Casey (justincc)
|
749c3fef8a
Change "help" to display categories/module list then "help <category/module>" to display commands in a category.
|
12 年 前 |
Justin Clark-Casey (justincc)
|
9e6ffe7798
Rename Watchdog.GetThreads() to GetThreadsInfo() to reflect what it actually returns and for consistency.
|
12 年 前 |
Justin Clark-Casey (justincc)
|
b817c337dc
On Windows automatically load the correct native ODE library depending on whether the process is 32-bit or 64-bit
|
12 年 前 |
Justin Clark-Casey (justincc)
|
1505c22995
Use Environment.TickCount & Int32.MaxValue; instead of Util.EnvironmentTickCount(); when producing the threads report to reduce wraparound.
|
12 年 前 |
Justin Clark-Casey (justincc)
|
4567555c49
Implement IOSHttpRequest and IOSHttpResponse http interfaces and use instead of OSHttpRequest/OSHttpResponse.
|
13 年 前 |
Justin Clark-Casey (justincc)
|
aea547cd11
fix build break on UserManagementModule.
|
13 年 前 |
Justin Clark-Casey (justincc)
|
29eb3b2eb5
improve formatting of "show threads"
|
13 年 前 |
Justin Clark-Casey (justincc)
|
7db38a351c
Add number of milliseconds since last update to "show threads"
|
13 年 前 |
Justin Clark-Casey (justincc)
|
a4d4f54848
minor: add "threads show" as synonym for "show threads" for consistency
|
13 年 前 |
Justin Clark-Casey (justincc)
|
968cae6c17
Add "threads abort <thread-id>" simulator console command that allows us to abort a watchdog managed thread.
|
13 年 前 |
Justin Clark-Casey (justincc)
|
fba961c63f
Make default serverside_object_permissions = true since this better matches user expectations.
|
13 年 前 |
Justin Clark-Casey (justincc)
|
e765759f50
If OpenSim has been built from a git tree, then include version information automatically by dereferencing .git/HEAD
|
13 年 前 |
Justin Clark-Casey (justincc)
|
759e855566
refactor: rename gitCommitFileName to manualVersionFileName since bin/.version doesn't necessary have to be a git hash
|
13 年 前 |
Justin Clark-Casey (justincc)
|
ba8826d2b8
Fix "set log level" to once again display current log level if it's not given a parameter
|
13 年 前 |
Justin Clark-Casey (justincc)
|
cb14e1d272
Update the "config get <section> <key>" command to "config get [<section>] [<key>]"
|
14 年 前 |
Justin Clark-Casey (justincc)
|
e44ceaaea3
make "show info" and "show version" show the same version text
|
14 年 前 |
Justin Clark-Casey (justincc)
|
43f948d691
add current console log level to "show info"
|
14 年 前 |
Justin Clark-Casey (justincc)
|
b0aebc6f3d
minor: make "show info" help slightly clearer
|
14 年 前 |