Suppose I have instance of Hazelcast running somewhere on remote machine and it executed in official Docker image. So I wolud like to see some data that Hazelcast stores just li
Best way is to write a Java utility that can run from CLI. It can make use of HazelcastClient to connect to the cluster, get hold of IMap and print however you need. Also IMap.getLocalMapStats gives stats related to local map for that node.