Releases: nickpeirson/gearman_gtop
Releases · nickpeirson/gearman_gtop
0.5.1
0.5.0
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
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
Fix panic caused by allowing scrolling past the end of the output
0.3.0
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
Added filtering and a status bar
0.1.1
Fix losing the first status line
0.1.0
Initial release supporting scrolling and sorting