-
Notifications
You must be signed in to change notification settings - Fork 19
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
Programmatic way to get the cache usage metrics #70
Comments
You might try installing https://github.com/cdsap/Talaiot. I have not tried it though. |
Actually I am using the same plugin, but with it's 2.x version they removed cache related metrics : cdsap/Talaiot#349 example below : in 1.x:
now in 2.x:
|
Could you try I guess https://github.com/gradle/gradle/blob/d0fd4f96a43657af46b8c2165490f8070602b8e0/platforms/core-execution/build-cache/src/main/java/org/gradle/caching/internal/controller/service/OpFiringRemoteBuildCacheServiceHandle.java would generate the build operations. |
I tried your suggestion @vlsi but i am NOT able to access |
I can NOT use build-scan option due to certain limitations, Is there any way cache usage metrics can be read programmatically and stored? Also how can one identify cache's are coming from local cache or remote cache to measure cache effectiveness ?
The text was updated successfully, but these errors were encountered: