Pinkstink-Rust / Rust-Server-Metrics

A metrics gathering HarmonyMod for Rust game servers
MIT License
60 stars 23 forks source link

Track bytes for each outgoing network message #5

Closed Jake-Rich closed 1 year ago

Jake-Rich commented 1 year ago

Compiles but untested.

I added the bytes in the same series as the count of network messages. It may be easier to graph when they are separate series rather than separate fields but I cba copy pasting the whole serialization code.

features-not-bugs commented 1 year ago

took the opportunity to clean some other stuff up also, thanks for the contrib