Ad Widget

Collapse

Unit for Bandwidth?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kuman1983
    Junior Member
    • Jan 2006
    • 5

    #1

    Unit for Bandwidth?

    Can any one answer me the following questions:

    1.iam monitoring the current bandwidth using perfmon.so please let me know whnat is the unit for it(IN ITEM CONFIGURATION)

    2.What is the unit for Bytes Received by a Network Interface.

    3.How to integrate Remote Execution in Zabbix(Please in detail)


    Thanks friends
  • krusty
    Senior Member
    • Oct 2005
    • 222

    #2
    Hi

    i use bit/s
    no multiplier
    and store value Delta (speed per second)

    It works fine for network traffic

    Comment

    • bytesize
      Member
      • Aug 2005
      • 71

      #3
      Hi,

      Please could you post your PerfMon config from the Zabbix client, as mine don't seem to be recording any traffic.

      Thanks!

      John

      Comment

      • kuman1983
        Junior Member
        • Jan 2006
        • 5

        #4
        Please specify the unit whether b or B or ..

        hi krusti,

        please specify the unit whether b or B or .. for bit/s

        and please let me how to integrate Remote Execution in Zabbix

        Comment

        • krusty
          Senior Member
          • Oct 2005
          • 222

          #5
          In the field units i have add "bit/s" --> without "

          I couldn't answer the question how to integrate of Remote Execution in Zabbix. I don't use this feature.

          @bytesize,
          could you check if you get any data if you do a snmp request. Check this command.

          snmpwalk -v 2c -c <COMMUNITY_STRING> <IP_ADDRESS> <OID_of_network_interface>

          Comment

          Working...