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:
parent
405ad22372
commit
6b88b40538
2 changed files with 4 additions and 1 deletions
|
@ -30,6 +30,8 @@ type StatsData struct {
|
|||
MemoryInUseKB uint64
|
||||
MemoryRSSKB uint64
|
||||
|
||||
LowMemDroppedConnections uint64
|
||||
|
||||
MemPerClientBytes uint64
|
||||
|
||||
CpuUsagePct float64
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue