Re: CPU utilization in map function

2015-04-07 Thread Harsh J
Asking the Giraph user lists may be a better way to get your answer: http://giraph.apache.org/mail-lists.html On Sun, Apr 5, 2015 at 1:57 PM, Ravikant Dindokar wrote: > I am newbie learning hadoop . I am running Apache Giraph on hadoop 2.2.0. > I want to find out how much CPU utilization as well

CPU utilization in map function

2015-04-05 Thread Ravikant Dindokar
I am newbie learning hadoop . I am running Apache Giraph on hadoop 2.2.0. I want to find out how much CPU utilization as well as time spent in sending messages in each superstep for a Giraph application. I am not familiar with hadoop code. Can you suggest the functions I should look into to get th