Re: [nwebe] How to track TCP socket variables? (cwnd, ssthresh)

From: Knocke (knockefreebsd_at_o2.pl)
Date: 04/10/04

  • Next message: Lev Walkin: "Re: [nwebe] How to track TCP socket variables? (cwnd, ssthresh)"
    To: <freebsd-net@freebsd.org>
    Date: Sat, 10 Apr 2004 15:49:48 +0200
    
    

    thanks :-) I must admit that Stevens says sth about that tool.

    But there's still (at least) one thing I don't understand: how to enable
    socket debbuging? Is it possible only when socket is created (fe: by some
    special system call) ? If yes, does it mean that it depends on the
    aplication itself, if it opens its sockets for debbuging and/or if it gives
    a command line switch command to turn it on?

    hk

    ----- Original Message -----
    From: "Bruce M Simpson" <bms@spc.org>
    To: "Knocke" <knockefreebsd@o2.pl>
    Cc: <freebsd-net@freebsd.org>
    Sent: Saturday, April 10, 2004 2:00 PM
    Subject: Re: [nwebe] How to track TCP socket variables? (cwnd, ssthresh)

    > On Sat, Apr 10, 2004 at 01:23:24PM +0200, Knocke wrote:
    > > Could somebode give me hint what to do? Is there any tool to connect to
    existing TCP socket and dump its state per each segment sent or received? Or
    any other way to achive the goal? It could be also a kind of dedicated
    benchmark tool (lice ttcp) that comes togehter with what i need, I don't
    necesarly need to track existing sshd or apache owned sockets.
    >
    > man 8 trpt
    >
    > BMS
    > _______________________________________________
    > freebsd-net@freebsd.org mailing list
    > http://lists.freebsd.org/mailman/listinfo/freebsd-net
    > To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"
    >
    > __________ NOD32 Informacje 1.713 (20040409) __________
    >
    > Wiadomosc zostala sprawdzona przez System Antywirusowy NOD32
    > http://www.nod32.com lub http://www.nod32.pl
    >
    >

    _______________________________________________
    freebsd-net@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-net
    To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"


  • Next message: Lev Walkin: "Re: [nwebe] How to track TCP socket variables? (cwnd, ssthresh)"

    Relevant Pages

    • Re: [nwebe] How to track TCP socket variables? (cwnd, ssthresh)
      ... Is it possible only when socket is created (fe: ... > a command line switch command to turn it on? ... >>Wiadomosc zostala sprawdzona przez System Antywirusowy NOD32 ...
      (freebsd-net)
    • Re: TCP/IP Sockets with GNAT.Sockets
      ... > from a TCP socket in a C program we have always to code the readin a ... or with no expectation until a nonblocking socket returns ... select/poll indicates no data ready for a sufficient time (which most ... certainly provide a suitable type definition of this for you. ...
      (comp.lang.ada)
    • Re: Is it possible to detect TCP session term without reading pending data?
      ... > I have an application which should only read from a TCP socket if ... > detect if the TCP peer closed the connection from his side. ... poll() becomes useless to me because it only ...
      (comp.unix.programmer)
    • Re: TCP takes a long time to send packet
      ... > I am working on a TCP socket and I am facing this very weird problem. ... > send(sock, sendBuf, strlen(sendBuf), 0); ... requires a C-style string, not an arbitrary collection of data bytes. ...
      (comp.unix.programmer)
    • Re: whereis the socket mailing list
      ... As we know,the close behavier under tcp socket is shown as below: ... the server generates a FIN_ACK from the server, ... The nitty gritty TCP sequencing and timing is a little bit ...
      (perl.beginners)