Search Options

Results per page
Sort
Preferred Languages
Advance

Results 131 - 140 of 156 for Dialer (0.28 sec)

  1. tests/integration/telemetry/util.go

    	"istio.io/istio/pkg/test/util/retry"
    )
    
    // PromDiff compares a query with labels to a query of the same metric without labels, and notes the closest matching
    // metric.
    func PromDiff(t test.Failer, prom prometheus.Instance, cluster cluster.Cluster, query prometheus.Query) {
    	t.Helper()
    	unlabelled := prometheus.Query{Metric: query.Metric}
    	v, _ := prom.Query(cluster, unlabelled)
    	if v == nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Oct 13 16:30:22 UTC 2022
    - 4.8K bytes
    - Viewed (0)
  2. src/syscall/ztypes_freebsd_arm.go

    	Locks    uint32
    	Mtu      uint32
    	Hopcount uint32
    	Expire   uint32
    	Recvpipe uint32
    	Sendpipe uint32
    	Ssthresh uint32
    	Rtt      uint32
    	Rttvar   uint32
    	Pksent   uint32
    	Weight   uint32
    	Filler   [3]uint32
    }
    
    const (
    	SizeofBpfVersion    = 0x4
    	SizeofBpfStat       = 0x8
    	SizeofBpfZbuf       = 0xc
    	SizeofBpfProgram    = 0x8
    	SizeofBpfInsn       = 0x8
    	SizeofBpfHdr        = 0x20
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 8K bytes
    - Viewed (0)
  3. src/syscall/ztypes_freebsd_arm64.go

    	Locks    uint64
    	Mtu      uint64
    	Hopcount uint64
    	Expire   uint64
    	Recvpipe uint64
    	Sendpipe uint64
    	Ssthresh uint64
    	Rtt      uint64
    	Rttvar   uint64
    	Pksent   uint64
    	Weight   uint64
    	Filler   [3]uint64
    }
    
    const (
    	SizeofBpfVersion    = 0x4
    	SizeofBpfStat       = 0x8
    	SizeofBpfZbuf       = 0x18
    	SizeofBpfProgram    = 0x10
    	SizeofBpfInsn       = 0x8
    	SizeofBpfHdr        = 0x20
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 8K bytes
    - Viewed (0)
  4. src/syscall/ztypes_darwin_arm64.go

    type RtMetrics struct {
    	Locks    uint32
    	Mtu      uint32
    	Hopcount uint32
    	Expire   int32
    	Recvpipe uint32
    	Sendpipe uint32
    	Ssthresh uint32
    	Rtt      uint32
    	Rttvar   uint32
    	Pksent   uint32
    	Filler   [4]uint32
    }
    
    const (
    	SizeofBpfVersion = 0x4
    	SizeofBpfStat    = 0x8
    	SizeofBpfProgram = 0x10
    	SizeofBpfInsn    = 0x8
    	SizeofBpfHdr     = 0x14
    )
    
    type BpfVersion struct {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 6.9K bytes
    - Viewed (0)
  5. tests/integration/security/util/cert/cert.go

    	"istio.io/istio/pkg/test/framework/resource"
    	"istio.io/istio/security/pkg/pki/ca"
    )
    
    // DumpCertFromSidecar gets the certificates served by the destination.
    func DumpCertFromSidecar(t test.Failer, from echo.Instance, to echo.Target, port string) []string {
    	result := from.CallOrFail(t, echo.CallOptions{
    		To:    to,
    		Count: 1,
    		Port: echo.Port{
    			Name: port,
    		},
    		Scheme: scheme.TLS,
    		TLS: echo.TLS{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Dec 15 16:44:37 UTC 2023
    - 6.2K bytes
    - Viewed (0)
  6. src/syscall/ztypes_darwin_amd64.go

    type RtMetrics struct {
    	Locks    uint32
    	Mtu      uint32
    	Hopcount uint32
    	Expire   int32
    	Recvpipe uint32
    	Sendpipe uint32
    	Ssthresh uint32
    	Rtt      uint32
    	Rttvar   uint32
    	Pksent   uint32
    	Filler   [4]uint32
    }
    
    const (
    	SizeofBpfVersion = 0x4
    	SizeofBpfStat    = 0x8
    	SizeofBpfProgram = 0x10
    	SizeofBpfInsn    = 0x8
    	SizeofBpfHdr     = 0x14
    )
    
    type BpfVersion struct {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 6.9K bytes
    - Viewed (0)
  7. src/syscall/ztypes_freebsd_amd64.go

    	Locks    uint64
    	Mtu      uint64
    	Hopcount uint64
    	Expire   uint64
    	Recvpipe uint64
    	Sendpipe uint64
    	Ssthresh uint64
    	Rtt      uint64
    	Rttvar   uint64
    	Pksent   uint64
    	Weight   uint64
    	Filler   [3]uint64
    }
    
    const (
    	SizeofBpfVersion    = 0x4
    	SizeofBpfStat       = 0x8
    	SizeofBpfZbuf       = 0x18
    	SizeofBpfProgram    = 0x10
    	SizeofBpfInsn       = 0x8
    	SizeofBpfHdr        = 0x20
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 8K bytes
    - Viewed (0)
  8. src/syscall/ztypes_freebsd_386.go

    	Locks    uint32
    	Mtu      uint32
    	Hopcount uint32
    	Expire   uint32
    	Recvpipe uint32
    	Sendpipe uint32
    	Ssthresh uint32
    	Rtt      uint32
    	Rttvar   uint32
    	Pksent   uint32
    	Weight   uint32
    	Filler   [3]uint32
    }
    
    const (
    	SizeofBpfVersion    = 0x4
    	SizeofBpfStat       = 0x8
    	SizeofBpfZbuf       = 0xc
    	SizeofBpfProgram    = 0x8
    	SizeofBpfInsn       = 0x8
    	SizeofBpfHdr        = 0x14
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 8K bytes
    - Viewed (0)
  9. src/syscall/ztypes_freebsd_riscv64.go

    	Locks    uint64
    	Mtu      uint64
    	Hopcount uint64
    	Expire   uint64
    	Recvpipe uint64
    	Sendpipe uint64
    	Ssthresh uint64
    	Rtt      uint64
    	Rttvar   uint64
    	Pksent   uint64
    	Weight   uint64
    	Filler   [3]uint64
    }
    
    const (
    	SizeofBpfVersion    = 0x4
    	SizeofBpfStat       = 0x8
    	SizeofBpfZbuf       = 0x18
    	SizeofBpfProgram    = 0x10
    	SizeofBpfInsn       = 0x8
    	SizeofBpfHdr        = 0x20
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 29 22:39:46 UTC 2022
    - 8K bytes
    - Viewed (0)
  10. pkg/bootstrap/config_test.go

    		{
    			"single",
    			map[string]string{"foo": "bar"},
    		},
    		{
    			"multi",
    			map[string]string{
    				"app":               "istio-ingressgateway",
    				"chart":             "gateways",
    				"heritage":          "Tiller",
    				"istio":             "ingressgateway",
    				"pod-template-hash": "54756dbcf9",
    			},
    		},
    		{
    			"multi line",
    			map[string]string{
    				"config": `foo: bar
    other: setting`,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 20:38:02 UTC 2024
    - 9.1K bytes
    - Viewed (0)
Back to top