Forum Discussion

Tal_BenHaim_112's avatar
Tal_BenHaim_112
Icon for Nimbostratus rankNimbostratus
Jan 22, 2007

Interface Statistics

Hi,

 

 

I need to retreive statistics of the exact number of BPS going through the interface connected to the ISP.

 

 

As I understand I should use the Networking / Interfaces function 'statistics'.

 

 

InterfaceStatistics get_statistics(

 

in String[] interfaces

 

);

 

 

How can I find out the interface name (input parameter - interfaces) ?

 

 

 

 

  • Loc_Pham_101863's avatar
    Loc_Pham_101863
    Historic F5 Account
    You can get the list of interfaces in the system by calling Networking::Interfaces::get_list( ).

     

     

    Regards,

     

    Loc