Is it possible to use an if condition
in tsung and use a greater than
comparison rather than a straight equals
and not equals
comparison?
Or is it possible to use the and
or or
operator to combine comparisons?
There is no greather then operator at this time in tsung, only equal and not equal. It is not possible to combine comparisons with and and or.