Search Options

Results per page
Sort
Preferred Languages
Advance

Results 151 - 160 of 284 for proc (0.06 sec)

  1. istioctl/pkg/proxyconfig/proxyconfig.go

      # Retrieve Envoy server metrics in prometheus format with custom proxy admin port
      istioctl experimental envoy-stats <pod-name[.namespace]> --output prom --proxy-admin-port 15000
    
      # Retrieve Envoy server metrics in prometheus format with merged application metrics
      istioctl experimental envoy-stats <pod-name[.namespace]> --output prom-merged
    
      # Retrieve Envoy cluster metrics
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 16 03:28:36 UTC 2024
    - 48K bytes
    - Viewed (0)
  2. common-protos/k8s.io/api/admissionregistration/v1beta1/generated.proto

      // namespace is associated with the "environment" of "prod" or "staging";
      // you will set the selector as follows:
      // "namespaceSelector": {
      //   "matchExpressions": [
      //     {
      //       "key": "environment",
      //       "operator": "In",
      //       "values": [
      //         "prod",
      //         "staging"
      //       ]
      //     }
      //   ]
      // }
      //
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 22.6K bytes
    - Viewed (0)
  3. src/cmd/vendor/github.com/google/pprof/internal/driver/webui.go

    	"github.com/google/pprof/internal/report"
    	"github.com/google/pprof/profile"
    )
    
    // webInterface holds the state needed for serving a browser based interface.
    type webInterface struct {
    	prof         *profile.Profile
    	copier       profileCopier
    	options      *plugin.Options
    	help         map[string]string
    	settingsFile string
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 14K bytes
    - Viewed (0)
  4. platforms/core-configuration/file-collections/src/integTest/groovy/org/gradle/api/file/FileCollectionIntegrationTest.groovy

                        f.mkdirs()
                        new File(f, "some.txt") << "some text"
                    }
                }
    
                TaskProvider<Producer> prod = tasks.register("prod", Producer) {
                    outputClasses = layout.buildDirectory.dir("producerOutput")
                }
    
                abstract class MyTask extends DefaultTask {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 12:54:09 UTC 2024
    - 21K bytes
    - Viewed (0)
  5. src/cmd/internal/obj/wasm/wasmobj.go

    	sigpanic = ctxt.LookupABI("runtime.sigpanic", obj.ABIInternal)
    }
    
    func preprocess(ctxt *obj.Link, s *obj.LSym, newprog obj.ProgAlloc) {
    	appendp := func(p *obj.Prog, as obj.As, args ...obj.Addr) *obj.Prog {
    		if p.As != obj.ANOP {
    			p2 := obj.Appendp(p, newprog)
    			p2.Pc = p.Pc
    			p = p2
    		}
    		p.As = as
    		switch len(args) {
    		case 0:
    			p.From = obj.Addr{}
    			p.To = obj.Addr{}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 14 00:03:57 UTC 2023
    - 34.6K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/test/testdata/fp_test.go

    	diff := cx64diff_ssa(b, a)
    	prod := cx64prod_ssa(b, a)
    	quot := cx64quot_ssa(b, a)
    	neg := cx64neg_ssa(a)
    	r := cx64real_ssa(a)
    	i := cx64imag_ssa(a)
    	c1 := cx64eq_ssa(a, a)
    	c2 := cx64eq_ssa(a, b)
    	c3 := cx64ne_ssa(a, a)
    	c4 := cx64ne_ssa(a, b)
    
    	expectCx64(t, "sum", sum, 4+8i)
    	expectCx64(t, "diff", diff, 2+4i)
    	expectCx64(t, "prod", prod, -9+12i)
    	expectCx64(t, "quot", quot, 3+0i)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 05 17:54:15 UTC 2022
    - 35K bytes
    - Viewed (0)
  7. operator/cmd/mesh/testdata/manifest-generate/output/ingressgateway_k8s_settings.golden.yaml

              protocol: TCP
            - containerPort: 8080
              protocol: TCP
            - containerPort: 8443
              protocol: TCP
            - containerPort: 15090
              name: http-envoy-prom
              protocol: TCP
            readinessProbe:
              failureThreshold: 30
              httpGet:
                path: /healthz/ready
                port: 15021
                scheme: HTTP
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Dec 01 22:07:45 UTC 2023
    - 14.3K bytes
    - Viewed (0)
  8. tests/integration/ambient/main_test.go

    	// its doing something unique to that specific test.
    	apps = &EchoDeployments{}
    
    	// used to validate telemetry in-cluster
    	prom prometheus.Instance
    )
    
    type EchoDeployments struct {
    	// Namespace echo apps will be deployed
    	Namespace         namespace.Instance
    	ExternalNamespace namespace.Instance
    
    	// AllWaypoint is a waypoint for all types
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 00:07:28 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  9. src/runtime/pprof/pprof.go

    // package is built into go test. For example, the following command
    // runs benchmarks in the current directory and writes the CPU and
    // memory profiles to cpu.prof and mem.prof:
    //
    //	go test -cpuprofile cpu.prof -memprofile mem.prof -bench .
    //
    // To add equivalent profiling support to a standalone program, add
    // code like the following to your main function:
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 17:52:17 UTC 2024
    - 30.6K bytes
    - Viewed (0)
  10. guava-tests/test/com/google/common/hash/HashTestUtils.java

              }
            }
          }
          // measure probability and assert it's within margin of error
          for (int j = 0; j < hashBits; j++) {
            double prob = (double) diff[j] / (double) (diff[j] + same[j]);
            Assert.assertEquals(0.50d, prob, epsilon);
          }
        }
      }
    
      /**
       * Test for 2-bit characteristics. A characteristic is a delta in the input which is repeated in
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Oct 10 19:45:10 UTC 2022
    - 25.3K bytes
    - Viewed (0)
Back to top