gtm persistΒΆ

gtm persist(1)		      BIG-IP TMSH Manual		gtm persist(1)



NAME
       persist - Displays persistence records for the Global Traffic
       Manager(tm).

MODULE
       gtm

SYNTAX
       Display statistics for the persist component within the gtm module
       using the syntax in the following section.

   DISPLAY
	show persist
	  options:
	    destination [ [name] | none]
	    key [ip address | string]
	    level [application | wideip]
	    max-results [integer]
	    target-name [ [name] | none]
	    target-type [datacenter | link | pool-member | server]

DESCRIPTION
       You can use the persist component to display various persistence
       records based on the filtering options that you use.

EXAMPLES
       show persist

       Displays all Global Traffic Manager persistence records.

       show persist level wideip

       Displays persistence records only for wideip persistence.

OPTIONS
       destination
	    Displays persistence records for the specified destination.

       key  Displays persistence records for the specified LDNS address or
	    generic key.

       level
	    Displays persistence records for the specified level (destination
	    type), either wideip or application.

       max-results
	    Specifies the maximum number of persistence records that you want
	    the system to return.

       target-name
	    Displays persistence records for the specified target name.

	    If target-type pool-member is specified, then a valid target-name
	    filter for a terminal pool member is the full path virtual server
	    name, for example /Common/vs-dns-1. Do not include the server name
	    in the target-name filter field.

	    For a non-terminal member the valid target-name filter is the non-
	    pathed DNS name, for example www.alt.example.com.

	    Please refer to the EXAMPLES section below for more info.

       target-type
	    Displays persistence records for the specified type of target.

EXAMPLES
       All persistence records:
	     [root@bigip-1:Active:Standalone] config # tmsh show gtm persist
	     Value	     Level:Destination -> Target	     Expiration
	     10.2.4.4	     wideip:A:/Common/www.example.com -> pool-member:www.alt.example.com   11-03 17:23:54
	     10.2.4.1	     wideip:A:/Common/www.example.com -> pool-member:/Common/gtm-server-1:/Common/vs-dns-1	11-03 17:23:54
	     10.2.4.3	     wideip:A:/Common/www.example.com -> pool-member:/Common/gtm-server-1:/Common/vs-dns-2     11-03 17:23:54
	     10.2.4.5	     wideip:A:/Common/www.example.com -> pool-member:www.alt.example.com   11-03 17:23:54
	     10.2.4.2	     wideip:A:/Common/www.example.com -> pool-member:www.alt.example.com   11-03 17:23:54
	     Total persistence records returned: 5

       Filter: show only records for pool member /Common/vs-dns-2
	     [root@bigip-1:Active:Standalone] config # tmsh show gtm persist target-type pool-member target-name /Common/vs-dns-2
	     Value	     Level:Destination -> Target	     Expiration
	     10.2.4.2	     wideip:A:/Common/www.example.com -> pool-member:/Common/gtm-server-1:/Common/vs-dns-2     11-03 16:01:03
	     Total persistence records returned: 1

	    Notice that only the virtual server name /Common/vs-dns-2 is
	    specified in the target-name filter.

       Filter: show only records for pool member CNAME www.alt.example.com
	     [root@bigip-1:Active:Standalone] config # tmsh show gtm persist target-type pool-member target-name www.alt.example.com
	     Value	     Level:Destination -> Target	     Expiration
	     10.2.4.4	     wideip:A:/Common/www.example.com -> pool-member:www.alt.example.com   11-03 17:23:54
	     10.2.4.5	     wideip:A:/Common/www.example.com -> pool-member:www.alt.example.com   11-03 17:23:54
	     10.2.4.2	     wideip:A:/Common/www.example.com -> pool-member:www.alt.example.com   11-03 17:23:54
	     Total persistence records returned: 3

SEE ALSO
       show, tmsh

COPYRIGHT
       No part of this program may be reproduced or transmitted in any form or
       by any means, electronic or mechanical, including photocopying,
       recording, or information storage and retrieval systems, for any
       purpose other than the purchaser's personal use, without the express
       written permission of F5 Networks, Inc.

       F5 Networks and BIG-IP (c) Copyright 2008-2010, 2013. All rights
       reserved.



BIG-IP				  2015-11-06			gtm persist(1)