aboutsummaryrefslogtreecommitdiff
path: root/src/server/worldserver
diff options
context:
space:
mode:
authorGiacomo Pozzoni <giacomopoz@gmail.com>2020-07-23 22:30:16 +0000
committerGitHub <noreply@github.com>2020-07-24 00:30:16 +0200
commit3c0ac7302f902d1811d2c215217a3d701f8b5b19 (patch)
tree0b9614483e35bdaff8f139976ee4272544e5b7d9 /src/server/worldserver
parent880a7363faa2e0b3f91f3beddd83a31d30c4b5cb (diff)
Core/Metric: Add more metrics about World::Update() loop (#25098)
* Core/Metric: Add more metrics about World::Update() loop * Add new Performance profiling grafana dashboard * Add new cmake setting WITHOUT_METRICS that disables all metrics As new metrics are added, someone might want to disable them if unused. * Add more metrics about World::Update() loop * Remove old performance profiling features Remove "server set difftime" command, "-RecordUpdateTimeDiffInterval" and "MinRecordUpdateTimeDiff" worldserver config settings and their related code. The whole UpdateTime class could be removed too. * Update and rename 2020_07_99_99_world.sql to 2020_07_24_00_world.sql
Diffstat (limited to 'src/server/worldserver')
-rw-r--r--src/server/worldserver/worldserver.conf.dist17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/server/worldserver/worldserver.conf.dist b/src/server/worldserver/worldserver.conf.dist
index 998f40cbaca..d5d11cf956d 100644
--- a/src/server/worldserver/worldserver.conf.dist
+++ b/src/server/worldserver/worldserver.conf.dist
@@ -3226,23 +3226,6 @@ ShowMuteInWorld = 0
ShowBanInWorld = 0
#
-# RecordUpdateTimeDiffInterval
-# Description: Time (in milliseconds) update time diff is written to the log file.
-# Update diff can be used as a performance indicator. Diff < 300: good
-# performance. Diff > 600 bad performance, may be caused by high CPU usage.
-# Default: 60000 - (Enabled, 1 minute)
-# 0 - (Disabled)
-
-RecordUpdateTimeDiffInterval = 60000
-
-#
-# MinRecordUpdateTimeDiff
-# Description: Only record update time diff which is greater than this value.
-# Default: 100
-
-MinRecordUpdateTimeDiff = 100
-
-#
# PlayerStart.String
# Description: String to be displayed at first login of newly created characters.
# Default: "" - (Disabled)