Forum Discussion

eagertolearn's avatar
eagertolearn
Icon for Nimbostratus rankNimbostratus
Mar 11, 2025

Throughput

Hello Experts..

 

I am looking for a BIG-IP command for checking what services or connection exactly causing high throughput and consuming the device license.

 

Rgds

*** 

  • Hi Eagertolearn,

     

    To check which services or connections are causing high throughput on your F5 BIG-IP device, you can use the Traffic Management Shell (tmsh) commands. Here are a few useful commands:

    To View overall throughput statistics:

    bash
    tmsh show sys performance throughput

    To Check throughput on a per-virtual server basis:
    bash
    tmsh show ltm virtual-statistics all-properties

    To identify the top virtual servers by throughput:
    bash
    bigtop

    for more such commands you can refer here

    K50309321: Viewing BIG-IP system throughput statistics


    Viewing BIG-IP system throughput statistics

    sys performance throughput