mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
show total number of process threads on show stats and json..
This commit is contained in:
@@ -71,6 +71,7 @@ namespace OpenSim.Framework.Monitoring
|
||||
Math.Round(myprocess.PeakWorkingSet64 / 1024.0 / 1024.0),
|
||||
Math.Round(myprocess.PeakPagedMemorySize64 / 1024.0 / 1024.0),
|
||||
Math.Round(myprocess.PeakVirtualMemorySize64 / 1024.0 / 1024.0));
|
||||
sb.AppendFormat("\nTotal process Threads {0}\n", myprocess.Threads.Count);
|
||||
}
|
||||
}
|
||||
catch
|
||||
|
||||
Reference in New Issue
Block a user