Forum Discussion

jan_de_wachter_'s avatar
jan_de_wachter_
Icon for Nimbostratus rankNimbostratus
Nov 25, 2016

Tmsh command to reset VCMP guest statistics

We have some weekly scripts that collect LTM statistics. At the end of the script we do an automatic reset to zero of these statistics.

 

Now we would like to collect VCMP statistics. We should do the tmsh show vcmp guest all-properties command.

 

BUT i cannot find any command to reset these VCMP guest statistics.

 

Can anyone help me with this problem.

 

Thanks,

 

Jan

 

2 Replies

  • Kevin_K_51432's avatar
    Kevin_K_51432
    Historic F5 Account

    I ran the following on the guest and the Throughput Statistics were reset when viewed from the host.

    tmsh reset-stats net interface
    
  • Kevin,

     

    Thanks, indeed running "tmsh reset-stats net interface" on each client does reset the VCMP client statistics.

     

    I'll try to incorporate this in my weekly scripts.

     

    Thanks again.