sys crypto acceleration-strategyΒΆ

sys crypto acceleration-strategy(1)		  BIG-IP TMSH Manual		  sys crypto acceleration-strategy(1)

NAME
       acceleration-strategy - Control crypto operations offloading on the BIG-IP(r) system (hybrid mode).

MODULE
       sys crypto

SYNTAX
       Configurate offload strategy

   LIST
	 list acceleration-strategy

DESCRIPTION
       Display the configured setting.

EXAMPLES
       list sys crypto acceleration-strategy

   MODIFY
	 modify acceleration-strategy [fixed-ratio]

DESCRIPTION
       Set the fixed-ratio policy setting as a value in the interval 0-1000. The value 1000 means that cryptographic
       operations will be processed by available hardware accelerator(s). A value 700 means that 70% of cryptographic
       operations will be processed by available hardware accelerator(s), while remaining 30% of operations will be
       processed on CPU.

       Currently only the following operations are subject to this policy: ECDSA signing, RSA encrypt or verify, and
       ECDH.

EXAMPLES
       modify sys crypto acceleration-strategy fixed-ratio 700

       In the above example, 70% (700 out of 1000) of relevant cryptographic requests are processed by hardware
       accelerator(s), if available, while 30% (300 out of 1000) of relevant cryptographics requests will be sent to
       the CPU.

   SHOW
	 show acceleration-strategy

DESCRIPTION
       Display acceleration-strategy statistics.

EXAMPLES
       show sys crypto acceleration-strategy

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 2018. All rights reserved.

BIG-IP						      2018-10-19		  sys crypto acceleration-strategy(1)