- Sort Score
- Result 10 results
- Languages All
Results 1 - 7 of 7 for 15min (0.1 sec)
-
docs/metrics/prometheus/list.md
| `minio_node_cpu_avg_load5_perc_max` | CPU load average 5min (percentage) (max). | | `minio_node_cpu_avg_load15` | CPU load average 15min. | | `minio_node_cpu_avg_load15_avg` | CPU load average 15min (avg). | | `minio_node_cpu_avg_load15_max` | CPU load average 15min (max). | | `minio_node_cpu_avg_load15_perc` | CPU load average 15min (percentage). |
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Mon Jul 29 18:48:51 UTC 2024 - 43.3K bytes - Viewed (0) -
cmd/metrics-resource.go
cpuNice: "CPU nice time", cpuLoad1: "CPU load average 1min", cpuLoad5: "CPU load average 5min", cpuLoad15: "CPU load average 15min", cpuLoad1Perc: "CPU load average 1min (perentage)", cpuLoad5Perc: "CPU load average 5min (percentage)", cpuLoad15Perc: "CPU load average 15min (percentage)", } resourceMetricsGroups = []*MetricsGroupV2{ getResourceMetrics(),
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Wed Jul 24 23:30:33 UTC 2024 - 17.2K bytes - Viewed (0) -
manifests/addons/dashboards/lib/output.json
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Tue Jun 04 18:05:06 UTC 2024 - 25.2K bytes - Viewed (0) -
manifests/addons/dashboards/pilot-dashboard.gen.json
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Fri Jul 26 23:54:32 UTC 2024 - 24.7K bytes - Viewed (0) -
docs/metrics/v3.md
| `minio_system_cpu_avg_iowait` | Average CPU IOWait time. <br><br>Type: gauge | `server` | | `minio_system_cpu_load` | CPU load average 1min. <br><br>Type: gauge | `server` | | `minio_system_cpu_load_perc` | CPU load average 1min (percentage). <br><br>Type: gauge | `server` | | `minio_system_cpu_nice` | CPU nice time. <br><br>Type: gauge | `server` |
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri Aug 02 22:30:11 UTC 2024 - 45.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/ViewHelper.java
protected final Set<String> inlineMimeTypeSet = new HashSet<>(); protected Cache<String, FacetResponse> facetCache; protected long facetCacheDuration = 60 * 10L; // 10min protected int textFragmentPrefixLength; protected int textFragmentSuffixLength; protected int textFragmentSize; @PostConstruct public void init() {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Oct 11 21:20:39 UTC 2024 - 40.2K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/http/HcHttpClient.java
protected Map<String, AuthSchemeProvider> authSchemeProviderMap; protected int connectionCheckInterval = 5; // sec protected long idleConnectionTimeout = 60 * 1000L; // 1min protected Pattern redirectHttpStatusPattern = Pattern.compile("[3][0-9][0-9]"); protected boolean useRobotsTxtDisallows = true; protected boolean useRobotsTxtAllows = true;
Registered: Sun Nov 10 03:50:12 UTC 2024 - Last Modified: Thu May 09 09:29:26 UTC 2024 - 41K bytes - Viewed (0)