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

Vasiliy Sisko commented on IGNITE-2726:
---------------------------------------

Implemented showing of detailed information for Per nodes table:
{noformat}
Nodes for: CachePutGetExample(@c0)
+==================================================================================================================+
|      Node ID8(@), IP      | CPUs | Heap Used | CPU Load |   Up Time    |      
     Size            | Hi/Mi/Rd/Wr |
+==================================================================================================================+
| F5B72F53(@n1), 172.17.0.1 | 8    | 1.08 %    | 0.40 %   | 02:25:36:380 | 
Total: 9                  | Hi: 0       |
|                           |      |           |          |              |   
Heap: 0                 | Mi: 0       |
|                           |      |           |          |              |   
Off Heap: 9             | Rd: 0       |
|                           |      |           |          |              |   
Off Heap Memory: 834b   | Wr: 0       |
+---------------------------+------+-----------+----------+--------------+---------------------------+-------------+
| 0556CD57(@n0), 172.17.0.1 | 8    | 1.86 %    | 1.43 %   | 02:30:57:743 | 
Total: 11                 | Hi: 0       |
|                           |      |           |          |              |   
Heap: 0                 | Mi: 0       |
|                           |      |           |          |              |   
Off Heap: 11            | Rd: 0       |
|                           |      |           |          |              |   
Off Heap Memory: 1,016b | Wr: 0       |
+------------------------------------------------------------------------------------------------------------------+
{noformat}

> Visor shows zero size for OFFHEAP_TIERED cache
> ----------------------------------------------
>
>                 Key: IGNITE-2726
>                 URL: https://issues.apache.org/jira/browse/IGNITE-2726
>             Project: Ignite
>          Issue Type: Bug
>          Components: visor
>    Affects Versions: sprint-1
>            Reporter: Valentin Kulichenko
>            Assignee: Vasiliy Sisko
>            Priority: Critical
>              Labels: community, customer
>             Fix For: 1.6
>
>         Attachments: IGNITE_2726_Offheap_size_in_cache_information_.patch
>
>
> To reproduce:
> 1. Change cache memory mode in {{CachePutGetExample}} to {{OFFHEAP_TIERED}}.
> 2. Run the example.
> 3. Connect with Visor and run {{cache -a}} command. See result below - number 
> of entries is zero. With {{ONHEAP_TIERED}} it shows the correct cache size.
> {noformat}
> visor> cache -a
> Time of the snapshot: 02/25/16, 13:10:44
> +==============================================================================================================+
> |         Name(@)         |    Mode     | Nodes |  Entries  |    Hits    |  
> Misses   |   Reads    |   Writes   |
> +==============================================================================================================+
> | CachePutGetExample(@c0) | PARTITIONED | 1     | min: 0    | min: 40    | 
> min: 0    | min: 40    | min: 40    |
> |                         |             |       | avg: 0.00 | avg: 40.00 | 
> avg: 0.00 | avg: 40.00 | avg: 40.00 |
> |                         |             |       | max: 0    | max: 40    | 
> max: 0    | max: 40    | max: 40    |
> +--------------------------------------------------------------------------------------------------------------+
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to