Forum Discussion

mtfeliciano's avatar
mtfeliciano
Icon for Altostratus rankAltostratus
Jun 23, 2026

qkview: revealing pool members & pools

A qkview file, when uploaded to F5's iHealth website, can easily show the entire lists of virtual servers, pools and nodes.

 

Question:

Is there any easy / quick way (whether in iHealth website, or in the F5 device's GUI or CLI) to somehow show:

 

1. the entire lists of node(s) (that are pool members) per pool in a qkview file

 

2. the entire lists of pool(s) that are associated with each virtual server in a qkview file

3 Replies

  • Hi mtfeliciano,

    You can generate a list of virtual servers, pools, and members by running a script from the command line. If pools are assigned via an iRule or LTM policy, the script will not display them. It lists only the default pool.

     

    How to export Virtual Servers and Pools information to a .csv file

    https://my.f5.com/manage/s/article/K72255145

    • mtfeliciano's avatar
      mtfeliciano
      Icon for Altostratus rankAltostratus

      Hi Enes_Afsin_Al,

       

      Thanks for your feedback.

       

      We tried this CLI command on our F5 load balancers:

       

      tmsh -c 'cd /; show ltm virtual detail recursive' | grep -E 

       

      And the CLI command output was saved in a text file.

       

      Is there any quick method / tool to somehow convert / reformat the contents of that text file into a CSV / Excel file?