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 <[email protected]> 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 <[email protected]> > 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 <[email protected]> > 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
