1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-09-15 17:46:55 +00:00

Fix data race, add stat

This commit is contained in:
Kane York 2015-12-16 12:00:37 -08:00
parent 405ad22372
commit 6b88b40538
2 changed files with 4 additions and 1 deletions

View file

@ -30,6 +30,8 @@ type StatsData struct {
MemoryInUseKB uint64
MemoryRSSKB uint64
LowMemDroppedConnections uint64
MemPerClientBytes uint64
CpuUsagePct float64