security datasync local-profileΒΆ

security datasync local-profile(1)		  BIG-IP TMSH Manual		   security datasync local-profile(1)

NAME
       local-profile - Manage the Datasync Framework settings that are local, and not synced across devices.

MODULE
       security datasync

SYNTAX
       Manage the local-profile component within the security datasync module using the syntax shown in the following
       sections.

   MODIFY
	modify local-profile [table_name]
	  options:
	    buf-size [integer]
	    ds-area [ none | asm | fps ]
	    rows-bulk [integer]
	    gen-timeout-sec [integer]
	    min-mem-mb [integer]
	    min-cpu-percent [integer]
	    max-gen-rows [ infinite | [integer] ]
	    keep-conf-files [integer]
	    gen-pause-sec [integer]
	    offline-until-gen [ enable | disable ]
	    max-iowait-percent [integer]

	edit local-profile [table_name]
	  options:
	    all-properties
	    non-default-properties

   DISPLAY
	list local-profile
	list local-profile [table_name]
	show running-config local-profile
	show running-config local-profile [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    non-default-properties
	    one-line
	    partition
	    recursive

DESCRIPTION
       You can use the local-profile component to modify or display a datasync local-profile for use with the
       Datasync Framework.  Each profile is for a single table. The profiles cannot be created or deleted, only
       modified.  These profiles are local; they are not synced across devices.

OPTIONS
       buf-size
	    Specifies the size of each buffer in the table, in bytes.

       ds-area
	    Specifies the memory area on which the table will be allocated.

       rows-bulk
	    Specifies the number of rows to generate in each bulk.

       gen-timeout-sec
	    Specifies the timeout of running the external generator per single bulk.

       min-mem-mb
	    Specifies the minimum available memory in MB to start generator in non-urgent mode.

       min-cpu-percent
	    Specifies the minimum available CPU percent to start generator in non-urgent mode.

       max-gen-rows
	    Specifies the maximum rows to generate.

       keep-conf-files
	    Specifies the number of configuration files to keep when rolling old ones.

       gen-pause-sec
	    Specifies the time in seconds to pause between each bulk generation when in non-urgent mode.

       offline-until-gen
	    Specifies if the system should be offline until the table is generated.

       min-cpu-percent
	    Specifies the maximum iowait percent to start generator in non-urgent mode.

SEE ALSO
       edit, list, modify, 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-2014. All rights reserved.

BIG-IP						      2019-07-01		   security datasync local-profile(1)