For some cache the GetTimeTotal, PutTimeTotal , GetAllTime are only
updating on the client side , so I believe for those particular caches
these are client operations and there are some other cache where the
GetTimeTotal
n all can be seen at both client and server nodes so there i believe these
operation are bit of both . Correct me if I'm wrong.

On Tue, Feb 6, 2024 at 11:32 PM Stephen Darlington <[email protected]>
wrote:

> Most of the metrics are about the node you're talking about rather than
> the cluster as a whole. When you're talking about a distributed system, is
> a "get" a client or a server operation? A bit of both, right?
>
> On Mon, 29 Jan 2024 at 14:05, Godfather <[email protected]> wrote:
>
>> Hi Community ,
>> I have configured my application with ignite in client mode.I have a
>> wrapper  around Ignite APIs that provide some out of the box atomic
>> functionality. I have enabled the cache metrics and after performing some
>> cache operation I can see that at server node the metrics related to
>> cachehits, cacheputs are updating and at server side the metrics such as
>> GetTimeTotal, PutTimeTotal , GetAllTime are updating .
>> Is this normal to update some metrics at client side and some metrics at
>> server side ?
>> Is there any list by which we can differentiate client side metrics and
>> server side metrics ?
>>
>>

Reply via email to