Return-Path: X-Original-To: apmail-hadoop-user-archive@minotaur.apache.org Delivered-To: apmail-hadoop-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7E6D810C0D for ; Thu, 6 Jun 2013 20:48:48 +0000 (UTC) Received: (qmail 17114 invoked by uid 500); 6 Jun 2013 20:48:44 -0000 Delivered-To: apmail-hadoop-user-archive@hadoop.apache.org Received: (qmail 16925 invoked by uid 500); 6 Jun 2013 20:48:43 -0000 Mailing-List: contact user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hadoop.apache.org Delivered-To: mailing list user@hadoop.apache.org Received: (qmail 16918 invoked by uid 99); 6 Jun 2013 20:48:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Jun 2013 20:48:43 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of nniemeyer@riotgames.com designates 209.133.52.195 as permitted sender) Received: from [209.133.52.195] (HELO mxrg.riotgames.com) (209.133.52.195) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Jun 2013 20:48:38 +0000 X-ASG-Debug-ID: 1370551697-032f4c3adf18212a0001-hYoMjk Received: from EX10LAXCH03.riotgames.com ([10.200.1.116]) by mxrg.riotgames.com with ESMTP id iE5TMQx9pXC9zrDa for ; Thu, 06 Jun 2013 13:48:17 -0700 (PDT) X-Barracuda-Envelope-From: nniemeyer@riotgames.com Received: from EX10LAXMB03.riotgames.com ([fe80::99fd:f477:fbf4:32cd]) by EX10LAXCH03.riotgames.com ([::1]) with mapi id 14.03.0123.003; Thu, 6 Jun 2013 13:48:16 -0700 From: Nick Niemeyer To: "user@hadoop.apache.org" Subject: Please explain FSNamesystemState TotalLoad Thread-Topic: Please explain FSNamesystemState TotalLoad X-ASG-Orig-Subj: Please explain FSNamesystemState TotalLoad Thread-Index: AQHOYvcrYJqmlLO9eEyQrEmmS5USgg== Date: Thu, 6 Jun 2013 20:48:16 +0000 Message-ID: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.200.251.143] Content-Type: multipart/alternative; boundary="_000_CDD65FBFE5C7nniemeyerriotgamescom_" MIME-Version: 1.0 X-Barracuda-Connect: UNKNOWN[10.200.1.116] X-Barracuda-Start-Time: 1370551697 X-Barracuda-URL: http://192.168.1.21:8000/cgi-mod/mark.cgi X-Virus-Scanned: by bsmtpd at riotgames.com X-Barracuda-BRTS-Status: 1 X-Barracuda-Spam-Score: 1.12 X-Barracuda-Spam-Status: No, SCORE=1.12 using global scores of TAG_LEVEL=1000.0 QUARANTINE_LEVEL=1000.0 KILL_LEVEL=9.0 tests=BSF_SC1_TG070, CN_BODY_332, HTML_MESSAGE, WEIRD_PORT X-Barracuda-Spam-Report: Code version 3.2, rules version 3.2.2.133157 Rule breakdown below pts rule name description ---- ---------------------- -------------------------------------------------- 0.12 CN_BODY_332 BODY: CN_BODY_332 0.50 WEIRD_PORT URI: Uses non-standard port number for HTTP 0.00 HTML_MESSAGE BODY: HTML included in message 0.50 BSF_SC1_TG070 Custom Rule TG070 X-Virus-Checked: Checked by ClamAV on apache.org --_000_CDD65FBFE5C7nniemeyerriotgamescom_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Can someone please explain what TotalLoad represents below? Thanks for you= r response in advance! Version: hadoop-0.20-namenode-0.20.2+923.197-1 Example pulled from the output of via the name node: # curl -i http://localhost:50070/jmx { "name" : "hadoop:service=3DNameNode,name=3DFSNamesystemState", "modelerType" : "org.apache.hadoop.hdfs.server.namenode.FSNamesystem", "CapacityTotal" : #, "CapacityUsed" : #, "CapacityRemaining" : #, "TotalLoad" : #, "BlocksTotal" : #, "FilesTotal" : #, "PendingReplicationBlocks" : 0, "UnderReplicatedBlocks" : 0, "ScheduledReplicationBlocks" : 0, "FSState" : "Operational" } Thanks, Nick --_000_CDD65FBFE5C7nniemeyerriotgamescom_ Content-Type: text/html; charset="us-ascii" Content-ID: <6673716AACF20A46875A45787C3C2A66@riotgames.com> Content-Transfer-Encoding: quoted-printable
Can someone please explain what TotalLoad represents below?  Than= ks for your response in advance!

Version: hadoop-0.20-namenode-0.20.2+923.197-1

Example pulled from the output of via the name node:
  # curl -i http://localhost:50070/jmx

{
    "name" : "hadoop:service=3DNameNode,name= =3DFSNamesystemState",
    "modelerType" : "org.apache.hadoop.hdfs.s= erver.namenode.FSNamesystem",
    "CapacityTotal" : #,
    "CapacityUsed" : #,
    "CapacityRemaining" : #,
    "TotalLoad" : #,
    "BlocksTotal" : #,
    "FilesTotal" : #,
    "PendingReplicationBlocks" : 0,
    "UnderReplicatedBlocks" : 0,
    "ScheduledReplicationBlocks" : 0,
    "FSState" : "Operational"
  }


Thanks,
Nick
--_000_CDD65FBFE5C7nniemeyerriotgamescom_--