Thread: Help - Tcpdump analisys
goodmorning,
i'm in trouble gigabit network runs @ 54mb/ps nc , iperf, decrease @ 16-18 mb/ps on samba(also sometime in random speed decrease more until 5mb/ps).
cpu works @ 40% when file transfer active.
disk speed 90 mb/ps.
i've check isn't hardware problem.
i'm tryng debug situation tcpdump, i'm newbye... kindly demand help
i don't means of raw data or continuation question , "try increasing snap length".code:smb packet: smbreadx (request) smb command = 0x2e error class = 0x0 error code = 0 (0x0) flags1 = 0x0 flags2 = 0x1 warning: short packet. try increasing snap length [|smb] 14:59:44.020538 00:40:63:f7:4a:07 > 00:11:d8:1c:91:8c, ethertype ipv4 (0x0800), length 1514: (tos 0x0, ttl 64, id 26451, offset 0, flags [df], proto tcp (6), length 1500) server.445 > client.6921: flags [.], seq 130124004:130125452, ack 469063, win 22, options [nop,nop,ts val 783283664 ecr 5867456], length 1448warning: packet continued in later tcp segments smb packet: smbreadx (reply) smb command = 0x2e error class = 0x0 error code = 0 (0x0) flags1 = 0x80 flags2 = 0x1 warning: short packet. try increasing snap length [|smb] 14:59:44.020548 00:40:63:f7:4a:07 > 00:11:d8:1c:91:8c, ethertype ipv4 (0x0800), length 1514: (tos 0x0, ttl 64, id 26452, offset 0, flags [df], proto tcp (6), length 1500) server.445 > client.6921: flags [.], seq 130125452:130126900, ack 469063, win 22, options [nop,nop,ts val 783283664 ecr 5867456], length 1448smb-over-tcp packet:(raw data or continuation?) 14:59:44.020556 00:40:63:f7:4a:07 > 00:11:d8:1c:91:8c, ethertype ipv4 (0x0800), length 1514: (tos 0x0, ttl 64, id 26453, offset 0, flags [df], proto tcp (6), length 1500) server.445 > client.6921: flags [.], seq 130126900:130128348, ack 469063, win 22, options [nop,nop,ts val 783283664 ecr 5867456], length 1448smb-over-tcp packet:(raw data or continuation?) ^c 69491 packets captured 195249 packets received filter 125758 packets dropped kernel
in advance! kindly regards
hi,
not sure answer question
tcpdump have default capture size packets. if packet bigger size not capture whole packet. snaplen sets biggest size capture.
use option make sure capture whole packet
-s 0
/c
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Networking & Wireless [ubuntu] Help - Tcpdump analisys
Ubuntu
Comments
Post a Comment