@ -3,16 +3,30 @@
< head >
< title > YaCy '#[clientname]#': Performance Settings of Queues and Processes< / title >
#%env/templates/metas.template%#
< script type = "text/javascript" src = "js/html.js" > < / script >
< / head >
< body id = "PerformanceQueues" >
< body id = "PerformanceQueues" onload = "hide('expert_settings')" >
#%env/templates/header.template%#
#%env/templates/submenuConfig.template%#
< h2 > Performance Settings of Queues and Processes< / h2 >
< form action = "PerformanceQueues_p.html" method = "post" enctype = "multipart/form-data" >
< fieldset > < legend > Use Default Profile:< / legend >
< p >
< strong > Scheduled tasks overview and waiting time settings:< / strong >
< select name = "defaultFile" >
#{profile}#
< option value = "#[filename]#" # ( used ) # :: selected = "selected" # ( / used ) # > #[description]#< / option >
#{/profile}#
< / select > and use < select name = "multiplier" > < option value = "0.5" > 200 %< / option > < option value = "0.75" > 150 %< / option > < option value = "1" selected = "selected" > 100 %< / option > < option value = "2" > 50 %< / option > < option value = "3" > 33 %< / option > < option value = "10" > 10 %< / option > < / select > of the defiend performance.
< / p >
< form action = "PerformanceQueues_p.html" method = "post" enctype = "multipart/form-data" >
< p > < input type = "submit" name = "submitdefault" value = "Save" / > Changes take effect immediately< / p >
< / fieldset >
< a href = "javascript:show('expert_settings')" > show expert settings< / a >
< div id = "expert_settings" >
< fieldset > < legend > Scheduled tasks overview and waiting time settings:< / legend >
< table border = "0" cellpadding = "2" cellspacing = "1" >
< tr class = "TableHeader" valign = "bottom" >
< td > Thread< / td >
@ -57,23 +71,16 @@
#{/table}#
< tr class = "TableCellLight" >
< td align = "left" colspan = "19" >
< input type = "submit" name = "submitdelay" value = "Submit New Delay Values" / >
< input type = "submit" name = "submitdelay" value = "Submit New Delay Values" / >
Changes take effect immediately< br / >
< input type = "submit" name = "submitdefault" value = "Use Default Profile:" / >
< select name = "defaultFile" >
#{profile}#
< option value = "#[filename]#" > #[description]#< / option >
#{/profile}#
< / select > and use < select name = "multiplier" > < option value = "0.5" > 200 %< / option > < option value = "0.75" > 150 %< / option > < option value = "1" selected = "selected" > 100 %< / option > < option value = "2" > 50 %< / option > < option value = "3" > 33 %< / option > < option value = "10" > 10 %< / option > < / select > of the defiend performance.
< / td >
< / tr >
< / table >
< / fieldset >
< / form >
< p >
< strong > Cache Settings:< / strong >
< / p >
< form action = "PerformanceQueues_p.html" method = "post" enctype = "multipart/form-data" >
< fieldset > < legend > Cache Settings:< / legend >
< table border = "0" cellpadding = "5" cellspacing = "1" >
< tr valign = "top" class = "TableHeader" >
< td > Cache Type< / td >
@ -150,17 +157,16 @@
Changes take effect immediately< / td >
< / tr >
< / table >
< / fieldset >
< / form >
< p >
< strong > Balancer Settings:< / strong >
< / p >
< form action = "PerformanceQueues_p.html" method = "post" enctype = "multipart/form-data" >
< fieldset > < legend > Balancer Settings:< / legend >
< p >
This is the time delta between accessing of the same domain during a crawl. The crawl balancer tries to avoid that domains are
accessed too often, but if the balancer fails (i.e. if there are only links left from the same domain), then these minimum
delta times are ensured.
< / p >
< form action = "PerformanceQueues_p.html" method = "post" enctype = "multipart/form-data" >
< table border = "0" cellpadding = "2" cellspacing = "1" >
< tr class = "TableHeader" valign = "bottom" >
< td > Crawler Domain< / td >
@ -179,12 +185,11 @@
Changes take effect immediately< / td >
< / tr >
< / table >
< / fieldset >
< / form >
< p >
< strong > Thread Pool Settings:< / strong >
< / p >
< form action = "PerformanceQueues_p.html" method = "post" enctype = "multipart/form-data" >
< fieldset > < legend > Thread Pool Settings:< / legend >
< table border = "0" cellpadding = "2" cellspacing = "1" >
< tr class = "TableHeader" valign = "bottom" >
< td > Thread Pool< / td >
@ -204,18 +209,20 @@
Changes take effect immediately< / td >
< / tr >
< / table >
< / fieldset >
< / form >
< / div > <!-- /expert_settings -->
< form action = "PerformanceQueues_p.html" method = "post" enctype = "multipart/form-data" >
< fieldset > < legend > Online Caution Settings:< / legend >
< p >
< strong > Online Caution Settings:< / strong > < br / >
This is the time that the crawler idles when the proxy is accessed, or a local or remote search is done.
The delay is extended by this time each time the proxy is accessed afterwards.
This shall improve performance of the affected process (proxy or search).
(current delta is #[crawlPauseProxyCurrent]#/#[crawlPauseLocalsearchCurrent]#/#[crawlPauseRemotesearchCurrent]#
seconds since last proxy/local-search/remote-search access.)
< / p >
< form action = "PerformanceQueues_p.html" method = "post" enctype = "multipart/form-data" >
< table border = "0" cellpadding = "2" cellspacing = "1" >
< tr class = "TableHeader" valign = "bottom" >
< td > Online Caution Case< / td >
@ -238,6 +245,7 @@
Changes take effect immediately< / td >
< / tr >
< / table >
< / fieldset >
< / form >
< form action = "PerformanceQueues_p.html" method = "post" enctype = "multipart/form-data" >