Forum Discussion

Arthur_7109's avatar
Arthur_7109
Icon for Nimbostratus rankNimbostratus
Jul 07, 2009

Listing all objects in ramcache

Hi there,

 

 

When I issue the comamnd "b profile http ... ramcache entry all show", I get only 20 cached objects.

 

 

However, "b http show" shows a count of 335 objects.

 

 

I'd like to see the details (URI at least) of *all* cached objects, is that possible?

 

 

Thanks,

 

 

Arthur

 

4 Replies

  • Hi Arthur,

     

     

    It seems like a system limit for display. Another poster suggested they were able to get a complete list using iControl. You can check this post for related info:

     

     

    ramcache entries

     

    http://devcentral.f5.com/Default.aspx?tabid=53&forumid=32&tpage=1&view=topic&postid=2918829188

     

     

    Aaron
  • spark_86682's avatar
    spark_86682
    Historic F5 Account
    Bigpipe takes a "max response" parameter to specify the number of entities to show. For example, "bigpipe profile http yourprofilename ramcache entry max response 10000 show" will show up to 10,000 entities (the default size of a ramcache profile). Run "man profile_http" for more info.