We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a997a8f commit 11871f4Copy full SHA for 11871f4
src/flowmanager.cc
@@ -567,10 +567,10 @@ void FlowManager::handleEvents(const unsigned long long now)
567
safestrcat((char*)&cpuUtilization, str, sizeof(cpuUtilization));
568
569
fprintf(stdout,
570
- "\r<-- %sDuration: %2u:%02u:%02u "
+ "\r<-- %s%u:%02u:%02u "
571
"%sFlows: %u Measurements: %u "
572
- "%sTransmitted: %1.3f MiB at %1.1f Kbit/s "
573
- "%sReceived: %1.3f MiB at %1.1f Kbit/s "
+ "%sTransmitted: %1.3f MiB at %6.1f Kbit/s "
+ "%sReceived: %1.3f MiB at %6.1f Kbit/s "
574
"%sCPU: %s "
575
"%s-->\x1b[0K",
576
colorDuration,
0 commit comments