Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 472 for Opackets (0.15 sec)

  1. staging/src/k8s.io/apiserver/pkg/server/egressselector/egress_selector_test.go

    		want    string
    	}{
    		{
    			name:    "stream packets",
    			metrics: []string{"konnectivity_network_proxy_client_stream_packets_total"},
    			trigger: func() {
    				clientmetrics.Metrics.ObservePacket(ccmetrics.SegmentFromClient, client.PacketType_DIAL_REQ)
    			},
    			want: `
    # HELP konnectivity_network_proxy_client_stream_packets_total Count of packets processed, by segment and packet type (example: from_client, DIAL_REQ)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jan 26 22:41:29 UTC 2023
    - 12.3K bytes
    - Viewed (0)
  2. pkg/proxy/util/nfacct/nfacct_linux_test.go

    				0x00, 0x00, 0x00, 0x01,
    			},
    		}},
    	}
    
    	expected := []*Counter{
    		{Name: "random-test-metric", Packets: 134, Bytes: 2144},
    		{Name: "nfacct-list-test-metric", Packets: 134038, Bytes: 31901044},
    		{Name: "test", Packets: 147941304813314, Bytes: 31067674010795934},
    		{Name: "ct_invalid_dropped_packets", Packets: 1230217421033, Bytes: 14762609052396},
    	}
    
    	rnr, err := newInternal(hndlr)
    	assert.NoError(t, err)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 06:47:50 UTC 2024
    - 18.8K bytes
    - Viewed (0)
  3. prow/config/calico.yaml

                    type: string
                  ttlSecurity:
                    description: TTLSecurity enables the generalized TTL security mechanism
                      (GTSM) which protects against spoofed packets by ignoring received
                      packets with a smaller than expected TTL value. The provided value
                      is the number of hops (edges) between the peers.
                    type: integer
                type: object
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  4. pkg/kubelet/winstats/perfcounters_test.go

    			counter:   bytesSentPerSecondQuery,
    			skipCheck: true,
    		},
    		"Net Adapter Packets Received Discarded Query": {
    			counter:   packetsReceivedDiscardedQuery,
    			skipCheck: true,
    		},
    		"Net Adapter Packets Received Errors Query": {
    			counter:   packetsReceivedErrorsQuery,
    			skipCheck: true,
    		},
    		"Net Adapter Packets Outbound Discarded Query": {
    			counter:   packetsOutboundDiscardedQuery,
    			skipCheck: true,
    		},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 14:24:16 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  5. api/go1.2.txt

    pkg syscall (freebsd-386-cgo), type IfData struct, Ierrors uint32
    pkg syscall (freebsd-386-cgo), type IfData struct, Imcasts uint32
    pkg syscall (freebsd-386-cgo), type IfData struct, Ipackets uint32
    pkg syscall (freebsd-386-cgo), type IfData struct, Iqdrops uint32
    pkg syscall (freebsd-386-cgo), type IfData struct, Lastchange Timeval
    pkg syscall (freebsd-386-cgo), type IfData struct, Link_state uint8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 18 04:36:59 UTC 2013
    - 1.9M bytes
    - Viewed (0)
  6. cni/pkg/iptables/iptables.go

    	//
    	// DESC: If we have a packet mark, set a connmark.
    	iptablesBuilder.AppendRule(iptableslog.UndefinedCommand, ChainInpodPrerouting, iptablesconstants.MANGLE, "-m", "mark",
    		"--mark", inpodMark,
    		"-j", "CONNMARK",
    		"--set-xmark", inpodTproxyMark)
    
    	// Handle healthcheck probes from the host node. In the host netns, before the packet enters the pod, we SNAT
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 21:45:18 UTC 2024
    - 19.9K bytes
    - Viewed (0)
  7. src/runtime/debuglog.go

    				break
    			}
    		}
    	}
    
    	// If the time delta is getting too high, write a new sync
    	// packet. We set the limit so we don't write more than 6
    	// bytes of delta in the record header.
    	const deltaLimit = 1<<(3*7) - 1 // ~2ms between sync packets
    	if tick-l.w.tick > deltaLimit || nano-l.w.nano > deltaLimit {
    		l.w.writeSync(tick, nano)
    	}
    
    	// Reserve space for framing header.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 15:10:48 UTC 2024
    - 18.3K bytes
    - Viewed (0)
  8. pkg/proxy/metrics/metrics.go

    		},
    	)
    
    	// iptablesCTStateInvalidDroppedPacketsDescription describe the metrics for the number of packets dropped
    	// by iptables which were marked INVALID by conntrack.
    	iptablesCTStateInvalidDroppedPacketsDescription = metrics.NewDesc(
    		"kubeproxy_iptables_ct_state_invalid_dropped_packets_total",
    		"packets dropped by iptables to work around conntrack problems",
    		nil, nil, metrics.ALPHA, "")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 13.7K bytes
    - Viewed (0)
  9. pkg/proxy/nftables/helpers_test.go

    		add map ip kube-proxy no-endpoint-services { type ipv4_addr . inet_proto . inet_service : verdict ; comment "vmap to drop or reject packets to services with no endpoints" ; }
    		add map ip kube-proxy no-endpoint-nodeports { type inet_proto . inet_service : verdict ; comment "vmap to drop or reject packets to service nodeports with no endpoints" ; }
    
    		add rule ip kube-proxy endpoints-check ip daddr . meta l4proto . th dport vmap @no-endpoint-services
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 02 09:57:47 UTC 2024
    - 48.5K bytes
    - Viewed (0)
  10. src/vendor/golang.org/x/text/unicode/bidi/bracket.go

    // takes the direction type for the start-of-sentence and the embedding level.
    //
    // The identifiers for bracket types are the rune of the canonicalized opening
    // bracket for brackets (open or close) or 0 for runes that are not brackets.
    func resolvePairedBrackets(s *isolatingRunSequence) {
    	p := bracketPairer{
    		sos:              s.sos,
    		openers:          list.New(),
    		codesIsolatedRun: s.types,
    		indexes:          s.indexes,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 26 19:27:51 UTC 2019
    - 11.2K bytes
    - Viewed (0)
Back to top