Forum Discussion

tmkuzma_138268's avatar
tmkuzma_138268
Icon for Nimbostratus rankNimbostratus
Dec 11, 2013

TMSH BIGTOP

I am new to F5 and found out about bigtop. I am on 11.2 and when I login to the F5 I am in tmsh (cfg-sync Changes Pending)(/S2-green-P:Active)(/Common)(tmos)

 

I have tried (tmos)bigtop run util bigtop

 

Can you run bigtop from the (tmos) or do you need to be login as root?

 

Thankyou for your help

 

8 Replies

  • Hi tmkuzma, unfortunately bigtop command is part of linux and not tmsh commands. So if you want to use bigtop, you need to have access to SSH CLI.

     

    There are some other commands in TMSH that can give you the level of information (and even more details), using something like: tmsh show ltm virtual tmsh show ltm pool ...

     

    in tmsh, you can execute some "linux" commands, using the run /util command, but bigtop is not part of it. You can potentially try to use run /util bash "...", but i don't think bigtop is part of the comands that can be run like this.

     

    HTH

     

  • e.g.

    root@(ve11a)(cfg-sync In Sync)(Active)(/Common)(tmos) run util bash -c "bigtop -n -delay 1"
    
    • tmkuzma_138268's avatar
      tmkuzma_138268
      Icon for Nimbostratus rankNimbostratus
      nitass, sorry for the delay in replying. thank you for the command it works perfectly
    • SAM_81082's avatar
      SAM_81082
      Icon for Nimbostratus rankNimbostratus
      Great command man. it work fantastic !!!!!!!!! Sandip
  • e.g.

    root@(ve11a)(cfg-sync In Sync)(Active)(/Common)(tmos) run util bash -c "bigtop -n -delay 1"
    
    • tmkuzma_138268's avatar
      tmkuzma_138268
      Icon for Nimbostratus rankNimbostratus
      nitass, sorry for the delay in replying. thank you for the command it works perfectly
    • SAM_81082's avatar
      SAM_81082
      Icon for Nimbostratus rankNimbostratus
      Great command man. it work fantastic !!!!!!!!! Sandip