spotify / XCRemoteCache

Other
830 stars 53 forks source link

when the target have dependencies can not hit the cache #84

Closed xwlxwl closed 2 years ago

xwlxwl commented 2 years ago

I found that when the target have dependencies ,it can not hit the cache.But if the target have no any dependencies ,it can hit cache 100%

vasvf commented 2 years ago

duplicate of #80 ?

xwlxwl commented 2 years ago

duplicate of #80 ? how can I look hit count and missing count in logs

vasvf commented 2 years ago

@xwlxwl you can use this command: ./XCRC/xcprepare stats

polac24 commented 2 years ago

@xwlxwl, please verify with version 0.3.6

xwlxwl commented 2 years ago

@xwlxwl, please verify with version 0.3.6 Thanks, i will try it

xwlxwl commented 2 years ago

@xwlxwl, please verify with version 0.3.6 Thanks, i will try it

hit_count: 502 miss_count: 2956 local_cache_bytes: 108703744 indexing_hit_count: 557 indexing_miss_count: 3987