Re: getting hadoop job resource usage statistics

2012-01-25 Thread Jabir Ahmed
http://$jobtrackerhost:50030/metrics http://$namenode:50070/metrics should give you enough metrics? also you could use ganglia to collect them jabir On Tue, Jan 24, 2012 at 10:17 PM, Arun C Murthy wrote: > You can currently get CPU & memory stats for each task and aggregated > stats per job via

Re: getting hadoop job resource usage statistics

2012-01-24 Thread Arun C Murthy
You can currently get CPU & memory stats for each task and aggregated stats per job via MapReduce Counters. Arun On Jan 24, 2012, at 7:27 AM, arindam choudhury wrote: > Hi, > > How can I get CPU, memory, network and disk usage statistics of a hadoop > job? > > Thanks, > Arindam

getting hadoop job resource usage statistics

2012-01-24 Thread arindam choudhury
Hi, How can I get CPU, memory, network and disk usage statistics of a hadoop job? Thanks, Arindam