[
https://issues.apache.org/jira/browse/HDFS-11864?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16450773#comment-16450773
]
Hudson commented on HDFS-11864:
-------------------------------
SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #14057 (See
[https://builds.apache.org/job/Hadoop-trunk-Commit/14057/])
HDFS-11864. Document Metrics to track usage of memory for writes. (xyao: rev
e164da06aa90b496520eba92b871f4e478d06a6f)
* (edit) hadoop-common-project/hadoop-common/src/site/markdown/Metrics.md
> Document Metrics to track usage of memory for writes
> ------------------------------------------------------
>
> Key: HDFS-11864
> URL: https://issues.apache.org/jira/browse/HDFS-11864
> Project: Hadoop HDFS
> Issue Type: Bug
> Components: documentation
> Reporter: Brahma Reddy Battula
> Assignee: Yiqun Lin
> Priority: Major
> Fix For: 2.9.0, 2.7.4, 3.0.0-alpha4, 2.8.2
>
> Attachments: HDFS-11864.001.patch
>
>
> HDFS-7129 introduced followings metrics which are not documented.
> {noformat}
> // RamDisk metrics on read/write
> @Metric MutableCounterLong ramDiskBlocksWrite;
> @Metric MutableCounterLong ramDiskBlocksWriteFallback;
> @Metric MutableCounterLong ramDiskBytesWrite;
> @Metric MutableCounterLong ramDiskBlocksReadHits;
>
> // RamDisk metrics on eviction
> @Metric MutableCounterLong ramDiskBlocksEvicted;
> @Metric MutableCounterLong ramDiskBlocksEvictedWithoutRead;
> @Metric MutableRate ramDiskBlocksEvictionWindowMs;
> final MutableQuantiles[] ramDiskBlocksEvictionWindowMsQuantiles;
>
>
> // RamDisk metrics on lazy persist
> @Metric MutableCounterLong ramDiskBlocksLazyPersisted;
> @Metric MutableCounterLong ramDiskBlocksDeletedBeforeLazyPersisted;
> @Metric MutableCounterLong ramDiskBytesLazyPersisted;
> @Metric MutableRate ramDiskBlocksLazyPersistWindowMs;
> final MutableQuantiles[] ramDiskBlocksLazyPersistWindowMsQuantiles;
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]