[dtrace-discuss] tcp listen backlog queue

Paul Mininni pmininni at gmail.com
Tue Apr 14 08:34:35 PDT 2009


Hey Jim-
If I change the script to this...
fbt::tcp_conn_request:entry
{
        this->connp = (conn_t *)arg0;
        @c[this->connp] = count();
        this->tcpp = (tcp_t *)this->connp->conn_tcp;
        @t[this->tcpp] = count();
}

The output shows this->tcpp are all 0. This doesn't seem correct.
    6597828155008                3          <--- @c
                0                3                   <--- at t

-Paul
-- 
This message posted from opensolaris.org



More information about the dtrace-discuss mailing list