TX and RX now shows value in K/M/G, rather than K/M/B
This commit is contained in:
parent
6dae07a921
commit
2a96375fa8
1 changed files with 2 additions and 2 deletions
|
@ -1729,9 +1729,9 @@ sub mysql_stats {
|
|||
. " qps], "
|
||||
. hr_num( $mystat{'Connections'} )
|
||||
. " conn," . " TX: "
|
||||
. hr_num( $mystat{'Bytes_sent'} )
|
||||
. hr_bytes_rnd( $mystat{'Bytes_sent'} )
|
||||
. ", RX: "
|
||||
. hr_num( $mystat{'Bytes_received'} ) . ")";
|
||||
. hr_bytes_rnd( $mystat{'Bytes_received'} ) . ")";
|
||||
infoprint "Reads / Writes: "
|
||||
. $mycalc{'pct_reads'} . "% / "
|
||||
. $mycalc{'pct_writes'} . "%";
|
||||
|
|
Loading…
Reference in a new issue