Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for p1Usage (0.37 sec)

  1. pkg/kubelet/eviction/helpers.go

    			return cmpBool(!p1Found, !p2Found)
    		}
    
    		p1Usage, p1Err := podDiskUsage(p1Stats, p1, fsStatsToMeasure)
    		p2Usage, p2Err := podDiskUsage(p2Stats, p2, fsStatsToMeasure)
    		if p1Err != nil || p2Err != nil {
    			// prioritize evicting the pod which had an error getting stats
    			return cmpBool(p1Err != nil, p2Err != nil)
    		}
    
    		p1Disk := p1Usage[diskResource]
    		p2Disk := p2Usage[diskResource]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 01 18:46:33 UTC 2023
    - 53.6K bytes
    - Viewed (0)
  2. pkg/cache/ttlCache.go

    // SetWithExpiration function instead.
    //
    // evictionInterval specifies the frequency at which eviction activities take
    // place. This should likely be >= 1 second.
    //
    // Since TTL caches only evict data based on the passage of time, it's possible to
    // use up all available memory by continuing to add entries to the cache with a
    // long enough expiration time. Don't do that.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 7.8K bytes
    - Viewed (0)
  3. src/testdata/Isaac.Newton-Opticks.txt

    impervious parts of Bodies, as is commonly believed._
    
    This will appear by the following Considerations. First, That in the
    passage of Light out of Glass into Air there is a Reflexion as strong as
    in its passage out of Air into Glass, or rather a little stronger, and
    by many degrees stronger than in its passage out of Glass into Water.
    And it seems not probable that Air should have more strongly reflecting
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
  4. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    impinging of Light on the solid or impervious parts of Bodies, as is commonly believed._ This will appear by the following Considerations. First, That in the passage of Light out of Glass into Air there is a Reflexion as strong as in its passage out of Air into Glass, or rather a little stronger, and by many degrees stronger than in its passage out of Glass into Water. And it seems not probable that Air should have more strongly reflecting parts than Water or Glass. But if that should possibly be supposed,...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/server/filters/priority-and-fairness_test.go

    		// promptly ejected from its queue.  The goroutine doing the APF handling writes an HTTP
    		// response message with status 429.
    		// The timeout handler invokes its inner handler in one goroutine while reacting to the
    		// passage of time in its original goroutine.  That reaction to a time out consists of either
    		// (a) writing an HTTP response message with status 504 to indicate the timeout or (b) doing an
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 12:18:40 UTC 2023
    - 52.6K bytes
    - Viewed (0)
  6. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    door about fifteen inches high:  she tried the little golden key
    in the lock, and to her great delight it fitted!
    
      Alice opened the door and found that it led into a small
    passage, not much larger than a rat-hole:  she knelt down and
    looked along the passage into the loveliest garden you ever saw.
    How she longed to get out of that dark hall, and wander about
    among those beds of bright flowers and those cool fountains, but
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Apr 21 02:27:51 UTC 2017
    - 145.2K bytes
    - Viewed (0)
  7. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    door about fifteen inches high:  she tried the little golden key
    in the lock, and to her great delight it fitted!
    
      Alice opened the door and found that it led into a small
    passage, not much larger than a rat-hole:  she knelt down and
    looked along the passage into the loveliest garden you ever saw.
    How she longed to get out of that dark hall, and wander about
    among those beds of bright flowers and those cool fountains, but
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Oct 29 21:35:03 UTC 2012
    - 145.2K bytes
    - Viewed (0)
  8. pkg/proxy/nftables/proxier_test.go

    		add rule ip kube-proxy endpoint-2OCDJSZQ-ns3/svc3/tcp/p80__10.0.3.1/80 meta l4proto tcp dnat to 10.0.3.1:80
    		`)
    	assertNFTablesTransactionEqual(t, getLine(), expected, nft.Dump())
    
    	// Fake the passage of time and confirm that the stale chains get deleted.
    	ageStaleChains()
    	fp.syncProxyRules()
    	expected = baseRules + dedent.Dedent(`
    		add element ip kube-proxy cluster-ips { 172.30.0.41 }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 173.5K bytes
    - Viewed (0)
Back to top