Closed tardigradus closed 3 months ago
Very observant!
The efficiency columns are centered by default. TimeEff is slightly different because the size of the column is 7 characters instead of 6 for say CPUEff. I'm inclined to say I won't fix but given the static nature, and importance, of those columns I may reconsider.
However, you can change the output format however you please. As an alias:
alias rs='reportseff --format "JobID%>,State%<,Elapsed%>,TimeEff%>,CPUEff%>,MemEff%>"'
Sorry, I didn't read the documentation carefully enough and didn't spot --format
. I almost wrote that it would be nice to be able to configure the output, so it's great that one already can.
The time efficiency values are right-justified except when the value has a single digit before the decimal point:
Shouldn't all the values be right-justified?
I would also marginally prefer the states to be left-justified, but that's less of an issue.