Nats Top Versions Save

A top-like tool for monitoring NATS servers.

v0.6.1

10 months ago

Changelog

  • b5f0bbb Merge pull request #82 from nats-io/deps-update
  • 5e29a86 Updating badges
  • bebfc1f Bumping go modules. Tweaking CI config
  • b60dee4 Updating workflows. Removing travis config. Updating go deps. Replacing deprecated ioutils functions.

v0.6.0

1 year ago

Changelog

Full Changelog: https://github.com/nats-io/nats-top/compare/v0.5.3...v0.6.0

v0.5.3

1 year ago

Added

Fixed

Full Changelog: https://github.com/nats-io/nats-top/compare/v0.5.2...v0.5.3

v0.5.2

2 years ago

Fixes regression in the accounting of msgs/sec and bytes/sec fields.

Changelog

  • 220bc61 Merge pull request #66 from nats-io/fix-msgs-per-sec
  • 17fdae9 Bump version
  • 598af3d Fix msgs/sec calculation
  • 8896b5b Update install command for Go 1.17/1.18 (#65)

v0.5.0

2 years ago

Changelog

  • 45799bf Update server dependency (#64)
  • 908f09f add missing maintainer (#63)
  • eceb6bb Update deps (#61)
  • 696b065 #59 new cli flag -l for column-separation in output textfile (to generate csvs etc) (#60)
  • 73e1dbc #57 new cli flag save single snapshot to file (#58)
  • d8fa604 #52 support refreshing N times (#56)
  • c99cb78 Add Raw bytes toggle (#55)
  • da4bef5 #53 add -b flag to display traffic in raw bytes (#54)
  • 4133b36 Merge pull request #51 from nats-io/deps
  • 86273fb Bump server version
  • 84724fc Merge pull request #50 from nats-io/build-updates
  • bd76807 Merge pull request #47 from nats-io/add_dependency_doc
  • 742246f Update deps, avoid security vulnerabilities
  • a8b24aa Build with current Go tooling, more cleanly
  • 110a559 Create dependencies.md [ci skip]

v0.4.0

3 years ago

Changelog

635d675 Goreleaser; update copyright year, company (#49) bb989bb Merge pull request #48 from nats-io/pdp/gomod ad89d40 Update travis specs to not be ancient eb7818d Generate fresh test keys/certs 6fe66de Switch to Go modules and current nats-server 1c2a692 Bump version

v0.3.2

7 years ago

Minor fix release

Fixed

Alignment issues on host column (#35)

v0.3.0

7 years ago

Added

Column padding adjusts dynamically for host and names Toggable lookup of client hostname via d while monitoring

Fixed

Data is cleared whenever a server goes away

Changed

Name column hidden unless there is a client with a name

v0.2.0

8 years ago

Added

  • Flags for monitoring via https using certificates
  • Displaying of name column for clients sending one on CONNECT
  • Added displaying of uptime column
  • Sorting via idle, last activity which server now supports

Changed

  • Aborts polling in case first request to monitoring port failed

v0.1.0

8 years ago