Forum Discussion

Darren_Walker_2's avatar
Jul 19, 2018

Viewing ramcache from an iApp web acceleration profile

If I run

tmsh show ltm profile web-acceleration
it will only show the non iApp profiles. I have recently learned I can run this instead to see all of them:
tmsh show ltm profile web-acceleration recursive
.

Now that I can see the the profiles (like ) I want to be able to display and delete the contents of the BIG-IP HTTP cache from the command line using the tmsh ramcache command (K13255). but if I type

tmsh show /ltm profile ramcache www.example.com.app/www.example.com_optimized-acceleration
it says Invalid Profile Name.

Thanks for your help!

1 Reply

  • We created a child profile from optimized-acceleration and started using it on the virtual servers. Now we can see all the hosts in that profile with

    tmsh show /ltm profile ramcache optimized-acceleration-child
    . From there we can see the files individually by
    tmsh show /ltm profile ramcache optimized-acceleration-child host test.example.com
    . If we want to delete URIs or the whole cache we run:
    tmsh delete /ltm profile ramcache optimized-acceleration-child host test.example.com uri /
    .