|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include <RuntimeMetrics.h>
Public Member Functions | |
| WorldSessionMetricsSnapshot () | |
Public Attributes | |
| uint64 | PacketsProcessed |
| uint64 | PacketsQueued |
| uint32 | QueueDepth |
| uint32 | QueueDepthHighWater |
| uint64 | QueueDepthHighWaterEvents |
Definition at line 42 of file RuntimeMetrics.h.
| Skyfire::Diagnostics::WorldSessionMetricsSnapshot::WorldSessionMetricsSnapshot | ( | ) |
Definition at line 37 of file RuntimeMetrics.cpp.
References PacketsProcessed, PacketsQueued, QueueDepth, QueueDepthHighWater, and QueueDepthHighWaterEvents.
| uint64 Skyfire::Diagnostics::WorldSessionMetricsSnapshot::PacketsProcessed |
Definition at line 47 of file RuntimeMetrics.h.
Referenced by Skyfire::Diagnostics::FormatRuntimeMetricLines(), Skyfire::Diagnostics::RuntimeMetrics::Snapshot(), and WorldSessionMetricsSnapshot().
| uint64 Skyfire::Diagnostics::WorldSessionMetricsSnapshot::PacketsQueued |
Definition at line 46 of file RuntimeMetrics.h.
Referenced by Skyfire::Diagnostics::FormatRuntimeMetricLines(), Skyfire::Diagnostics::RuntimeMetrics::Snapshot(), and WorldSessionMetricsSnapshot().
| uint32 Skyfire::Diagnostics::WorldSessionMetricsSnapshot::QueueDepth |
Definition at line 48 of file RuntimeMetrics.h.
Referenced by Skyfire::Diagnostics::FormatRuntimeMetricLines(), Skyfire::Diagnostics::RuntimeMetrics::Snapshot(), and WorldSessionMetricsSnapshot().
| uint32 Skyfire::Diagnostics::WorldSessionMetricsSnapshot::QueueDepthHighWater |
Definition at line 49 of file RuntimeMetrics.h.
Referenced by Skyfire::Diagnostics::FormatRuntimeMetricLines(), Skyfire::Diagnostics::RuntimeMetrics::Snapshot(), and WorldSessionMetricsSnapshot().
| uint64 Skyfire::Diagnostics::WorldSessionMetricsSnapshot::QueueDepthHighWaterEvents |
Definition at line 50 of file RuntimeMetrics.h.
Referenced by Skyfire::Diagnostics::FormatRuntimeMetricLines(), Skyfire::Diagnostics::RuntimeMetrics::Snapshot(), and WorldSessionMetricsSnapshot().