nats-io / nats-top

A top-like tool for monitoring NATS servers.
https://nats.io
MIT License
351 stars 30 forks source link

Use the server time to calculate message and byte rates #85

Closed mdawar closed 9 months ago

mdawar commented 1 year ago

This is small change to use the time.Time returned by the server as Varz.Now instead of using the local time which should make the rate calculations a bit more accurate.