@@ -61,20 +61,20 @@ Current context is now local
6161
6262[source,bash]
6363----
64- $ cohctl get members -o wide
64+ $ cohctl get members -o wide -m
6565Using cluster connection 'local' from current context.
6666
6767Cluster Heap - Total: 6.750GB, Used: 1.076GB, Available: 5.674GB (84.1%)
6868
6969NODE ID ADDRESS PORT PROCESS MEMBER ROLE MACHINE RACK SITE PUBLISHER RECEIVER MAX HEAP USED HEAP AVAIL HEAP
70- 1 /192.168.1.124 58374 42988 n/a Management n/a n/a n/a 0.995 1.000 512MB 53MB 459MB
71- 2 /192.168.1.124 58389 43011 n/a CoherenceServer machine1 n/a n/a 1.000 1.000 1.000GB 307MB 717MB
72- 3 /192.168.1.124 58399 43033 n/a CoherenceServer machine1 n/a n/a 0.997 1.000 1.000GB 140MB 884MB
73- 4 /192.168.1.124 58434 43055 n/a CoherenceServer machine2 n/a n/a 0.997 1.000 1.000GB 175MB 849MB
74- 5 /192.168.1.124 58464 43081 n/a CoherenceServer machine2 n/a n/a 0.997 1.000 1.000GB 184MB 840MB
75- 7 /192.168.1.124 58774 44276 n/a CoherenceServer machine3 n/a n/a 1.000 1.000 1.000GB 124MB 900MB
76- 8 /192.168.1.124 58808 44473 n/a CoherenceServer machine3 n/a n/a 1.000 1.000 1.000GB 97MB 927MB
77- 9 /192.168.1.124 58868 44523 n/a CoherenceConsole n/a n/a n/a 1.000 1.000 256MB 22MB 234MB
70+ 1 /192.168.1.124 58374 42988 n/a Management n/a n/a n/a 0.995 1.000 512 MB 53 MB 459 MB
71+ 2 /192.168.1.124 58389 43011 n/a CoherenceServer machine1 n/a n/a 1.000 1.000 1024 MB 307 MB 717 MB
72+ 3 /192.168.1.124 58399 43033 n/a CoherenceServer machine1 n/a n/a 0.997 1.000 1024 MB 140 MB 884 MB
73+ 4 /192.168.1.124 58434 43055 n/a CoherenceServer machine2 n/a n/a 0.997 1.000 1024 MB 175 MB 849 MB
74+ 5 /192.168.1.124 58464 43081 n/a CoherenceServer machine2 n/a n/a 0.997 1.000 1024 MB 184 MB 840 MB
75+ 7 /192.168.1.124 58774 44276 n/a CoherenceServer machine3 n/a n/a 1.000 1.000 1024 MB 124 MB 900 MB
76+ 8 /192.168.1.124 58808 44473 n/a CoherenceServer machine3 n/a n/a 1.000 1.000 1024 MB 97 MB 927 MB
77+ 9 /192.168.1.124 58868 44523 n/a CoherenceConsole n/a n/a n/a 1.000 1.000 256 M 22 MB 234 MB
7878----
7979
8080NOTE: We can see the management node on Node 1, the storage members on nodes 2-5 and the console on node 6.
@@ -107,15 +107,15 @@ In our case we have the following caches defined:
107107
108108[source,bash]
109109----
110- $ cohctl get caches
110+ $ cohctl get caches -m
111111Using cluster connection 'local' from current context.
112112
113113Total Caches: 3, Total primary storage: 175MB
114114
115- SERVICE CACHE CACHE SIZE BYTES MB
116- PartitionedCache tim 1,000 10,160,000 9MB
117- PartitionedCache2 test-1 100,000 116,000,000 110MB
118- PartitionedCache2 test-2 50,000 58,000,000 55MB
115+ SERVICE CACHE COUNT SIZE
116+ PartitionedCache tim 1,000 9 MB
117+ PartitionedCache2 test-1 100,000 110 MB
118+ PartitionedCache2 test-2 50,000 55 MB
119119----
120120
121121NOTE: You can use the `-o wide` to display more information.
0 commit comments