Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for rps (0.2 sec)

  1. manifests/addons/dashboards/istio-performance-dashboard.json

    terms of resources utilization under steady load.\n\n- **vCPU / 1k rps:** shows vCPU utilization by the main Istio components normalized by 1000 requests/second. When idle or low traffic, this chart will be blank. The curve for istio-proxy refers to the services sidecars only.\n- **vCPU:** vCPU utilization by Istio components, not normalized.\n- **Memory:** memory footprint for the components. Telemetry and policy are normalized by 1k rps, and no data is shown  when there is no traffic. For ingress and...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 27 03:47:04 UTC 2024
    - 39.6K bytes
    - Viewed (0)
  2. pkg/test/loadbalancersim/lb_test.go

    											}
    											sm = append(sm, tm)
    
    											// Create the clients.
    											for i := 0; i < numClients; i++ {
    												_ = m.NewClient(mesh.ClientSettings{
    													RPS:      clientRPS,
    													Locality: sameZone,
    												})
    											}
    
    											// Allocate the nodes in the configured topology.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 19 23:29:30 UTC 2022
    - 11K bytes
    - Viewed (0)
Back to top