Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[map] Add missing counts of misses and evictions to LocalMapStats #3009

Open
kennymacleod opened this issue Jul 15, 2014 · 4 comments
Open

Comments

@kennymacleod
Copy link
Contributor

The LocalMapStats interface has a getHits method, but this isn't much use in and of itself. It needs a corresponding getMisses method to give it come context. This method used to be present in hazelcast 2.x, but seems to have been inadvertently deleted in 3.x.

While we're at it, we also need a getEvictions statistic to get a count of the number of elements that have been evicted (due to TTL or too-many-items, for example).

@blakeday
Copy link

Also, how do you get operations per second in the latest version?

@enesakar enesakar removed the PENDING label Nov 2, 2015
@mmedenjak mmedenjak changed the title Add missing counts of misses and evictions to LocalMapStats [map] Add missing counts of misses and evictions to LocalMapStats Jul 16, 2017
@mmedenjak mmedenjak added this to the Backlog milestone Jul 16, 2017
@burakcelebi burakcelebi added Source: Community PR or issue was opened by a community user Priority: Medium labels Jan 3, 2018
@PhillipMek
Copy link

PhillipMek commented Jan 10, 2022

@mmedenjak, is any updates on this issue? It will be cool to add map eviction and expiration events monitoring in Management Center.

@mmedenjak
Copy link
Contributor

No, there was not much demand for this and we worked on higher priority items but we're happy to accept a PR from the community.

@JaegerJochimsen
Copy link

@mmedenjak Hi there, are there any updates?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

10 participants