Forum Discussion

3 Replies

  • 'b persist all show all' will show the first ~7000 persistence table entries which includes the session table entries.

     

     

    Aaron
  • Thanks for the tip... The entries that show up seem to only be persistence related. What I've done is use the "table" command in irules to add entries into a subtable. I can do individual lookups in irule; however, it would be nice if I could get a dump of all the entries (or even a portion)

     

     

    http://devcentral.f5.com/Default.aspx?tabid=63&articleType=ArticleView&articleId=2380

     

  • I think you could use 'table keys' to get a list of all keys in a subtable. If you wanted to get the values, you could loop through them using 'table lookup'.

     

     

    Aaron