Linux - NetworkingThis forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
hello..can anyone explain to me about tcp as i am trying to map a mrtg on tcp..how do i create mrtg on tcp total bandwidth.is it the sum of tcp in segment & tcp out segment are the total tcp bandwidth?i am really confuse..i do a snmpwalk to get the mib for my dell switch powerconnect3424 and got these:
not from those stats. the best you'll get is an approximation of packet count. approximate because it probably doesn't count fragments and may not include retransmits (in tcpIn/OutSegs).
not too familiar with mrtg, though, so I don't know if there are other methods it can use to get your data.
no. packet count will not give you bandwidth. packets are generally of different sizes. for example, you could generate 1000 packets in a telnet session averaging 2-3 bytes of tcp payload, or 1000 in a file transfer averaging 1400 bytes of tcp payload. packet count won't tell you which case has occurred.
ok...any idea on capturing the bandwidth for tcp?!..packet is not the same as bandwidth..i get it..how do it get the packet size and total it up to orm a bandwidth graph?
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.