Created
May 11, 2017 00:49
-
-
Save nickwallen/1b4ff1d8039f6b8d7475bcfea0bca230 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
``` | |
Actual: 769479068 packets (501187700553 bytes) sent in 3645.00 seconds. | |
Rated: 137499900.0 Bps, 1099.99 Mbps, 211105.28 pps | |
^C User interrupt... | |
sendpacket_abort | |
Actual: 772211468 packets (502967509292 bytes) sent in 3657.09 seconds. | |
Rated: 137499900.0 Bps, 1099.99 Mbps, 211105.23 pps | |
Flows: 68 flows, 0.01 fps, 772211813 flow packets, 0 non-flow | |
Statistics for network device: enp129s0f1 | |
Successful packets: 772211468 | |
Failed packets: 0 | |
Truncated packets: 0 | |
Retried packets (ENOBUFS): 0 | |
Retried packets (EAGAIN): 0 | |
real 60m59.431s | |
user 45m28.212s | |
sys 15m29.792s | |
``` | |
``` | |
----- in ----- --- queued --- ----- out ----- ---- drops ---- | |
[nic] 737295844 - - - | |
[rx] 737295867 - 737295867 0 | |
[tx] 737295306 - 674630147 62665159 | |
[kaf] 737294025 7969296 663208753 62663877 | |
----- in ----- --- queued --- ----- out ----- ---- drops ---- | |
[nic] 740516340 - - - | |
[rx] 740516350 - 740516350 0 | |
[tx] 740511292 - 677514956 62996336 | |
[kaf] 740511289 10516119 664773286 62996333 | |
----- in ----- --- queued --- ----- out ----- ---- drops ---- | |
[nic] 743914787 - - - | |
[rx] 743933505 - 743933505 0 | |
[tx] 743932761 - 679347523 64585238 | |
[kaf] 743932739 12181410 666774106 64585216 | |
----- in ----- --- queued --- ----- out ----- ---- drops ---- | |
[nic] 750980029 - - - | |
[rx] 750980041 - 750980041 0 | |
[tx] 750979339 - 684754205 66225134 | |
[kaf] 750979336 11675009 675960871 66225131 | |
----- in ----- --- queued --- ----- out ----- ---- drops ---- | |
[nic] 759964256 - - - | |
[rx] 759964265 - 759964265 0 | |
[tx] 759963745 - 693738554 66225191 | |
[kaf] 759963685 6686500 685037603 66225131 | |
----- in ----- --- queued --- ----- out ----- ---- drops ---- | |
[nic] 760909495 - - - | |
[rx] 760909495 - 760909495 0 | |
[tx] 760909495 - 694684364 66225131 | |
[kaf] 760909495 6603692 688836633 66225131 | |
----- in ----- --- queued --- ----- out ----- ---- drops ---- | |
[nic] 760909495 - - - | |
[rx] 760909495 - 760909495 0 | |
[tx] 760909495 - 694684364 66225131 | |
[kaf] 760909495 2004091 693234812 66225131 | |
----- in ----- --- queued --- ----- out ----- ---- drops ---- | |
[nic] 760909495 - - - | |
[rx] 760909495 - 760909495 0 | |
[tx] 760909495 - 694684364 66225131 | |
[kaf] 760909495 268969 694684364 66225131 | |
----- in ----- --- queued --- ----- out ----- ---- drops ---- | |
[nic] 760909495 - - - | |
[rx] 760909495 - 760909495 0 | |
[tx] 760909495 - 694684364 66225131 | |
[kaf] 760909495 0 694684364 66225131 | |
``` | |
``` | |
[root@y136 ~]# kafka-run-class.sh kafka.tools.GetOffsetShell --broker-list y135:6667 --topic pcap128-1hour-2 --security-protocol PLAINTEXTSASL --time -1 | grep pcap | awk -F: '{p+=$3} END {print p}' | |
[2017-05-11 00:49:07,930] WARN TGT refresh thread time adjusted from Wed May 10 17:06:59 UTC 2017 to Thu May 11 00:50:07 UTC 2017 since the former is sooner than the minimum refresh interval (60 seconds) from now. (org.apache.kafka.common.security.kerberos.KerberosLogin) | |
[2017-05-11 00:49:08,740] WARN TGT renewal thread has been interrupted and will exit. (org.apache.kafka.common.security.kerberos.KerberosLogin) | |
694684364 | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment