cleartool getcache -view -cview           


Lookup cache:    94% full,   6080 entries (307.0K), 308777 requests,  86% hits
Readdir cache:   77% full,   4534 entries (1259.4K),  52233 requests,  91% hits
Fstat cache:     89% full,   6188 entries (870.2K), 137811 requests, 100% hits
Object cache:   100% full,   6188 entries (1146.9K), 290977 requests,  42% hits
Total memory used for view caches: 3583.5Kbytes
The current view server cache limits are:
Lookup cache:             335520 bytes
Readdir cache:           1677721 bytes
Fstat cache:             1006560 bytes
Object cache:            1174320 bytes
Total cache size limit:  4194304 bytes

Should I try to get my Object cache hit to be 100%?

I have 2GB RAM.
link|improve this question

60% accept rate
feedback

2 Answers

A hit in the cache means that when the lookup was performed, it was found in the cache.
The statistic only shows how much you saved without having to make a round-trip query to the server.

link|improve this answer
feedback

What ClearCase command you feel low performance?

Have you checked the memory section in 'top' command?

Tamir Gefen, GoMidjets

Innovative IBM ClearCase Add-ons

link|improve this answer
I no longer am in the environment. I was basically wanting to speed up dynamic view reads. – gambit Aug 6 '09 at 2:04
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.