[jira] [Commented] (IGNITE-8305) Update metrics page with new storage and memory related metics

2018-05-25 Thread Prachi Garg (JIRA)

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

Prachi Garg commented on IGNITE-8305:
-

[~dmagda], How do we get a reference to DataRegionMetricsMXBean, 
DataStorageMetricsMXBean, CacheGroupMetricsMXBean? (for example, 
IgniteCache.mxBean() gives a reference to CacheMetricsMXBean)

> Update metrics page with new storage and memory related metics
> --
>
> Key: IGNITE-8305
> URL: https://issues.apache.org/jira/browse/IGNITE-8305
> Project: Ignite
>  Issue Type: Task
>  Components: documentation
>Reporter: Denis Magda
>Assignee: Prachi Garg
>Priority: Major
> Fix For: 2.5
>
>
> The new metrics are added by the endeavor: 
> https://issues.apache.org/jira/browse/IGNITE-8078



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


[jira] [Commented] (IGNITE-8305) Update metrics page with new storage and memory related metics

2018-05-17 Thread Denis Magda (JIRA)

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

Denis Magda commented on IGNITE-8305:
-

Make sure to explain how to calculate the following:
* Current Node size - the total size of data on a node in MB/GB
* Current Cache size - the data size in a cache in MB/GB

Here is a right answer:
# Total cluster size is the sum of 
DataStorageMetricsMXBean#getTotalAllocatedSize for all nodes
# Current node size is DataStorageMetricsMXBean#getTotalAllocatedSize
# Current cache size is the sum of 
CacheGroupMetricsMXBean#getTotalAllocatedSize for all nodes (note that metric 
is available per cache-group)
# Current node cache size is CacheGroupMetricsMXBean#getTotalAllocatedSize 
(same note as above)

> Update metrics page with new storage and memory related metics
> --
>
> Key: IGNITE-8305
> URL: https://issues.apache.org/jira/browse/IGNITE-8305
> Project: Ignite
>  Issue Type: Task
>  Components: documentation
>Reporter: Denis Magda
>Assignee: Prachi Garg
>Priority: Major
> Fix For: 2.5
>
>
> The new metrics are added by the endeavor: 
> https://issues.apache.org/jira/browse/IGNITE-8078



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