Forum Discussion

mazek_59373's avatar
mazek_59373
Icon for Nimbostratus rankNimbostratus
Oct 28, 2008

ramcache entries

Hi,

 

 

I'm trying to list all entries in ramcace but I'm having a strange problem with it:

 

 

bigpipe profile http http-static-cache ramcache entry all show | grep URI | wc -l

 

20

 

 

bigpipe http show | grep entries

 

| RAM cache (entries, size, evict) = (19983, 105.9M, 430.6M)

 

 

 

and http-static-cache is the only cache profile used:

 

 

bigpipe profile http all ramcache entry show | grep PROFILE

 

PROFILE HTTP http - ramcache entry: none

 

PROFILE HTTP http-lan-optimized-caching - ramcache entry: none

 

PROFILE HTTP http-static-cache - ramcache entry:

 

PROFILE HTTP http-wan-optimized-compression - ramcache entry: none

 

PROFILE HTTP http-wan-optimized-compression-caching - ramcache entry: none

 

 

 

So why it's 20 not 19983?

 

 

 

 

Is there a way to clean a cache entry from command line with bigip, or any other?

 

 

regards

 

 

 

  • giltjr's avatar
    giltjr
    Icon for Nimbostratus rankNimbostratus
    Not sure why, but when showing the cached entries it only shows a few, not all.

     

     

    To delete/purge a cached entry you can enter the command:

     

     

    bigpipe profile http ramcache entry uri host delete

     

     

    Now say you want to delete all of the entries for a specific host you can do:

     

     

    bigpipe profile http ramcache entry uri / host delete

     

     

    I have found if you use iControl you can get a list of all of the cached entries, but you need to specify the profile name.