varnish / varnishgather

Information gathering tool for Varnish Cache.
45 stars 36 forks source link

Fold some commands together #82

Closed dridi closed 3 years ago

dridi commented 3 years ago

I'm having a hard time sometimes looking for information that is spread in multiple places. I think we should have less individual reports where we can avoid it and where it makes sense.

Showing packages and systemd services is one area where I think it's relevant. We should also think more about how we merge, group or order individual reports.

asadsa92 commented 3 years ago

I was wondering if you could do: systemctl cat 'varnish*' vcs vcs-agent vstatd vstatdprobe vac

But, that did not work and @Dridi also said he tried that, so let's merge. This can be improved up on at a later stage. EDIT: Should we consider adding CCI and test for the output format?