Repository: incubator-blur Updated Branches: refs/heads/master f1c6c6024 -> e0a6a106e
Changing the columns in the top program. Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/3e1ec354 Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/3e1ec354 Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/3e1ec354 Branch: refs/heads/master Commit: 3e1ec354b992b051e407483e9c4e09ba05dfbed6 Parents: 0e49bdb Author: Aaron McCurry <[email protected]> Authored: Sat Feb 28 10:31:49 2015 -0500 Committer: Aaron McCurry <[email protected]> Committed: Sat Feb 28 10:31:49 2015 -0500 ---------------------------------------------------------------------- .../resources/org/apache/blur/shell/top.properties | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/3e1ec354/blur-shell/src/main/resources/org/apache/blur/shell/top.properties ---------------------------------------------------------------------- diff --git a/blur-shell/src/main/resources/org/apache/blur/shell/top.properties b/blur-shell/src/main/resources/org/apache/blur/shell/top.properties index 562feae..79c449f 100644 --- a/blur-shell/src/main/resources/org/apache/blur/shell/top.properties +++ b/blur-shell/src/main/resources/org/apache/blur/shell/top.properties @@ -13,18 +13,17 @@ # See the License for the specific language governing permissions and # limitations under the License. -top.columns=SHARD_SERVER,CP,SL,HU,GC,EQ,IQ,RO,RE,WO,WE,CH,CM,CE,CS,TC,IC,SC +top.columns=SHARD_SERVER,CP,SL,HU,GC,EQ,IQ,RE,WE,CH,CM,CE,CS,TC,IC,SC,RC top.sizes=IM,SL top.SHARD_SERVER.shortname=Shard Server +top.RC.shortname=rec cnt top.SC.shortname=seg cnt top.IC.shortname=idx cnt top.TC.shortname=tble cnt top.RE.shortname=rd rec top.WE.shortname=wr rec top.GC.shortname=gc time -top.RO.shortname=rd row -top.WO.shortname=wr row top.CS.shortname=bc size top.CE.shortname=bc evt top.CM.shortname=bc miss @@ -44,12 +43,11 @@ top.CE.longname="org.apache.blur":type="Cache",name="Eviction" top.CS.longname="org.apache.blur":type="Cache",name="Size" top.RE.longname="org.apache.blur":type="Blur",name="Read Records/s" top.WE.longname="org.apache.blur":type="Blur",name="Write Records/s" -top.RO.longname="org.apache.blur":type="Blur",name="Read Row/s" -top.WO.longname="org.apache.blur":type="Blur",name="Write Row/s" top.GC.longname="org.apache.blur":type="JVM",name="GC Times (ms)" top.TC.longname="org.apache.blur":type="Blur",scope="<CLUSTER_NAME>",name="Table Count" top.IC.longname="org.apache.blur":type="Blur",scope="<CLUSTER_NAME>",name="Index Count" top.SC.longname="org.apache.blur":type="Blur",scope="<CLUSTER_NAME>",name="Segment Count" +top.RC.longname="org.apache.blur":type="Blur",scope="<CLUSTER_NAME>",name="Record Count" top.SL.longname="org.apache.blur":type="System",name="Load Average" top.HU.longname="org.apache.blur":type="JVM",name="Heap Used" top.CP.longname="org.apache.blur":type="JVM",name="Cpu Used" @@ -62,13 +60,12 @@ top.CM.help=Block Cache Misses/s - The number of 8k block misses (One Minute Ave top.CE.help=Block Cache Evictions/s - The number of 8k block evictions (One Minute Average) top.CS.help=Block Cache Size - The total block size top.RE.help=Read Records/s - The number of records read per second (One Minute Average) -top.RO.help=Read Row/s - The number of rows read per second (One Minute Average) top.WE.help=Write Records/s - The number of records write per second (One Minute Average) -top.WO.help=Write Row/s - The number of rows write per second (One Minute Average) top.GC.help=GC Times (ms) - (One Minute Average) top.TC.help=Table Count - The number of tables top.IC.help=Index Count - The number of indexes -top.SC.help=Segment Count - The number of index segments +top.SC.help=Segment Count - The number of index segments +top.RC.help=Record Count - The number of records top.SL.help=Load Average - Current server load average top.HU.help=Heap Used - Current heap size top.CP.help=Cpu Used - Current System CPU % \ No newline at end of file
