# [EMAIL PROTECTED] / 2003-06-17 11:25:36 +0900:
> Hi Roman,
> 
> just saw this by chance.
> 
> >sockstat -4l | grep 3306.
> 
> I never heard of such a tool , also I did not find any info on the
> internet. I assume you dont mean sock, of course.
> 
> Could you let me know where I can find the tool ?

    It's part of the operating system I use, which is FreeBSD. Since the
    OP said he used OSX I assumed it would be present on his system as
    well.

    [EMAIL PROTECTED] ~ 1004:0 > uname -prs
    FreeBSD 4.8-STABLE i386
    [EMAIL PROTECTED] ~ 1005:0 > which sockstat
    /usr/bin/sockstat
    [EMAIL PROTECTED] ~ 1006:0 > sockstat -4l | grep 3306
    mysql    mysqld   35082    3 tcp4   *:3306                *:*
    mysql    mysqld     281    3 tcp4   *:3306                *:*
    mysql    mysqld     272    3 tcp4   *:3306                *:*
    mysql    mysqld     271    3 tcp4   *:3306                *:*
    mysql    mysqld     263    3 tcp4   *:3306                *:*
    mysql    mysqld     262    3 tcp4   *:3306                *:*
    mysql    mysqld     261    3 tcp4   *:3306                *:*
    mysql    mysqld     260    3 tcp4   *:3306                *:*
    mysql    mysqld     259    3 tcp4   *:3306                *:*
    mysql    mysqld     258    3 tcp4   *:3306                *:*
    mysql    mysqld     257    3 tcp4   *:3306                *:*
    mysql    mysqld     242    3 tcp4   *:3306                *:*
    [EMAIL PROTECTED] ~ 1007:0 > 

-- 
If you cc me or remove the list(s) completely I'll most likely ignore
your message.    see http://www.eyrie.org./~eagle/faqs/questions.html

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to