mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
Require -v for 'Tx time' and friends in Nping.
This commit is contained in:
parent
41b397200b
commit
93a245d6e7
1 changed files with 6 additions and 6 deletions
|
|
@ -2896,13 +2896,13 @@ void NpingOps::displayStatistics(){
|
|||
#endif
|
||||
|
||||
/* Transmission times & rates */
|
||||
outPrint(QT_1|NO_NEWLINE,"Tx time: %.5lfs ", this->stats.elapsedTx() );
|
||||
outPrint(QT_1|NO_NEWLINE,"| Tx bytes/s: %.2lf ", this->stats.getOverallTxByteRate() );
|
||||
outPrint(QT_1,"| Tx pkts/s: %.2lf", this->stats.getOverallTxPacketRate() );
|
||||
outPrint(VB_1|NO_NEWLINE,"Tx time: %.5lfs ", this->stats.elapsedTx() );
|
||||
outPrint(VB_1|NO_NEWLINE,"| Tx bytes/s: %.2lf ", this->stats.getOverallTxByteRate() );
|
||||
outPrint(VB_1,"| Tx pkts/s: %.2lf", this->stats.getOverallTxPacketRate() );
|
||||
|
||||
outPrint(QT_1|NO_NEWLINE,"Rx time: %.5lfs ", this->stats.elapsedRx() );
|
||||
outPrint(QT_1|NO_NEWLINE,"| Rx bytes/s: %.2lf ", this->stats.getOverallRxByteRate() );
|
||||
outPrint(QT_1,"| Rx pkts/s: %.2lf", this->stats.getOverallRxPacketRate() );
|
||||
outPrint(VB_1|NO_NEWLINE,"Rx time: %.5lfs ", this->stats.elapsedRx() );
|
||||
outPrint(VB_1|NO_NEWLINE,"| Rx bytes/s: %.2lf ", this->stats.getOverallRxByteRate() );
|
||||
outPrint(VB_1,"| Rx pkts/s: %.2lf", this->stats.getOverallRxPacketRate() );
|
||||
} /* End of displayStatistics() */
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue