How to determine interface utilization %

Danielh22185Danielh22185 Member Posts: 1,195 ■■■■□□□□□□
How would I determine what actually is the % of the bandwith consumption of an interface on a juniper device? Here is a sample output of one of my interfaces when I run a monitor interface command:

nterface: ge-2/0/0.0, Enabled, Link is Up
Flags: SNMP-Traps 0x104000
Encapsulation: ENET2
Local statistics: Current delta
Input bytes: 48483191 [0]
Output bytes: 39416910 [0]
Input packets: 242549 [0]
Output packets: 400049 [0]
Remote statistics:
Input bytes: 4788758381308 (60756968 bps) [7594621]
Output bytes: 3379927126060 (29835648 bps) [3729456]
Input packets: 5730526479 (9363 pps) [9363]
Output packets: 6704591184 (7959 pps) [7959]
Traffic statistics:
Input bytes: 4788806864499 [7594621]
Output bytes: 3379966542970 [3729456]
Input packets: 5730769028 [9363]
Output packets: 6704991233 [7959]
Protocol: inet, MTU: 1500, Flags: Is-Primary 0x20000
Currently Studying: IE Stuff...kinda...for now...
My ultimate career goal: To climb to the top of the computer network industry food chain.
"Winning means you're willing to go longer, work harder, and give more than anyone else." - Vince Lombardi

Comments

  • wizkid01wizkid01 Member Posts: 22 ■□□□□□□□□□
    I'm not sure if Juniper actually lists the percent utilization anywhere as I have always just worked it out based on the live remote statistics of the monitor interface output as the bps value for in/outbound traffic will confirm the current amount transiting the interface.

    Juniper doc regarding monitor interface -

    monitor interface - Technical Documentation - Support - Juniper Networks

    You can also see the current in/out bps from the output of "show interface ge-x/x/x".
  • Danielh22185Danielh22185 Member Posts: 1,195 ■■■■□□□□□□
    wizkid01 wrote: »
    I'm not sure if Juniper actually lists the percent utilization anywhere as I have always just worked it out based on the live remote statistics of the monitor interface output as the bps value for in/outbound traffic will confirm the current amount transiting the interface.

    Juniper doc regarding monitor interface -

    monitor interface - Technical Documentation - Support - Juniper Networks

    You can also see the current in/out bps from the output of "show interface ge-x/x/x".

    Ya I wasn't exacly looking for a read out of the % utilizated more or less just how would I could mathmatically get to that number. So I take it I can probably just divide the in/out bps by the interface bandwidth?
    Currently Studying: IE Stuff...kinda...for now...
    My ultimate career goal: To climb to the top of the computer network industry food chain.
    "Winning means you're willing to go longer, work harder, and give more than anyone else." - Vince Lombardi
Sign In or Register to comment.