aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Monitoring (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | | | | | | | | | | | Write UDP statistics to the log, not just the console (e.g., "show queues")Oren Hurvitz2014-07-211-31/+22
* | | | | | | | | | | | | | | | | | | | | | | | | | Fix issue with running "stats record start|stop" console commandJustin Clark-Casey (justincc)2014-07-081-4/+4
* | | | | | | | | | | | | | | | | | | | | | | | | | Change assembly versions to 0.8.1Justin Clark-Casey (justincc)2014-06-171-1/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | Add monitored thread last update times as stats in "show stats all"Justin Clark-Casey (justincc)2014-03-211-0/+26
* | | | | | | | | | | | | | | | | | | | | | | | | | minor: Make "stats show" an alias for "show stats" command.Justin Clark-Casey (justincc)2014-03-191-2/+10
* | | | | | | | | | | | | | | | | | | | | | | | | | Rename "debug stats record" command to "stats record" for consistency. Move ...Justin Clark-Casey (justincc)2014-03-191-3/+3
* | | | | | | | | | | | | | | | | | | | | | | | | | Allow a snapshot of stats to be dumped to a file with a "stats save" commandJustin Clark-Casey (justincc)2014-03-191-3/+46
* | | | | | | | | | | | | | | | | | | | | | | | | | Allow "show stats" console command to take a full stat name and display only ...Justin Clark-Casey (justincc)2014-03-181-1/+23
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | refactor: replace verbose checks with String.IsNullOrEmpty where applicable.Justin Clark-Casey (justincc)2013-11-151-3/+3
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | Bump OPenSimulator version and assembly versions up to 0.8.0 DevJustin Clark-Casey (justincc)2013-10-041-1/+1
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | minor: Correct typo on "debug stats record start" messageJustin Clark-Casey (justincc)2013-08-231-1/+1
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | minor: remove mono compiler warning in StatsManagerJustin Clark-Casey (justincc)2013-08-171-1/+1
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Stats treaking. Update ToOSDMap for Stat and PercentageStat to returnRobert Adams2013-08-104-150/+235
* | | | | | | | | | | | | | | | | | | | | Add parameter and explanation of ManagedStats return to OpenSimDefaults.ini.Robert Adams2013-08-081-0/+6
* | | | | | | | | | | | | | | | | | | | | Add a JSON web fetch of the statististics managed by StatsManager.Robert Adams2013-08-081-0/+31
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Add file missing from last commit 4c2f6deJustin Clark-Casey (justincc)2013-08-061-0/+108
* | | | | | | | | | | | | | | | | | | | Add the experimental ability to dump stats (result of command "show stats all...Justin Clark-Casey (justincc)2013-08-061-12/+40
* | | | | | | | | | | | | | | | | | | | Add checks monitoring framework to provide alerts if certain conditions do no...Justin Clark-Casey (justincc)2013-08-054-3/+384
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Make "abnormal thread terminations" into "ClientLogoutsDueToNoReceives" and a...Justin Clark-Casey (justincc)2013-07-292-22/+68
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Correct issue where the last instance of a sampled stat was shown 3x larger t...Justin Clark-Casey (justincc)2013-07-231-1/+2
* | | | | | | | | | | | | | | | | | Improve spacing between data and units on console stats displayJustin Clark-Casey (justincc)2013-07-231-3/+12
* | | | | | | | | | | | | | | | | | For stats which can show average change over time, show the last sample as we...Justin Clark-Casey (justincc)2013-07-231-1/+11
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Add ToOSDMap() overrides to the Stat subclass CounterStat.Robert Adams2013-07-123-0/+88
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Change "ObjectMemory" stat to "HeapMemory" to align with other stat names. A...Justin Clark-Casey (justincc)2013-06-201-3/+3
* | | | | | | | | | | | | | | | Allow more than one stat category to be specified in "show stats"Justin Clark-Casey (justincc)2013-06-201-30/+34
* | | | | | | | | | | | | | | | minor: Change "memory churn" terminology in statistics to "heap allocation ra...Justin Clark-Casey (justincc)2013-06-203-14/+14
* | | | | | | | | | | | | | | | Fix minor bug where the check whether to display SmartThreadPool stats was ac...Justin Clark-Casey (justincc)2013-06-201-1/+1
* | | | | | | | | | | | | | | | Make it possible to specify display of stats in a particular 'container' by s...Justin Clark-Casey (justincc)2013-06-202-3/+17
* | | | | | | | | | | | | | | | Display existing statistic of how many http requests a server is making as se...Justin Clark-Casey (justincc)2013-06-192-4/+22
* | | | | | | | | | | | | | | | minor: tidy up spacing if display a unit for additional stat informationJustin Clark-Casey (justincc)2013-06-181-1/+1
* | | | | | | | | | | | | | | | Make number of inbound http requests handled available as a httpserver.<port>...Justin Clark-Casey (justincc)2013-06-181-1/+6
* | | | | | | | | | | | | | | | Fix issue where stat samples were accidentally static, so that any additional...Justin Clark-Casey (justincc)2013-06-181-1/+1
* | | | | | | | | | | | | | | | If SmartThreadPool is active, display statistical information about it in "sh...Justin Clark-Casey (justincc)2013-06-181-2/+13
* | | | | | | | | | | | | | | | Drop server level stats to debug instead of info.Justin Clark-Casey (justincc)2013-06-171-1/+1
* | | | | | | | | | | | | | | | Add server stats for available builtin threadpool and iocp workersJustin Clark-Casey (justincc)2013-06-171-0/+16
* | | | | | | | | | | | | | | | Make general server stats available on the robust console as well as the simu...Justin Clark-Casey (justincc)2013-06-172-32/+349
| |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | For the moment, disable the output of the 'scene' statistics in SimExtraStats...Robert Adams2013-03-191-1/+3
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Make StatsManager default output a little more readableRobert Adams2013-02-241-1/+1
* | | | | | | | | | | | | | Add EventHistogram.GetHistogramAsOSDMap that returns that parametersRobert Adams2013-02-241-211/+228
* | | | | | | | | | | | | | Modify StatsManager so console command "show stats category container"Robert Adams2013-02-241-5/+24
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | Add a virtual ToOSDMap() function to Monitoring.Stat for futureRobert Adams2013-02-211-0/+16
* | | | | | | | | | | | | Add CounterStat which is a wrapper for a counter stat but, becauseRobert Adams2013-02-212-1/+218
* | | | | | | | | | | | | Add a method to IStatsCollector for returning stats as an OSDMap.Robert Adams2013-02-205-4/+77
* | | | | | | | | | | | | Deleted all AssemblyFileVersion directivesDiva Canto2013-02-191-1/+1
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | Use SortedDictionary in StatsManager instead of regular Dictionary so stats w...Dan Lake2013-02-142-22/+22
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Bump version and assembly version numbers from 0.7.5 to 0.7.6Justin Clark-Casey (justincc)2013-02-051-1/+1
* | | | | | | | | | | revert accidental change to MemoryWatchdog stat calculation in previous b1b4687Justin Clark-Casey (justincc)2013-01-101-1/+1
* | | | | | | | | | | Add "show script timers" command to show script timers. For debug purposes.Justin Clark-Casey (justincc)2013-01-101-1/+1
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | refactor: Move stat classes out of StatManager and into their own files for c...Justin Clark-Casey (justincc)2012-11-163-260/+326
* | | | | | | | | | Add a first draft mechanism for the IncomingPacketsProcessedStat to show the ...Justin Clark-Casey (justincc)2012-11-162-4/+139
| |_|_|_|_|_|_|_|/ |/| | | | | | | |