ltm profile qoeΒΆ

ltm profile qoe(1)	      BIG-IP TMSH Manual	    ltm profile qoe(1)



NAME
       qoe - Configures a Quality of Experience (QoE) Monitoring profile.

MODULE
       ltm profile

SYNTAX
       Configure the qoe component within the ltm profile module using the
       syntax shown in the following sections.

   CREATE/MODIFY
	create qoe [name]
	modify qoe [name]
	  options:
	    app-service [[string] | none]
	    defaults-from [name]
	    description [[string] | none]
	    video [true | false]

	reset-stats qoe
	reset-stats qoe [ [ [name] | [glob] | [regex] ] ... ]

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

	show qoe
	show qoe [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    (default | exa | gig | kil | meg | peta | raw | tera | yotta | zetta)
	    field-fmt

   DELETE
	delete qoe [name]

DESCRIPTION
       You can use the qoe component to monitor Video Quality of Experience.

EXAMPLES
       create qoe my_qoe defaults-from qoe

       Creates an quality of experience profile named my_qoe.

       create qoe my_qoe { video true }

       video
	    Specifies to monitor the QoE MOS score of video streams with the
	    format of MP4 or FLV.

SEE ALSO
       create, delete, edit, glob, list, ltm virtual, modify, regex, reset-
       stats, show, tmsh, ltm profile qoe

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



BIG-IP				  2014-09-25		    ltm profile qoe(1)