tmsh::show

Description

Runs the command show using the specified arguments. The system returns the results as a string.

Syntax

tmsh::show [args...]

Examples

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