You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Fred Krone (JIRA)" <ji...@apache.org> on 2018/02/20 18:28:00 UTC

[jira] [Updated] (GEODE-4658) Expose how much time it takes to write to disk and what is the disk store size

     [ https://issues.apache.org/jira/browse/GEODE-4658?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Fred Krone updated GEODE-4658:
------------------------------
    Description: 
*Given* I have a persistent region with a default disk store
 *When* I write data on the region
 *Then* I can see  2 new metrics {{average write time to disk}} ns time and {{size of disk store}} in bytes
h3. Documentation

Add this new metric to the docs

 

This should be a matter of altering the ShowMetricsCommand.java 

  was:
*Given* I have a persistent region with a default disk store
*When* I write data on the region
*Then* I can see  2 new metrics {{average write time to disk}} ns time and {{size of disk store}} in bytes
h3. Documentation

Add this new metric to the docs


> Expose how much time it takes to write to disk and what is the disk store size
> ------------------------------------------------------------------------------
>
>                 Key: GEODE-4658
>                 URL: https://issues.apache.org/jira/browse/GEODE-4658
>             Project: Geode
>          Issue Type: Improvement
>          Components: regions
>            Reporter: Fred Krone
>            Priority: Major
>
> *Given* I have a persistent region with a default disk store
>  *When* I write data on the region
>  *Then* I can see  2 new metrics {{average write time to disk}} ns time and {{size of disk store}} in bytes
> h3. Documentation
> Add this new metric to the docs
>  
> This should be a matter of altering the ShowMetricsCommand.java 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)