Condition
To create this condition the entry in the Name box is:
High Speed > 100MbpsThe entry in the Condition box is:
pub.PVM_TO_NUMBER(%(ifSpeed)) >= 100000000Because operators are not processed in the Name box, the greater than operator (>) in the name is text. Because operators are processed in the Condition box, the greater than or equal to operator (>=) in the condition filters the results.
The function pub.PVM_TO_NUMBER casts the string
to a number to perform a numeric comparison rather than an ASCII comparison.
The test results are sorted according to a collector and are then filtered according to interface speed. Resources are only included in the test results if the interface speed is more than 100 Mbps. Resources with a slower interface speed are ignored.