aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorRobert Adams2014-06-13 21:27:07 -0700
committerRobert Adams2014-06-13 21:27:07 -0700
commit7f0adfd20390032b27778b8c4c23a666264ac0ba (patch)
tree918461797c512ec9f9ef3f17da885e053435d2c5 /bin
parentAdd rc3 flavour option (diff)
downloadopensim-SC_OLD-7f0adfd20390032b27778b8c4c23a666264ac0ba.zip
opensim-SC_OLD-7f0adfd20390032b27778b8c4c23a666264ac0ba.tar.gz
opensim-SC_OLD-7f0adfd20390032b27778b8c4c23a666264ac0ba.tar.bz2
opensim-SC_OLD-7f0adfd20390032b27778b8c4c23a666264ac0ba.tar.xz
Add [Startup]LogShowStatsSeconds=n parameter which controls the interval
that simulator statistics is output to the console. Setting to zero turns stats logging off.
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSimDefaults.ini4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index b9fd163..8b8364c 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -269,6 +269,10 @@
269 ; PreJump is an additional animation state, but it probably 269 ; PreJump is an additional animation state, but it probably
270 ; won't look right until the physics engine supports it 270 ; won't look right until the physics engine supports it
271 ; (i.e delays takeoff for a moment) 271 ; (i.e delays takeoff for a moment)
272
273 ; Simulator statistics are output to the console periodically at debug level INFO.
274 ; Setting this to zero disables this output.
275 ; LogShowStatsSeconds = 3600
272 276
273 ; Simulator Stats URI 277 ; Simulator Stats URI
274 ; Enable JSON simulator data by setting a URI name (case sensitive) 278 ; Enable JSON simulator data by setting a URI name (case sensitive)