Skip to content

Releases: nickpeirson/gearman_gtop

0.5.1

14 Dec 12:30
Compare
Choose a tag to compare

Fix panic when no regex passed

0.5.0

11 Dec 14:00
Compare
Choose a tag to compare

Add support for regex filtering

Also did some cleanup:

  • Moved over from flag to github.com/spf13/pflag more posix compliant flags
  • Shortened filtering arguments and added flags

0.4.0

11 Aug 12:40
Compare
Choose a tag to compare

The client can now connect to multiple gearmand servers and will combine the resulting output based on function name, summing the totals.

Beware, if you connect gearman_gtop to two servers and have a worker connected the same two servers, it will be counted twice as each server will be listing it once. This may or may not be what you expect.

0.3.1

10 Dec 14:59
Compare
Choose a tag to compare

Fix panic caused by allowing scrolling past the end of the output

0.3.0

09 Dec 11:54
Compare
Choose a tag to compare

Refactored to extract the connection to gearman into a separate package, https://github.com/nickpeirson/gearadmin, as well as some other tidying up.

0.2.0

28 Nov 12:13
Compare
Choose a tag to compare

Added filtering and a status bar

0.1.1

28 Nov 11:37
Compare
Choose a tag to compare

Fix losing the first status line

0.1.0

27 Nov 14:31
Compare
Choose a tag to compare

Initial release supporting scrolling and sorting