What is the best way to optimize clearcase dynamic view performance on a linux client?
        Posted  
        
            by gambit
        on Server Fault
        
        See other posts from Server Fault
        
            or by gambit
        
        
        
        Published on 2009-06-01T14:06:21Z
        Indexed on 
            2010/04/06
            4:03 UTC
        
        
        Read the original article
        Hit count: 350
        
linux
|Performance
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.
© Server Fault or respective owner