You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chukwa.apache.org by "Eric Yang (JIRA)" <ji...@apache.org> on 2010/11/09 18:31:14 UTC

[jira] Commented: (CHUKWA-550) command to see port status

    [ https://issues.apache.org/jira/browse/CHUKWA-550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12930200#action_12930200 ] 

Eric Yang commented on CHUKWA-550:
----------------------------------

# agent command port
netstat -anp |grep 9093

# collector port
netstat -anp |grep 8080


> command to see port status
> --------------------------
>
>                 Key: CHUKWA-550
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-550
>             Project: Chukwa
>          Issue Type: Bug
>          Components: build and test code
>    Affects Versions: 0.4.0
>         Environment: linux
>            Reporter: Prachi Bedekar
>             Fix For: 0.4.0
>
>
> I am checking the collector status along with port. I want to check if collector is running what is the status of port (closed or open)
> I have used the telnet command to see the port status.
> But it is giving me connection error (saying connection is refused).
> I have checked the files for the network connections in /etc/*. The contents are right.
> Can anyone suggest me some other command to see the port status?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.