Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 108 for bursty (0.16 sec)

  1. pkg/kubelet/eviction/eviction_manager_test.go

    	}
    
    	// create a best effort pod to test admission
    	bestEffortPodToAdmit, _ := podMaker("best-admit", defaultPriority, newResourceList("", "", ""), newResourceList("", "", ""), "0Gi")
    	burstablePodToAdmit, _ := podMaker("burst-admit", defaultPriority, newResourceList("100m", "100Mi", ""), newResourceList("200m", "200Mi", ""), "0Gi")
    
    	// synchronize
    	_, err := manager.synchronize(diskInfoProvider, activePodsFunc)
    
    	if err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 15 23:14:12 UTC 2024
    - 119.9K bytes
    - Viewed (0)
  2. docs/metrics/v3.md

    | `minio_system_drive_perc_util`                 | `gauge`   | Percentage of time the disk was busy                               | `drive,set_index,drive_index,pool_index,server`     |
    
    ### `/system/memory`
    
    | Name                             | Type    | Help                               | Labels   |
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 06 09:36:25 UTC 2024
    - 40.9K bytes
    - Viewed (0)
  3. CHANGELOG.md

     *  Upgrade: [Unicode® IDNA 15.1.0][idna_15_1_0]
    
    
    ## Version 5.0.0-alpha.12
    
    _2023-12-17_
    
    We took too long to cut this release and there's a lot of changes in it. We've been busy.
    
    Although this release is labeled _alpha_, the only unstable thing in it is our new APIs. This
    release has many critical bug fixes and is safe to run in production. We're eager to stabilize our
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Thu Apr 18 01:31:39 UTC 2024
    - 21.4K bytes
    - Viewed (0)
  4. docs/metrics/prometheus/list.md

    | `minio_node_drive_writes_await`      | Average time for write requests to be served on a drive. |
    | `minio_node_drive_perc_util`         | Percentage of time the disk was busy since uptime.       |
    
    ## Network Interface Metrics
    
    | Name                          | Description                                                |
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:54 UTC 2024
    - 43.3K bytes
    - Viewed (0)
  5. cluster/gce/util.sh

    TERMINATED_POD_GC_THRESHOLD: $(yaml-quote "${TERMINATED_POD_GC_THRESHOLD}")
    EOF
      fi
      if [[ "${master}" == "true" && ("${MASTER_OS_DISTRIBUTION}" == "trusty" || "${MASTER_OS_DISTRIBUTION}" == "gci" || "${MASTER_OS_DISTRIBUTION}" == "ubuntu") ]] || \
         [[ "${master}" == "false" && ("${NODE_OS_DISTRIBUTION}" == "trusty" || "${NODE_OS_DISTRIBUTION}" == "gci" || "${NODE_OS_DISTRIBUTION}" = "ubuntu" || "${NODE_OS_DISTRIBUTION}" = "custom") ]] ; then
        cat >>"$file" <<EOF
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  6. src/database/sql/sql_test.go

    		if err != nil {
    			t.Fatal(err)
    		}
    		r.Next()
    		if err := r.Err(); err != nil {
    			t.Fatal(err)
    		}
    		rows[ii] = r
    	}
    	// Now we have defaultMaxIdleConns busy connections. Open
    	// a new one, but wait until the busy connections are released
    	// before returning control to DB.
    	drv := db.Driver().(*fakeDriver)
    	drv.waitCh = make(chan struct{}, 1)
    	drv.waitingCh = make(chan struct{}, 1)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:42:28 UTC 2024
    - 111.6K bytes
    - Viewed (0)
  7. cmd/metrics-v2.go

    				Help:      "Number of object version expiry missed due to busy system",
    				Type:      counterMetric,
    			},
    		}
    		expMissedFreeVersions := MetricV2{
    			Description: MetricDescription{
    				Namespace: nodeMetricNamespace,
    				Subsystem: ilmSubsystem,
    				Name:      expiryMissedFreeVersions,
    				Help:      "Number of free versions expiry missed due to busy system",
    				Type:      counterMetric,
    			},
    		}
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:54 UTC 2024
    - 131.9K bytes
    - Viewed (0)
  8. src/runtime/mgc.go

    	wbufSpans struct {
    		lock mutex
    		// free is a list of spans dedicated to workbufs, but
    		// that don't currently contain any workbufs.
    		free mSpanList
    		// busy is a list of all spans containing workbufs on
    		// one of the workbuf lists.
    		busy mSpanList
    	}
    
    	// Restore 64-bit alignment on 32-bit.
    	_ uint32
    
    	// bytesMarked is the number of bytes marked this cycle. This
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 16:25:21 UTC 2024
    - 62K bytes
    - Viewed (0)
  9. docs/en/docs/async.md

    <img src="/img/async/parallel-burgers/parallel-burgers-03.png" class="illustration">
    
    As you and your crush are busy not letting anyone get in front of you and take your burgers whenever they arrive, you cannot pay attention to your crush. 😞
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon May 20 00:24:48 UTC 2024
    - 23K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/userguide/reference/command_line_interface.adoc

    `--daemon`, `--no-daemon`::
    Use the <<gradle_daemon.adoc#gradle_daemon, Gradle Daemon>> to run the build. Starts the daemon if not running or the existing daemon is busy. _Default is on_.
    
    `--foreground`::
    Starts the Gradle Daemon in a foreground process.
    
    `--status` (Standalone command)::
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 23 05:36:09 UTC 2024
    - 34.8K bytes
    - Viewed (0)
Back to top