tmsh::reset_stats

Description

Runs the command reset-stats using the specified arguments.

Syntax

tmsh::reset-stats [args...]

Examples

while { true } {
  tmsh::clear_screen
  puts [tmsh::show /ltm pool $poolname]
  tmsh::reset-stats /ltm pool $poolname
  after $interval
}