- Sort Score
- Result 10 results
- Languages All
Results 1 - 7 of 7 for hot_threads (0.15 sec)
-
src/main/java/org/codelibs/fess/app/web/admin/maintenance/AdminMaintenanceAction.java
writeElastisearchJsonApi(zos, id, "remote", "info"); writeElastisearchJsonApi(zos, id, "tasks", ""); writeElastisearchJsonApi(zos, id, "nodes", "hot_threads"); } protected void writeElastisearchJsonApi(final ZipOutputStream zos, final String id, final String v1, final String v2) { final ZipEntry entry = new ZipEntry(id + "/es_" + v1 + "_" + v2 + ".json");
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Oct 11 21:20:39 UTC 2024 - 14K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/timer/HotThreadMonitorTarget.java
buf.append("[HOTTHREAD MONITOR] "); final FessConfig fessConfig = ComponentUtil.getFessConfig(); buf.append('{'); final boolean ignoreIdleThreads = Constants.TRUE.equalsIgnoreCase(fessConfig.getCrawlerHotthreadIgnoreIdleThreads()); final TimeValue interval = TimeValue.parseTimeValue(fessConfig.getCrawlerHotthreadInterval(), "crawler.hotthread.interval");
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 3.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/exec/Crawler.java
public String expires; @Option(name = "-h", aliases = "--hotThread", metaVar = "hotThread", usage = "Interval for Hot Thread logging") public Integer hotThread; protected Options() { // nothing } protected List<String> getWebConfigIdList() {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Oct 11 21:20:39 UTC 2024 - 24K bytes - Viewed (0) -
src/main/resources/fess_config.properties
crawler.ignore.content.exception=true crawler.failure.url.status.codes=404 crawler.system.monitor.interval=60 crawler.hotthread.ignore_idle_threads=true crawler.hotthread.interval=500ms crawler.hotthread.snapshots=10 crawler.hotthread.threads=3 crawler.hotthread.timeout=30s crawler.hotthread.type=cpu crawler.metadata.content.excludes=resourceName,X-Parsed-By,Content-Encoding.*,Content-Type.*,X-TIKA.*,X-FESS.*
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Tue Oct 01 14:13:38 UTC 2024 - 30.9K bytes - Viewed (0) -
manifests/addons/dashboards/lib/output.json
{ "datasource": { "type": "prometheus", "uid": "$datasource" }, "expr": "sum by (cluster, namespace, job) (\n go_threads{cluster=~\"$cluster\", namespace=~\"$namespace\", job=~\"$job\"}\n)\n", "intervalFactor": 2, "legendFormat": "{{cluster}} - {{namespace}}\n" } ],
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Tue Jun 04 18:05:06 UTC 2024 - 25.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/job/CrawlJob.java
return this; } public CrawlJob dataConfigIds(final String[] dataConfigIds) { this.dataConfigIds = dataConfigIds; return this; } public CrawlJob hotThread(final int hotThreadInterval) { this.hotThreadInterval = hotThreadInterval; return this; } @Override public String execute() { // check # of crawler processes
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sun Jun 23 04:13:47 UTC 2024 - 15.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
String CRAWLER_HOTTHREAD_ignore_idle_threads = "crawler.hotthread.ignore_idle_threads"; /** The key of the configuration. e.g. 500ms */ String CRAWLER_HOTTHREAD_INTERVAL = "crawler.hotthread.interval"; /** The key of the configuration. e.g. 10 */ String CRAWLER_HOTTHREAD_SNAPSHOTS = "crawler.hotthread.snapshots"; /** The key of the configuration. e.g. 3 */
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Oct 11 21:11:58 UTC 2024 - 468.5K bytes - Viewed (1)