|
Harsh J |
at Jun 10, 2011 at 8:07 pm
|
⇧ |
| |
Shen,
It would really vary depending on how many TaskStatus objects the
TaskTracker has to report in the heartbeat. If there are none (zero
activity), I think the byte value (per Visual VM here) comes to about
60B which you can perhaps add upon.
Note that I'm using OSX so perhaps the ResourceStats carried within
aren't properly for me (some of these are Linux specific). It
shouldn't exceed 100B in any case though, I think.
Similarly, the response carries variable numbers of TaskTrackerAction
objects, and other job related information. At zero activity I see it
reported as 32B.
HTH. These are in memory values -- network tx. is made with some form
of serialization applied, and I'm unsure as to how much the variance
would be.
On Fri, Jun 10, 2011 at 9:49 PM, Shen LI wrote:
Hi All,
Does anyone know how many bytes does one heart beat message contain? And
what about the return value of heart beat message?
Thanks,
Shen
--
Harsh J