Refs #5474
This commit is contained in:
parent
6041a6a342
commit
099aee5b38
|
@ -166,7 +166,7 @@ sub run {
|
|||
|
||||
$self->{output}->output_add(severity => $exit,
|
||||
short_msg => sprintf("BytesPerSec: %s AccessPerSec: %.2f RequestPerSec: %.2f BytesPerRequest: %s ",
|
||||
$bPerSec_value . ' ' . $bPerSec_unit
|
||||
$bPerSec_value . ' ' . $bPerSec_unit,
|
||||
$aPerSec,
|
||||
$rPerSec,
|
||||
$bPerReq_value . ' ' . $bPerReq_unit
|
||||
|
|
Loading…
Reference in New Issue