Ad Widget

Collapse

Реализация net.if.in[eth0, dropped] ?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rooty0
    Junior Member
    • Jun 2018
    • 5

    #1

    Реализация net.if.in[eth0, dropped] ?

    Подскажите пожалуйста откуда zabbix смотрит net.if.in[eth0, dropped] (netlink, proc)?

    У меня есть такой триггер:
    {rootybox.net:net.if.in[bond0, dropped].last()}>9999

    Он срабатывает в разное время, сложно отловить.

    netlink показывает нулевые dropped package

    Code:
    # ip -h -s -s a show dev eth0
    .........
        RX: bytes  packets  errors  dropped overrun mcast
        93.5T      75.4G    0       0       0       11.6M
        RX errors: length   crc     frame   fifo    missed
                   0        0       0       0       4.89M
        TX: bytes  packets  errors  dropped carrier collsns
        59.1T      53.7G    0       12      0       0
        TX errors: aborted  fifo   window heartbeat transns
                   0        0       0       0       2
  • kernbug
    Senior Member
    • Feb 2013
    • 330

    #2
    Originally posted by rooty0
    Подскажите пожалуйста откуда zabbix смотрит net.if.in[eth0, dropped] (netlink, proc)?

    У меня есть такой триггер:
    {rootybox.net:net.if.in[bond0, dropped].last()}>9999

    Он срабатывает в разное время, сложно отловить.

    netlink показывает нулевые dropped package

    Code:
    # ip -h -s -s a show dev eth0
    .........
    RX: bytes packets errors dropped overrun mcast
    93.5T 75.4G 0 0 0 11.6M
    RX errors: length crc frame fifo missed
    0 0 0 0 4.89M
    TX: bytes packets errors dropped carrier collsns
    59.1T 53.7G 0 12 0 0
    TX errors: aborted fifo window heartbeat transns
    0 0 0 0 2
    Здраствуйте,

    А можно статистику по bond0 интерфейсу с обоих slave-интерфейсов: ethtool -S NICname и вывод команды netstat -i?

    Comment

    • rooty0
      Junior Member
      • Jun 2018
      • 5

      #3
      * Там в IP на самом деле bond0 (не eth0), то я решил извратиться и спрятать интерфейс.


      Code:
      # netstat -i
      Kernel Interface table
      Iface   MTU Met   RX-OK RX-ERR RX-DRP RX-OVR    TX-OK TX-ERR TX-DRP TX-OVR Flg
      bond0      1500 0  76210861300      0 4917077 0      53994111823      0     12      0 BMmRU
      eth0       1500 0         0      0      0 0             0      0      0      0 BMU
      eth1       1500 0         0      0      0 0             0      0      0      0 BMU
      eth2       1500 0  38944263962      0 2455189 0      27023170943      0      0      0 BMsRU
      eth3       1500 0  37266597338      0 2461888 0      26970940880      0      0      0 BMsRU
      lo        65536 0  2159088401      0      0 0      2159088401      0      0      0 LRU
      
      # cat /etc/network/interfaces
      ....
      auto eth2
      iface eth2 inet manual
          bond-lacp_rate fast
          bond-master bond0
          bond-miimon 100
          bond-xmit_hash_policy layer3+4
          mtu 1500
          bond-mode 802.3ad
      
      auto eth3
      iface eth3 inet manual
          bond-lacp_rate fast
          bond-master bond0
          bond-miimon 100
          bond-xmit_hash_policy layer3+4
          mtu 1500
          bond-mode 802.3ad
      
      auto bond0
      iface bond0 inet static
          gateway ***
          address ***
          bond-lacp_rate fast
          bond-slaves none
          bond-miimon 100
          bond-xmit_hash_policy layer3+4
          hwaddress 0c:c4:7a:59:bb:18
          mtu 1500
          bond-mode 802.3ad
      
      ethtool -S eth2
      NIC statistics:
           rx_packets: 38966294625
           tx_packets: 27025479565
           rx_bytes: 48222726232573
           tx_bytes: 29658061703467
           rx_pkts_nic: 38966294625
           tx_pkts_nic: 27025479565
           rx_bytes_nic: 48382274212273
           tx_bytes_nic: 29766175591155
           lsc_int: 4
           tx_busy: 0
           non_eop_descs: 0
           rx_errors: 0
           tx_errors: 0
           rx_dropped: 0
           tx_dropped: 0
           multicast: 5803965
           broadcast: 711134
           rx_no_buffer_count: 0
           collisions: 0
           rx_over_errors: 0
           rx_crc_errors: 0
           rx_frame_errors: 0
           hw_rsc_aggregated: 0
           hw_rsc_flushed: 0
           fdir_match: 19571760368
           fdir_miss: 19486734264
           fdir_overflow: 3484
           rx_fifo_errors: 0
           rx_missed_errors: 2456171
           tx_aborted_errors: 0
           tx_carrier_errors: 0
           tx_fifo_errors: 0
           tx_heartbeat_errors: 0
           tx_timeout_count: 0
           tx_restart_queue: 8281
           rx_long_length_errors: 0
           rx_short_length_errors: 0
           tx_flow_control_xon: 8536
           rx_flow_control_xon: 0
           tx_flow_control_xoff: 43740
           rx_flow_control_xoff: 0
           rx_csum_offload_errors: 0
           alloc_rx_page_failed: 0
           alloc_rx_buff_failed: 0
           rx_no_dma_resources: 0
           os2bmc_rx_by_bmc: 0
           os2bmc_tx_by_bmc: 0
           os2bmc_tx_by_host: 0
           os2bmc_rx_by_host: 0
           tx_hwtstamp_timeouts: 0
           tx_hwtstamp_skipped: 0
           rx_hwtstamp_cleared: 0
           fcoe_bad_fccrc: 0
           rx_fcoe_dropped: 0
           rx_fcoe_packets: 0
           rx_fcoe_dwords: 0
           fcoe_noddp: 0
           fcoe_noddp_ext_buff: 0
           tx_fcoe_packets: 0
           tx_fcoe_dwords: 0
           tx_queue_0_packets: 1210904578
           tx_queue_0_bytes: 1323211265855
           tx_queue_1_packets: 1177715077
           tx_queue_1_bytes: 1406200163607
           tx_queue_2_packets: 1089438839
           tx_queue_2_bytes: 1377755704674
           tx_queue_3_packets: 1196647024
           tx_queue_3_bytes: 1427914257315
           tx_queue_4_packets: 1137818915
           tx_queue_4_bytes: 1412821833472
           tx_queue_5_packets: 1153570198
           tx_queue_5_bytes: 1413976059877
           tx_queue_6_packets: 1330990351
           tx_queue_6_bytes: 1447274470445
           tx_queue_7_packets: 1576072447
           tx_queue_7_bytes: 1536627880123
           tx_queue_8_packets: 1392271672
           tx_queue_8_bytes: 1592370359403
           tx_queue_9_packets: 1587265380
           tx_queue_9_bytes: 1615545650109
           tx_queue_10_packets: 2226911891
           tx_queue_10_bytes: 1630725954194
           tx_queue_11_packets: 1616720917
           tx_queue_11_bytes: 1589901996552
           tx_queue_12_packets: 1209840851
           tx_queue_12_bytes: 1395628696718
           tx_queue_13_packets: 1153730816
           tx_queue_13_bytes: 1438141308431
           tx_queue_14_packets: 1148671476
           tx_queue_14_bytes: 1434063607693
           tx_queue_15_packets: 1135987411
           tx_queue_15_bytes: 1427770331779
           tx_queue_16_packets: 551077486
           tx_queue_16_bytes: 709083015867
           tx_queue_17_packets: 552935349
           tx_queue_17_bytes: 715696130268
           tx_queue_18_packets: 700579152
           tx_queue_18_bytes: 803663032974
           tx_queue_19_packets: 1409352514
           tx_queue_19_bytes: 826672557113
           tx_queue_20_packets: 627251219
           tx_queue_20_bytes: 793699623082
           tx_queue_21_packets: 619475978
           tx_queue_21_bytes: 780585848634
           tx_queue_22_packets: 601654493
           tx_queue_22_bytes: 767989068482
           tx_queue_23_packets: 618595531
           tx_queue_23_bytes: 790742886800
           tx_queue_24_packets: 0
           tx_queue_24_bytes: 0
           tx_queue_25_packets: 0
           tx_queue_25_bytes: 0
           tx_queue_26_packets: 0
           tx_queue_26_bytes: 0
           tx_queue_27_packets: 0
           tx_queue_27_bytes: 0
           tx_queue_28_packets: 0
           tx_queue_28_bytes: 0
           tx_queue_29_packets: 0
           tx_queue_29_bytes: 0
           tx_queue_30_packets: 0
           tx_queue_30_bytes: 0
           tx_queue_31_packets: 0
           tx_queue_31_bytes: 0
           tx_queue_32_packets: 0
           tx_queue_32_bytes: 0
           tx_queue_33_packets: 0
           tx_queue_33_bytes: 0
           tx_queue_34_packets: 0
           tx_queue_34_bytes: 0
           tx_queue_35_packets: 0
           tx_queue_35_bytes: 0
           tx_queue_36_packets: 0
           tx_queue_36_bytes: 0
           tx_queue_37_packets: 0
           tx_queue_37_bytes: 0
           tx_queue_38_packets: 0
           tx_queue_38_bytes: 0
           tx_queue_39_packets: 0
           tx_queue_39_bytes: 0
           tx_queue_40_packets: 0
           tx_queue_40_bytes: 0
           tx_queue_41_packets: 0
           tx_queue_41_bytes: 0
           tx_queue_42_packets: 0
           tx_queue_42_bytes: 0
           tx_queue_43_packets: 0
           tx_queue_43_bytes: 0
           tx_queue_44_packets: 0
           tx_queue_44_bytes: 0
           tx_queue_45_packets: 0
           tx_queue_45_bytes: 0
           tx_queue_46_packets: 0
           tx_queue_46_bytes: 0
           tx_queue_47_packets: 0
           tx_queue_47_bytes: 0
           tx_queue_48_packets: 0
           tx_queue_48_bytes: 0
           tx_queue_49_packets: 0
           tx_queue_49_bytes: 0
           tx_queue_50_packets: 0
           tx_queue_50_bytes: 0
           tx_queue_51_packets: 0
           tx_queue_51_bytes: 0
           tx_queue_52_packets: 0
           tx_queue_52_bytes: 0
           tx_queue_53_packets: 0
           tx_queue_53_bytes: 0
           tx_queue_54_packets: 0
           tx_queue_54_bytes: 0
           tx_queue_55_packets: 0
           tx_queue_55_bytes: 0
           tx_queue_56_packets: 0
           tx_queue_56_bytes: 0
           tx_queue_57_packets: 0
           tx_queue_57_bytes: 0
           tx_queue_58_packets: 0
           tx_queue_58_bytes: 0
           tx_queue_59_packets: 0
           tx_queue_59_bytes: 0
           tx_queue_60_packets: 0
           tx_queue_60_bytes: 0
           tx_queue_61_packets: 0
           tx_queue_61_bytes: 0
           tx_queue_62_packets: 0
           tx_queue_62_bytes: 0
           tx_queue_63_packets: 0
           tx_queue_63_bytes: 0
           rx_queue_0_packets: 1946451399
           rx_queue_0_bytes: 2390429724022
           rx_queue_1_packets: 1848223477
           rx_queue_1_bytes: 2394749738478
           rx_queue_2_packets: 2206776139
           rx_queue_2_bytes: 2434752570486
           rx_queue_3_packets: 1890805267
           rx_queue_3_bytes: 2403958388592
           rx_queue_4_packets: 1855397387
           rx_queue_4_bytes: 2382750392558
           rx_queue_5_packets: 1796083849
           rx_queue_5_bytes: 2336308786120
           rx_queue_6_packets: 2169389841
           rx_queue_6_bytes: 2720717939652
           rx_queue_7_packets: 2286709654
           rx_queue_7_bytes: 2718414951838
           rx_queue_8_packets: 2162435416
           rx_queue_8_bytes: 2852409407800
           rx_queue_9_packets: 2290459270
           rx_queue_9_bytes: 2730485441987
           rx_queue_10_packets: 2585651872
           rx_queue_10_bytes: 2716630348586
           rx_queue_11_packets: 2272515523
           rx_queue_11_bytes: 2680645662892
           rx_queue_12_packets: 1860672357
           rx_queue_12_bytes: 2371788006659
           rx_queue_13_packets: 1877231977
           rx_queue_13_bytes: 2393624644982
           rx_queue_14_packets: 1774104889
           rx_queue_14_bytes: 2353161514165
           rx_queue_15_packets: 1801786322
           rx_queue_15_bytes: 2352109252432
           rx_queue_16_packets: 570355330
           rx_queue_16_bytes: 789138774588
           rx_queue_17_packets: 611741727
           rx_queue_17_bytes: 852875137637
           rx_queue_18_packets: 830988797
           rx_queue_18_bytes: 1096418459489
           rx_queue_19_packets: 1334250830
           rx_queue_19_bytes: 1071790993250
           rx_queue_20_packets: 749607837
           rx_queue_20_bytes: 1045208415681
           rx_queue_21_packets: 733517889
           rx_queue_21_bytes: 1024490144780
           rx_queue_22_packets: 734166073
           rx_queue_22_bytes: 1024055526868
           rx_queue_23_packets: 776971503
           rx_queue_23_bytes: 1085812009031
           rx_queue_24_packets: 0
           rx_queue_24_bytes: 0
           rx_queue_25_packets: 0
           rx_queue_25_bytes: 0
           rx_queue_26_packets: 0
           rx_queue_26_bytes: 0
           rx_queue_27_packets: 0
           rx_queue_27_bytes: 0
           rx_queue_28_packets: 0
           rx_queue_28_bytes: 0
           rx_queue_29_packets: 0
           rx_queue_29_bytes: 0
           rx_queue_30_packets: 0
           rx_queue_30_bytes: 0
           rx_queue_31_packets: 0
           rx_queue_31_bytes: 0
           rx_queue_32_packets: 0
           rx_queue_32_bytes: 0
           rx_queue_33_packets: 0
           rx_queue_33_bytes: 0
           rx_queue_34_packets: 0
           rx_queue_34_bytes: 0
           rx_queue_35_packets: 0
           rx_queue_35_bytes: 0
           rx_queue_36_packets: 0
           rx_queue_36_bytes: 0
           rx_queue_37_packets: 0
           rx_queue_37_bytes: 0
           rx_queue_38_packets: 0
           rx_queue_38_bytes: 0
           rx_queue_39_packets: 0
           rx_queue_39_bytes: 0
           rx_queue_40_packets: 0
           rx_queue_40_bytes: 0
           rx_queue_41_packets: 0
           rx_queue_41_bytes: 0
           rx_queue_42_packets: 0
           rx_queue_42_bytes: 0
           rx_queue_43_packets: 0
           rx_queue_43_bytes: 0
           rx_queue_44_packets: 0
           rx_queue_44_bytes: 0
           rx_queue_45_packets: 0
           rx_queue_45_bytes: 0
           rx_queue_46_packets: 0
           rx_queue_46_bytes: 0
           rx_queue_47_packets: 0
           rx_queue_47_bytes: 0
           rx_queue_48_packets: 0
           rx_queue_48_bytes: 0
           rx_queue_49_packets: 0
           rx_queue_49_bytes: 0
           rx_queue_50_packets: 0
           rx_queue_50_bytes: 0
           rx_queue_51_packets: 0
           rx_queue_51_bytes: 0
           rx_queue_52_packets: 0
           rx_queue_52_bytes: 0
           rx_queue_53_packets: 0
           rx_queue_53_bytes: 0
           rx_queue_54_packets: 0
           rx_queue_54_bytes: 0
           rx_queue_55_packets: 0
           rx_queue_55_bytes: 0
           rx_queue_56_packets: 0
           rx_queue_56_bytes: 0
           rx_queue_57_packets: 0
           rx_queue_57_bytes: 0
           rx_queue_58_packets: 0
           rx_queue_58_bytes: 0
           rx_queue_59_packets: 0
           rx_queue_59_bytes: 0
           rx_queue_60_packets: 0
           rx_queue_60_bytes: 0
           rx_queue_61_packets: 0
           rx_queue_61_bytes: 0
           rx_queue_62_packets: 0
           rx_queue_62_bytes: 0
           rx_queue_63_packets: 0
           rx_queue_63_bytes: 0
           tx_pb_0_pxon: 0
           tx_pb_0_pxoff: 0
           tx_pb_1_pxon: 0
           tx_pb_1_pxoff: 0
           tx_pb_2_pxon: 0
           tx_pb_2_pxoff: 0
           tx_pb_3_pxon: 0
           tx_pb_3_pxoff: 0
           tx_pb_4_pxon: 0
           tx_pb_4_pxoff: 0
           tx_pb_5_pxon: 0
           tx_pb_5_pxoff: 0
           tx_pb_6_pxon: 0
           tx_pb_6_pxoff: 0
           tx_pb_7_pxon: 0
           tx_pb_7_pxoff: 0
           rx_pb_0_pxon: 0
           rx_pb_0_pxoff: 0
           rx_pb_1_pxon: 0
           rx_pb_1_pxoff: 0
           rx_pb_2_pxon: 0
           rx_pb_2_pxoff: 0
           rx_pb_3_pxon: 0
           rx_pb_3_pxoff: 0
           rx_pb_4_pxon: 0
           rx_pb_4_pxoff: 0
           rx_pb_5_pxon: 0
           rx_pb_5_pxoff: 0
           rx_pb_6_pxon: 0
           rx_pb_6_pxoff: 0
           rx_pb_7_pxon: 0
           rx_pb_7_pxoff: 0
      
      # ethtool -S eth3
      NIC statistics:
           rx_packets: 37290368502
           tx_packets: 26974080698
           rx_bytes: 46474336811493
           tx_bytes: 29819926494596
           rx_pkts_nic: 37290368502
           tx_pkts_nic: 26974080698
           rx_bytes_nic: 46627191362916
           tx_bytes_nic: 29927835185512
           lsc_int: 4
           tx_busy: 0
           non_eop_descs: 0
           rx_errors: 0
           tx_errors: 0
           rx_dropped: 0
           tx_dropped: 0
           multicast: 5804262
           broadcast: 836487
           rx_no_buffer_count: 0
           collisions: 0
           rx_over_errors: 0
           rx_crc_errors: 0
           rx_frame_errors: 0
           hw_rsc_aggregated: 0
           hw_rsc_flushed: 0
           fdir_match: 18872830434
           fdir_miss: 18500857400
           fdir_overflow: 3459
           rx_fifo_errors: 0
           rx_missed_errors: 2462150
           tx_aborted_errors: 0
           tx_carrier_errors: 0
           tx_fifo_errors: 0
           tx_heartbeat_errors: 0
           tx_timeout_count: 0
           tx_restart_queue: 9064
           rx_long_length_errors: 0
           rx_short_length_errors: 0
           tx_flow_control_xon: 7863
           rx_flow_control_xon: 0
           tx_flow_control_xoff: 40626
           rx_flow_control_xoff: 0
           rx_csum_offload_errors: 0
           alloc_rx_page_failed: 0
           alloc_rx_buff_failed: 0
           rx_no_dma_resources: 0
           os2bmc_rx_by_bmc: 0
           os2bmc_tx_by_bmc: 0
           os2bmc_tx_by_host: 0
           os2bmc_rx_by_host: 0
           tx_hwtstamp_timeouts: 0
           tx_hwtstamp_skipped: 0
           rx_hwtstamp_cleared: 0
           fcoe_bad_fccrc: 0
           rx_fcoe_dropped: 0
           rx_fcoe_packets: 0
           rx_fcoe_dwords: 0
           fcoe_noddp: 0
           fcoe_noddp_ext_buff: 0
           tx_fcoe_packets: 0
           tx_fcoe_dwords: 0
           tx_queue_0_packets: 1194123768
           tx_queue_0_bytes: 1334518475778
           tx_queue_1_packets: 1185132184
           tx_queue_1_bytes: 1399963727697
           tx_queue_2_packets: 1402295894
           tx_queue_2_bytes: 1448972796835
           tx_queue_3_packets: 1183549902
           tx_queue_3_bytes: 1428802238740
           tx_queue_4_packets: 1179758679
           tx_queue_4_bytes: 1443434807912
           tx_queue_5_packets: 1167720040
           tx_queue_5_bytes: 1433629536556
           tx_queue_6_packets: 1266726361
           tx_queue_6_bytes: 1450823794367
           tx_queue_7_packets: 1590875111
           tx_queue_7_bytes: 1572037616867
           tx_queue_8_packets: 1379431186
           tx_queue_8_bytes: 1600073253224
           tx_queue_9_packets: 1519156019
           tx_queue_9_bytes: 1612277332687
           tx_queue_10_packets: 1983569755
           tx_queue_10_bytes: 1613018582626
           tx_queue_11_packets: 1589930513
           tx_queue_11_bytes: 1604814163346
           tx_queue_12_packets: 1234652197
           tx_queue_12_bytes: 1411734181222
           tx_queue_13_packets: 1188222060
           tx_queue_13_bytes: 1436160431824
           tx_queue_14_packets: 1140128022
           tx_queue_14_bytes: 1435224106098
           tx_queue_15_packets: 1163877453
           tx_queue_15_bytes: 1449018715174
           tx_queue_16_packets: 559352978
           tx_queue_16_bytes: 705888159462
           tx_queue_17_packets: 548505760
           tx_queue_17_bytes: 699806940597
           tx_queue_18_packets: 678531376
           tx_queue_18_bytes: 796822992745
           tx_queue_19_packets: 1353195167
           tx_queue_19_bytes: 816475745801
           tx_queue_20_packets: 625513763
           tx_queue_20_bytes: 794597996481
           tx_queue_21_packets: 618589724
           tx_queue_21_bytes: 777965984711
           tx_queue_22_packets: 603685948
           tx_queue_22_bytes: 769320476642
           tx_queue_23_packets: 617556838
           tx_queue_23_bytes: 784544437204
           tx_queue_24_packets: 0
           tx_queue_24_bytes: 0
           tx_queue_25_packets: 0
           tx_queue_25_bytes: 0
           tx_queue_26_packets: 0
           tx_queue_26_bytes: 0
           tx_queue_27_packets: 0
           tx_queue_27_bytes: 0
           tx_queue_28_packets: 0
           tx_queue_28_bytes: 0
           tx_queue_29_packets: 0
           tx_queue_29_bytes: 0
           tx_queue_30_packets: 0
           tx_queue_30_bytes: 0
           tx_queue_31_packets: 0
           tx_queue_31_bytes: 0
           tx_queue_32_packets: 0
           tx_queue_32_bytes: 0
           tx_queue_33_packets: 0
           tx_queue_33_bytes: 0
           tx_queue_34_packets: 0
           tx_queue_34_bytes: 0
           tx_queue_35_packets: 0
           tx_queue_35_bytes: 0
           tx_queue_36_packets: 0
           tx_queue_36_bytes: 0
           tx_queue_37_packets: 0
           tx_queue_37_bytes: 0
           tx_queue_38_packets: 0
           tx_queue_38_bytes: 0
           tx_queue_39_packets: 0
           tx_queue_39_bytes: 0
           tx_queue_40_packets: 0
           tx_queue_40_bytes: 0
           tx_queue_41_packets: 0
           tx_queue_41_bytes: 0
           tx_queue_42_packets: 0
           tx_queue_42_bytes: 0
           tx_queue_43_packets: 0
           tx_queue_43_bytes: 0
           tx_queue_44_packets: 0
           tx_queue_44_bytes: 0
           tx_queue_45_packets: 0
           tx_queue_45_bytes: 0
           tx_queue_46_packets: 0
           tx_queue_46_bytes: 0
           tx_queue_47_packets: 0
           tx_queue_47_bytes: 0
           tx_queue_48_packets: 0
           tx_queue_48_bytes: 0
           tx_queue_49_packets: 0
           tx_queue_49_bytes: 0
           tx_queue_50_packets: 0
           tx_queue_50_bytes: 0
           tx_queue_51_packets: 0
           tx_queue_51_bytes: 0
           tx_queue_52_packets: 0
           tx_queue_52_bytes: 0
           tx_queue_53_packets: 0
           tx_queue_53_bytes: 0
           tx_queue_54_packets: 0
           tx_queue_54_bytes: 0
           tx_queue_55_packets: 0
           tx_queue_55_bytes: 0
           tx_queue_56_packets: 0
           tx_queue_56_bytes: 0
           tx_queue_57_packets: 0
           tx_queue_57_bytes: 0
           tx_queue_58_packets: 0
           tx_queue_58_bytes: 0
           tx_queue_59_packets: 0
           tx_queue_59_bytes: 0
           tx_queue_60_packets: 0
           tx_queue_60_bytes: 0
           tx_queue_61_packets: 0
           tx_queue_61_bytes: 0
           tx_queue_62_packets: 0
           tx_queue_62_bytes: 0
           tx_queue_63_packets: 0
           tx_queue_63_bytes: 0
           rx_queue_0_packets: 1926068018
           rx_queue_0_bytes: 2343509742475
           rx_queue_1_packets: 1835295898
           rx_queue_1_bytes: 2362546914302
           rx_queue_2_packets: 1735735366
           rx_queue_2_bytes: 2293011219413
           rx_queue_3_packets: 1831845999
           rx_queue_3_bytes: 2303466424881
           rx_queue_4_packets: 1785717403
           rx_queue_4_bytes: 2303806532357
           rx_queue_5_packets: 1775484154
           rx_queue_5_bytes: 2311563564174
           rx_queue_6_packets: 1986903937
           rx_queue_6_bytes: 2572435087290
           rx_queue_7_packets: 2211340298
           rx_queue_7_bytes: 2610938156349
           rx_queue_8_packets: 2095947400
           rx_queue_8_bytes: 2653266035455
           rx_queue_9_packets: 2250719957
           rx_queue_9_bytes: 2615618381901
           rx_queue_10_packets: 2532293681
           rx_queue_10_bytes: 2588220214246
           rx_queue_11_packets: 2119507270
           rx_queue_11_bytes: 2592510440965
           rx_queue_12_packets: 1823855214
           rx_queue_12_bytes: 2310801242780
           rx_queue_13_packets: 1780968354
           rx_queue_13_bytes: 2304937977509
           rx_queue_14_packets: 1750695164
           rx_queue_14_bytes: 2272714932089
           rx_queue_15_packets: 1735098889
           rx_queue_15_bytes: 2248326586194
           rx_queue_16_packets: 577537751
           rx_queue_16_bytes: 805669874720
           rx_queue_17_packets: 595839739
           rx_queue_17_bytes: 833796697440
           rx_queue_18_packets: 785597294
           rx_queue_18_bytes: 1063807001064
           rx_queue_19_packets: 1235645385
           rx_queue_19_bytes: 1037346991248
           rx_queue_20_packets: 725812453
           rx_queue_20_bytes: 1008075523053
           rx_queue_21_packets: 713358085
           rx_queue_21_bytes: 988265511766
           rx_queue_22_packets: 715148702
           rx_queue_22_bytes: 990192602785
           rx_queue_23_packets: 763952091
           rx_queue_23_bytes: 1059509157037
           rx_queue_24_packets: 0
           rx_queue_24_bytes: 0
           rx_queue_25_packets: 0
           rx_queue_25_bytes: 0
           rx_queue_26_packets: 0
           rx_queue_26_bytes: 0
           rx_queue_27_packets: 0
           rx_queue_27_bytes: 0
           rx_queue_28_packets: 0
           rx_queue_28_bytes: 0
           rx_queue_29_packets: 0
           rx_queue_29_bytes: 0
           rx_queue_30_packets: 0
           rx_queue_30_bytes: 0
           rx_queue_31_packets: 0
           rx_queue_31_bytes: 0
           rx_queue_32_packets: 0
           rx_queue_32_bytes: 0
           rx_queue_33_packets: 0
           rx_queue_33_bytes: 0
           rx_queue_34_packets: 0
           rx_queue_34_bytes: 0
           rx_queue_35_packets: 0
           rx_queue_35_bytes: 0
           rx_queue_36_packets: 0
           rx_queue_36_bytes: 0
           rx_queue_37_packets: 0
           rx_queue_37_bytes: 0
           rx_queue_38_packets: 0
           rx_queue_38_bytes: 0
           rx_queue_39_packets: 0
           rx_queue_39_bytes: 0
           rx_queue_40_packets: 0
           rx_queue_40_bytes: 0
           rx_queue_41_packets: 0
           rx_queue_41_bytes: 0
           rx_queue_42_packets: 0
           rx_queue_42_bytes: 0
           rx_queue_43_packets: 0
           rx_queue_43_bytes: 0
           rx_queue_44_packets: 0
           rx_queue_44_bytes: 0
           rx_queue_45_packets: 0
           rx_queue_45_bytes: 0
           rx_queue_46_packets: 0
           rx_queue_46_bytes: 0
           rx_queue_47_packets: 0
           rx_queue_47_bytes: 0
           rx_queue_48_packets: 0
           rx_queue_48_bytes: 0
           rx_queue_49_packets: 0
           rx_queue_49_bytes: 0
           rx_queue_50_packets: 0
           rx_queue_50_bytes: 0
           rx_queue_51_packets: 0
           rx_queue_51_bytes: 0
           rx_queue_52_packets: 0
           rx_queue_52_bytes: 0
           rx_queue_53_packets: 0
           rx_queue_53_bytes: 0
           rx_queue_54_packets: 0
           rx_queue_54_bytes: 0
           rx_queue_55_packets: 0
           rx_queue_55_bytes: 0
           rx_queue_56_packets: 0
           rx_queue_56_bytes: 0
           rx_queue_57_packets: 0
           rx_queue_57_bytes: 0
           rx_queue_58_packets: 0
           rx_queue_58_bytes: 0
           rx_queue_59_packets: 0
           rx_queue_59_bytes: 0
           rx_queue_60_packets: 0
           rx_queue_60_bytes: 0
           rx_queue_61_packets: 0
           rx_queue_61_bytes: 0
           rx_queue_62_packets: 0
           rx_queue_62_bytes: 0
           rx_queue_63_packets: 0
           rx_queue_63_bytes: 0
           tx_pb_0_pxon: 0
           tx_pb_0_pxoff: 0
           tx_pb_1_pxon: 0
           tx_pb_1_pxoff: 0
           tx_pb_2_pxon: 0
           tx_pb_2_pxoff: 0
           tx_pb_3_pxon: 0
           tx_pb_3_pxoff: 0
           tx_pb_4_pxon: 0
           tx_pb_4_pxoff: 0
           tx_pb_5_pxon: 0
           tx_pb_5_pxoff: 0
           tx_pb_6_pxon: 0
           tx_pb_6_pxoff: 0
           tx_pb_7_pxon: 0
           tx_pb_7_pxoff: 0
           rx_pb_0_pxon: 0
           rx_pb_0_pxoff: 0
           rx_pb_1_pxon: 0
           rx_pb_1_pxoff: 0
           rx_pb_2_pxon: 0
           rx_pb_2_pxoff: 0
           rx_pb_3_pxon: 0
           rx_pb_3_pxoff: 0
           rx_pb_4_pxon: 0
           rx_pb_4_pxoff: 0
           rx_pb_5_pxon: 0
           rx_pb_5_pxoff: 0
           rx_pb_6_pxon: 0
           rx_pb_6_pxoff: 0
           rx_pb_7_pxon: 0
           rx_pb_7_pxoff: 0

      Comment

      • rooty0
        Junior Member
        • Jun 2018
        • 5

        #4
        Нашел, если кому вдруг интересно

        Comment

        • rooty0
          Junior Member
          • Jun 2018
          • 5

          #5
          Разобрался почему iproute2 показывает dropped = 0 в то время как zabbix светиться, как новогодняя елка (ключик net.if.in[bond0, dropped]), zabbix смотрит /proc/net/dev в котором dropped = rx_dropped + rx_missed_errors , в то время как у iproute2 счетчики разделены (увидел мой missed 4.89M)


          Comment

          • kernbug
            Senior Member
            • Feb 2013
            • 330

            #6
            Originally posted by rooty0
            Разобрался почему iproute2 показывает dropped = 0 в то время как zabbix светиться, как новогодняя елка (ключик net.if.in[bond0, dropped]), zabbix смотрит /proc/net/dev в котором dropped = rx_dropped + rx_missed_errors , в то время как у iproute2 счетчики разделены (увидел мой missed 4.89M)
            Не помню точно когда, но все перевели на /sys/class/net и /proc/net, по факту основной источник информации.
            У Вас походу 10G карта при 24 вычислительных потоках, при указанных выше количестве missed сервис не страдает?

            Comment

            • rooty0
              Junior Member
              • Jun 2018
              • 5

              #7
              У Вас походу 10G карта при 24 вычислительных потоках
              Да
              Сервис не страдает, я немного утрирую про "новогоднюю елку", missed увеличивался в определенное рандомное время (не час пик), счетчик мог подпрыгнуть за две секунды и потом где-то несколько часов не меняться.
              Проблему кстати удалось решить поднятием ring buffer у сетевой карточки, сейчас увеличение missed редко наблюдается.

              Comment

              • kernbug
                Senior Member
                • Feb 2013
                • 330

                #8
                Originally posted by rooty0
                Проблему кстати удалось решить поднятием ring buffer у сетевой карточки, сейчас увеличение missed редко наблюдается.
                Спасибо за информацию.

                Comment

                Working...