You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@chukwa.apache.org by Mohammad Tariq <do...@gmail.com> on 2011/11/14 15:17:41 UTC

CHUKWA ADAPTORS

Could anyone tell me the use of initial_adaptors file and how to use
it on a single node Chukwa setup???

Regards,
    Mohammad Tariq

Re: CHUKWA ADAPTORS

Posted by Mohammad Tariq <do...@gmail.com>.
Hello Ahmed,
  I would like to ask one thing here. Do we need some specific
configuration for jetty??

Regards,
    Mohammad Tariq



On Tue, Nov 15, 2011 at 4:01 AM, TARIQ <do...@gmail.com> wrote:
> I have installed these, still the problem persists.
>
> Regards,
>     Mohammad Tariq
>
>
>
> On Mon, Nov 14, 2011 at 8:12 PM, Ahmed Fathalla [via Apache Chukwa]
> <[hidden email]> wrote:
>> can you check if you've got /usr/bin/iostat and /usr/bin/sar installed. I
>> checked and they are both not installed by default on ubuntu. You've got
>> to
>> run
>> sudo apt-get install sysstat
>> To get them
>>
>>
>> On Mon, Nov 14, 2011 at 4:35 PM, Mohammad Tariq <[hidden email]> wrote:
>>>
>>> here it is -
>>> add org.apache.hadoop.chukwa.datacollection.adaptor.ExecAdaptor Iostat
>>> 60 /usr/bin/iostat -x -k 55 2 0
>>> add org.apache.hadoop.chukwa.datacollection.adaptor.ExecAdaptor Df 60
>>> /bin/df -l 0
>>> add org.apache.hadoop.chukwa.datacollection.adaptor.ExecAdaptor Sar 60
>>> /usr/bin/sar -q -r -n ALL 55 0
>>> add org.apache.hadoop.chukwa.datacollection.adaptor.ExecAdaptor Top 60
>>> /usr/bin/top -b -n 1 -c 0
>>>
>>> Regards,
>>>     Mohammad Tariq
>>>
>>>
>>>
>>> On Mon, Nov 14, 2011 at 8:03 PM, Ahmed Fathalla <[hidden email]> wrote:
>>> > It contains the configuration for the set of adaptors that will be
>>> > started
>>> > when you start your agent
>>> > I remember there was a catch in the syntax of that file, but not sure
>>> > what
>>> > it was. Can you send a copy?
>>> >
>>> > On Mon, Nov 14, 2011 at 4:17 PM, Mohammad Tariq <[hidden email]> wrote:
>>> >>
>>> >> Could anyone tell me the use of initial_adaptors file and how to use
>>> >> it on a single node Chukwa setup???
>>> >>
>>> >> Regards,
>>> >>     Mohammad Tariq
>>> >
>>> >
>>> >
>>> > --
>>> > Ahmed Fathalla
>>> >
>>
>>
>>
>> --
>> Ahmed Fathalla
>>
>>
>> ________________________________
>> If you reply to this email, your message will be added to the discussion
>> below:
>>
>> http://apache-chukwa.679492.n3.nabble.com/CHUKWA-ADAPTORS-tp3506946p3507016.html
>> To unsubscribe from Apache Chukwa, click here.
>> See how NAML generates this email
>
> ________________________________
> View this message in context: Re: CHUKWA ADAPTORS
> Sent from the Chukwa - Users mailing list archive at Nabble.com.
>

Re: CHUKWA ADAPTORS

Posted by TARIQ <do...@gmail.com>.
I have installed these, still the problem persists.

Regards,
    Mohammad Tariq



On Mon, Nov 14, 2011 at 8:12 PM, Ahmed Fathalla [via Apache Chukwa]
<ml...@n3.nabble.com> wrote:
> can you check if you've got /usr/bin/iostat and /usr/bin/sar installed. I
> checked and they are both not installed by default on ubuntu. You've got to
> run
> sudo apt-get install sysstat
> To get them
>
>
> On Mon, Nov 14, 2011 at 4:35 PM, Mohammad Tariq <[hidden email]> wrote:
>>
>> here it is -
>> add org.apache.hadoop.chukwa.datacollection.adaptor.ExecAdaptor Iostat
>> 60 /usr/bin/iostat -x -k 55 2 0
>> add org.apache.hadoop.chukwa.datacollection.adaptor.ExecAdaptor Df 60
>> /bin/df -l 0
>> add org.apache.hadoop.chukwa.datacollection.adaptor.ExecAdaptor Sar 60
>> /usr/bin/sar -q -r -n ALL 55 0
>> add org.apache.hadoop.chukwa.datacollection.adaptor.ExecAdaptor Top 60
>> /usr/bin/top -b -n 1 -c 0
>>
>> Regards,
>>     Mohammad Tariq
>>
>>
>>
>> On Mon, Nov 14, 2011 at 8:03 PM, Ahmed Fathalla <[hidden email]> wrote:
>> > It contains the configuration for the set of adaptors that will be
>> > started
>> > when you start your agent
>> > I remember there was a catch in the syntax of that file, but not sure
>> > what
>> > it was. Can you send a copy?
>> >
>> > On Mon, Nov 14, 2011 at 4:17 PM, Mohammad Tariq <[hidden email]> wrote:
>> >>
>> >> Could anyone tell me the use of initial_adaptors file and how to use
>> >> it on a single node Chukwa setup???
>> >>
>> >> Regards,
>> >>     Mohammad Tariq
>> >
>> >
>> >
>> > --
>> > Ahmed Fathalla
>> >
>
>
>
> --
> Ahmed Fathalla
>
>
> ________________________________
> If you reply to this email, your message will be added to the discussion
> below:
> http://apache-chukwa.679492.n3.nabble.com/CHUKWA-ADAPTORS-tp3506946p3507016.html
> To unsubscribe from Apache Chukwa, click here.
> See how NAML generates this email


--
View this message in context: http://apache-chukwa.679492.n3.nabble.com/CHUKWA-ADAPTORS-tp3506946p3508171.html
Sent from the Chukwa - Users mailing list archive at Nabble.com.

Re: CHUKWA ADAPTORS

Posted by Ahmed Fathalla <af...@gmail.com>.
can you check if you've got /usr/bin/iostat and /usr/bin/sar installed. I
checked and they are both not installed by default on ubuntu. You've got to
run

sudo apt-get install sysstat

To get them



On Mon, Nov 14, 2011 at 4:35 PM, Mohammad Tariq <do...@gmail.com> wrote:

> here it is -
> add org.apache.hadoop.chukwa.datacollection.adaptor.ExecAdaptor Iostat
> 60 /usr/bin/iostat -x -k 55 2 0
> add org.apache.hadoop.chukwa.datacollection.adaptor.ExecAdaptor Df 60
> /bin/df -l 0
> add org.apache.hadoop.chukwa.datacollection.adaptor.ExecAdaptor Sar 60
> /usr/bin/sar -q -r -n ALL 55 0
> add org.apache.hadoop.chukwa.datacollection.adaptor.ExecAdaptor Top 60
> /usr/bin/top -b -n 1 -c 0
>
> Regards,
>     Mohammad Tariq
>
>
>
> On Mon, Nov 14, 2011 at 8:03 PM, Ahmed Fathalla <af...@gmail.com>
> wrote:
> > It contains the configuration for the set of adaptors that will be
> started
> > when you start your agent
> > I remember there was a catch in the syntax of that file, but not sure
> what
> > it was. Can you send a copy?
> >
> > On Mon, Nov 14, 2011 at 4:17 PM, Mohammad Tariq <do...@gmail.com>
> wrote:
> >>
> >> Could anyone tell me the use of initial_adaptors file and how to use
> >> it on a single node Chukwa setup???
> >>
> >> Regards,
> >>     Mohammad Tariq
> >
> >
> >
> > --
> > Ahmed Fathalla
> >
>



-- 
Ahmed Fathalla

Re: CHUKWA ADAPTORS

Posted by Mohammad Tariq <do...@gmail.com>.
here it is -
add org.apache.hadoop.chukwa.datacollection.adaptor.ExecAdaptor Iostat
60 /usr/bin/iostat -x -k 55 2 0
add org.apache.hadoop.chukwa.datacollection.adaptor.ExecAdaptor Df 60
/bin/df -l 0
add org.apache.hadoop.chukwa.datacollection.adaptor.ExecAdaptor Sar 60
/usr/bin/sar -q -r -n ALL 55 0
add org.apache.hadoop.chukwa.datacollection.adaptor.ExecAdaptor Top 60
/usr/bin/top -b -n 1 -c 0

Regards,
    Mohammad Tariq



On Mon, Nov 14, 2011 at 8:03 PM, Ahmed Fathalla <af...@gmail.com> wrote:
> It contains the configuration for the set of adaptors that will be started
> when you start your agent
> I remember there was a catch in the syntax of that file, but not sure what
> it was. Can you send a copy?
>
> On Mon, Nov 14, 2011 at 4:17 PM, Mohammad Tariq <do...@gmail.com> wrote:
>>
>> Could anyone tell me the use of initial_adaptors file and how to use
>> it on a single node Chukwa setup???
>>
>> Regards,
>>     Mohammad Tariq
>
>
>
> --
> Ahmed Fathalla
>

Re: CHUKWA ADAPTORS

Posted by Ahmed Fathalla <af...@gmail.com>.
It contains the configuration for the set of adaptors that will be started
when you start your agent

I remember there was a catch in the syntax of that file, but not sure what
it was. Can you send a copy?

On Mon, Nov 14, 2011 at 4:17 PM, Mohammad Tariq <do...@gmail.com> wrote:

> Could anyone tell me the use of initial_adaptors file and how to use
> it on a single node Chukwa setup???
>
> Regards,
>     Mohammad Tariq
>



-- 
Ahmed Fathalla