robinhood icon indicating copy to clipboard operation
robinhood copied to clipboard

Add --top-groups to rbh-report

Open karcaw opened this issue 6 years ago • 1 comments

It would be very helpful to have a list of the top group usage, just like the --top-users option in rbh-report. it looks like one could just replicate the report_topusers function, and change the GROUP_BY setting to gid instead of uid. Is this the best way to do this? If so i could probably build up a Pull Request with that done.

karcaw avatar May 16 '19 15:05 karcaw

Yes writing top-groups as clone of top-users should work. for code contribution please read https://github.com/cea-hpc/robinhood/wiki/Contributing

dtcray avatar Oct 22 '19 12:10 dtcray