在Apache Ignite中获取内存指标 [英] Getting Memory metrics in Apache Ignite

查看:39
本文介绍了在Apache Ignite中获取内存指标的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用Apache Ignite 2.8.0.实际上,现在我通过以下方式获取内存指标(使用Java胖客户端),

I am using Apache Ignite 2.8.0. Actually now i am getting memory metrics by the following(Using Java thick client),

    ClusterGroup remoteGroup = ignite.cluster().forRemotes();
    ClusterMetrics metrics = remoteGroup.metrics();

是否可以通过Python或Java瘦客户端获取内存指标?

Is there any way to get the Memory metrics by Python or Java thin client?

推荐答案

瘦客户端当前不支持此功能,因此您必须使用胖客户端或服务器节点来收集此信息.

It is not supported currently by thin clients, so you will have to gather this information using thick client or server node.

然后,您可以将其存储在某个位置(例如,缓存中),以供瘦客户端访问.

Then you can store it somewhere (in e.g. cache) to be accessible by thin clients too.

这篇关于在Apache Ignite中获取内存指标的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆