[jira] [Commented] (IGNITE-7491) Documentation: add new data region metrics description

2018-01-24 Thread Denis Magda (JIRA)

[ 
https://issues.apache.org/jira/browse/IGNITE-7491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16338418#comment-16338418
 ] 

Denis Magda commented on IGNITE-7491:
-

[~pgarg] , please document the new memory metrics on this page (create a hidden 
for 2.4):

[https://apacheignite.readme.io/docs/memory-metrics]

Update the existing code snippet of the data region metrics to show how to use 
\{{getTotalAllocatedSize}} and {{getPhysicalMemorySize. }}

{{Refer to {{}}DataRegionMetrics}} JavaDoc for more details.

> Documentation: add new data region metrics description
> --
>
> Key: IGNITE-7491
> URL: https://issues.apache.org/jira/browse/IGNITE-7491
> Project: Ignite
>  Issue Type: Task
>  Components: documentation
>Reporter: Andrey Kuznetsov
>Assignee: Denis Magda
>Priority: Major
> Fix For: 2.4
>
>
> Newly created data region metrics should be documented.
> * `getTotalAllocatedSize` -- same as `getTotalAllocatedPages` but in bytes.
> * `getPhysicalMemorySize` -- same as `getPhysicalMemoryPages` but in bytes.
> * `getCheckpointBufferPages` -- gets checkpoint buffer size in pages.
> * `getCheckpointBufferSize` -- gets checkpoint buffer size in bytes.
> * `getPageSize` -- gets memory page size.



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


[jira] [Commented] (IGNITE-7491) Documentation: add new data region metrics description

2018-01-25 Thread Prachi Garg (JIRA)

[ 
https://issues.apache.org/jira/browse/IGNITE-7491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16340361#comment-16340361
 ] 

Prachi Garg commented on IGNITE-7491:
-

Added above metrics to Memory Metrics documentation. [~dmagda], Please review - 
https://apacheignite.readme.io/v2.3/docs/memory-metrics-24

> Documentation: add new data region metrics description
> --
>
> Key: IGNITE-7491
> URL: https://issues.apache.org/jira/browse/IGNITE-7491
> Project: Ignite
>  Issue Type: Task
>  Components: documentation
>Reporter: Andrey Kuznetsov
>Assignee: Prachi Garg
>Priority: Major
> Fix For: 2.4
>
>
> Newly created data region metrics should be documented.
> * `getTotalAllocatedSize` -- same as `getTotalAllocatedPages` but in bytes.
> * `getPhysicalMemorySize` -- same as `getPhysicalMemoryPages` but in bytes.
> * `getCheckpointBufferPages` -- gets checkpoint buffer size in pages.
> * `getCheckpointBufferSize` -- gets checkpoint buffer size in bytes.
> * `getPageSize` -- gets memory page size.



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