Ad Widget

Collapse

Octet Graphs

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mozzi
    Junior Member
    • Aug 2007
    • 27

    #1

    Octet Graphs

    Heya all

    I seem set to become the top poster here

    When graphing the fast ethernet on a router I use the ifInOctets1 and ifOutOctets1 items.
    Now this works and gives me a graph, sort of, how do I get this graph to display Kb or Meg?

    I suspect it is with the multiplier but am confused about the actual sum.

    Thanx

    Mozzi
  • Markus
    Member
    • Jan 2006
    • 39

    #2
    From memory: Set the item to multiply the received values by eight (= octets/bytes to bits conversion) and store them as 'per second'. Also set the unit to 'B' or 'bytes'. You would have to do this for all ifInOctets/ifoutOctets items which is best done through an SQL update statement instead of using the web interface.

    Markus

    Comment

    • mozzi
      Junior Member
      • Aug 2007
      • 27

      #3
      Bytes

      Thanx that worked

      Mozzi

      Comment

      Working...