Refactored server-info
Well, I failed the challenge to release it before new 2018 year. But later is better than never!
Detail are boring, you'd better look at examples in README!
- All the server-info-* utils have one entry point now.
- Old
server-info-rate
andserver-info-show
utils deleted. server-info-collect
called via wrapper until it will be rewritten in python. It's a separate issue.- Added (and fixed) tests for server-info --rate feature. It doesn't fail on all examples in
./tests/server-info-show.test/
- Yes, utils call looks like this now:
server-info --rate
instead ofserver-info-rate
- You can collect data and optional pack it into tarball with
server-info --directory <path-to-directory> --gzip
. It will make<path-to-directory>.tar.gz
with all the data that you can take from server for later analyze. - New examples are already in README.