You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by Apache Wiki <wi...@apache.org> on 2008/11/18 00:23:33 UTC

[Hadoop Wiki] Trivial Update of "Chukwa Startup and Shutdown Scripts" by andyk

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.

The following page has been changed by andyk:
http://wiki.apache.org/hadoop/Chukwa_Startup_and_Shutdown_Scripts

------------------------------------------------------------------------------
- start-all.sh - runs start-collectors.sh, start-agents.sh, start-probes.sh, start-data-processors.sh
+  * start-all.sh - runs start-collectors.sh, start-agents.sh, start-probes.sh, start-data-processors.sh
- start-collectors.sh - start the chukwa collector daemon (jettyCollector.sh) on hosts listed in conf/collectors
+  * start-collectors.sh - start the chukwa collector daemon (jettyCollector.sh) on hosts listed in conf/collectors
- stop-collectors.sh - stop the chukwa collector daemon (jettyCollector.sh) on hosts listed in conf/collectors
+  * stop-collectors.sh - stop the chukwa collector daemon (jettyCollector.sh) on hosts listed in conf/collectors
  
- jettyCollector.sh - start the chukwa collector daemon on the current host
+  * jettyCollector.sh - start the chukwa collector daemon on the current host
- start-agents.sh - start chukwa agent daemon (agent.sh) on all hosts listed in conf/slaves
+  * start-agents.sh - start chukwa agent daemon (agent.sh) on all hosts listed in conf/slaves
- stop-agents.sh - stop chukwa agent daemon (agent.sh) on all hosts listed in conf/slaves
+  * stop-agents.sh - stop chukwa agent daemon (agent.sh) on all hosts listed in conf/slaves
  
- agent.sh - start the chukwa agent on the current host
+  * agent.sh - start the chukwa agent on the current host
- start-probes.sh - runs, in this order, systemDataLoader.sh, torqueDataLoader.sh, nodeActivityDataLoader.sh
+  * start-probes.sh - runs, in this order, systemDataLoader.sh, torqueDataLoader.sh, nodeActivityDataLoader.sh
- systemDataLoader.sh - every 60 seconds run: sar, iostat, top, top, df, netstat. //TODO: figure out where these guys send their output
+  * systemDataLoader.sh - every 60 seconds run: sar, iostat, top, top, df, netstat. //TODO: figure out where these guys send their output
- torqueDataLoader.sh - //TODO: FILL THIS IN!
+  * torqueDataLoader.sh - //TODO: FILL THIS IN!
- nodeActivityDataLoader.sh - //TODO: FILL THIS IN!
+  * nodeActivityDataLoader.sh - //TODO: FILL THIS IN!
- slaves.sh <command command_args ...> - run arbitrary commands on all hosts in conf/slaves
+  * slaves.sh <command command_args ...> - run arbitrary commands on all hosts in conf/slaves
  
- jettycollector.sh - start a jetty based version of the Chukwa collector
+  * jettycollector.sh - start a jetty based version of the Chukwa collector
- agent.sh - start the chukwa agent on the local machine
+  * agent.sh - start the chukwa agent on the local machine