Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 552 for loadavg (0.3 sec)

  1. pkg/kubelet/stats/pidlimit/pidlimit_linux.go

    	bytes, err := os.ReadFile("/proc/loadavg")
    	if err != nil {
    		return 0, err
    	}
    	fields := strings.Fields(string(bytes))
    	if len(fields) < 5 {
    		return 0, fmt.Errorf("not enough fields in /proc/loadavg")
    	}
    	subfields := strings.Split(fields[3], "/")
    	if len(subfields) != 2 {
    		return 0, fmt.Errorf("error parsing fourth field of /proc/loadavg")
    	}
    	return strconv.ParseInt(subfields[1], 10, 64)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Sep 17 09:24:29 UTC 2023
    - 2.4K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zsysctl_openbsd_arm64.go

    	{"net.mpls.mapttl_ip6", []_C_int{4, 33, 6}},
    	{"net.mpls.ttl", []_C_int{4, 33, 2}},
    	{"net.pflow.stats", []_C_int{4, 34, 1}},
    	{"net.pipex.enable", []_C_int{4, 35, 1}},
    	{"vm.anonmin", []_C_int{2, 7}},
    	{"vm.loadavg", []_C_int{2, 2}},
    	{"vm.malloc_conf", []_C_int{2, 12}},
    	{"vm.maxslp", []_C_int{2, 10}},
    	{"vm.nkmempages", []_C_int{2, 6}},
    	{"vm.psstrings", []_C_int{2, 3}},
    	{"vm.swapencrypt.enable", []_C_int{2, 5, 0}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 11.9K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zsysctl_openbsd_mips64.go

    	{"net.mpls.mapttl_ip6", []_C_int{4, 33, 6}},
    	{"net.mpls.ttl", []_C_int{4, 33, 2}},
    	{"net.pflow.stats", []_C_int{4, 34, 1}},
    	{"net.pipex.enable", []_C_int{4, 35, 1}},
    	{"vm.anonmin", []_C_int{2, 7}},
    	{"vm.loadavg", []_C_int{2, 2}},
    	{"vm.malloc_conf", []_C_int{2, 12}},
    	{"vm.maxslp", []_C_int{2, 10}},
    	{"vm.nkmempages", []_C_int{2, 6}},
    	{"vm.psstrings", []_C_int{2, 3}},
    	{"vm.swapencrypt.enable", []_C_int{2, 5, 0}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 11.9K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zsysctl_openbsd_386.go

    	{"net.mpls.mapttl_ip6", []_C_int{4, 33, 6}},
    	{"net.mpls.ttl", []_C_int{4, 33, 2}},
    	{"net.pflow.stats", []_C_int{4, 34, 1}},
    	{"net.pipex.enable", []_C_int{4, 35, 1}},
    	{"vm.anonmin", []_C_int{2, 7}},
    	{"vm.loadavg", []_C_int{2, 2}},
    	{"vm.malloc_conf", []_C_int{2, 12}},
    	{"vm.maxslp", []_C_int{2, 10}},
    	{"vm.nkmempages", []_C_int{2, 6}},
    	{"vm.psstrings", []_C_int{2, 3}},
    	{"vm.swapencrypt.enable", []_C_int{2, 5, 0}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 11.9K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zsysctl_openbsd_amd64.go

    	{"net.mpls.mapttl_ip6", []_C_int{4, 33, 6}},
    	{"net.mpls.ttl", []_C_int{4, 33, 2}},
    	{"net.pflow.stats", []_C_int{4, 34, 1}},
    	{"net.pipex.enable", []_C_int{4, 35, 1}},
    	{"vm.anonmin", []_C_int{2, 7}},
    	{"vm.loadavg", []_C_int{2, 2}},
    	{"vm.malloc_conf", []_C_int{2, 12}},
    	{"vm.maxslp", []_C_int{2, 10}},
    	{"vm.nkmempages", []_C_int{2, 6}},
    	{"vm.psstrings", []_C_int{2, 3}},
    	{"vm.swapencrypt.enable", []_C_int{2, 5, 0}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 11.9K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zsysctl_openbsd_arm.go

    	{"net.mpls.mapttl_ip6", []_C_int{4, 33, 6}},
    	{"net.mpls.ttl", []_C_int{4, 33, 2}},
    	{"net.pflow.stats", []_C_int{4, 34, 1}},
    	{"net.pipex.enable", []_C_int{4, 35, 1}},
    	{"vm.anonmin", []_C_int{2, 7}},
    	{"vm.loadavg", []_C_int{2, 2}},
    	{"vm.malloc_conf", []_C_int{2, 12}},
    	{"vm.maxslp", []_C_int{2, 10}},
    	{"vm.nkmempages", []_C_int{2, 6}},
    	{"vm.psstrings", []_C_int{2, 3}},
    	{"vm.swapencrypt.enable", []_C_int{2, 5, 0}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 11.9K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zsysctl_openbsd_ppc64.go

    	{"net.mpls.mapttl_ip6", []_C_int{4, 33, 6}},
    	{"net.mpls.ttl", []_C_int{4, 33, 2}},
    	{"net.pflow.stats", []_C_int{4, 34, 1}},
    	{"net.pipex.enable", []_C_int{4, 35, 1}},
    	{"vm.anonmin", []_C_int{2, 7}},
    	{"vm.loadavg", []_C_int{2, 2}},
    	{"vm.malloc_conf", []_C_int{2, 12}},
    	{"vm.maxslp", []_C_int{2, 10}},
    	{"vm.nkmempages", []_C_int{2, 6}},
    	{"vm.psstrings", []_C_int{2, 3}},
    	{"vm.swapencrypt.enable", []_C_int{2, 5, 0}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 11.9K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zsysctl_openbsd_riscv64.go

    	{"net.mpls.mapttl_ip6", []_C_int{4, 33, 6}},
    	{"net.mpls.ttl", []_C_int{4, 33, 2}},
    	{"net.pflow.stats", []_C_int{4, 34, 1}},
    	{"net.pipex.enable", []_C_int{4, 35, 1}},
    	{"vm.anonmin", []_C_int{2, 7}},
    	{"vm.loadavg", []_C_int{2, 2}},
    	{"vm.malloc_conf", []_C_int{2, 12}},
    	{"vm.maxslp", []_C_int{2, 10}},
    	{"vm.nkmempages", []_C_int{2, 6}},
    	{"vm.psstrings", []_C_int{2, 3}},
    	{"vm.swapencrypt.enable", []_C_int{2, 5, 0}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 12K bytes
    - Viewed (0)
  9. src/main/webapp/images/loading.gif

    loading.gif...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Mon Aug 22 18:08:59 UTC 2016
    - 5K bytes
    - Viewed (0)
  10. android/guava/src/com/google/common/cache/LoadingCache.java

      /**
       * Returns the value associated with {@code key} in this cache, first loading that value if
       * necessary. No observable state associated with this cache is modified until loading completes.
       *
       * <p>If another call to {@link #get} or {@link #getUnchecked} is currently loading the value for
       * {@code key}, simply waits for that thread to finish and returns its loaded value. Note that
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sat Aug 06 17:12:03 UTC 2022
    - 8.3K bytes
    - Viewed (0)
Back to top