<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body text="#000000" bgcolor="#FFFFFF">
Hello,<br>
<div class="moz-forward-container">
<div class="moz-forward-container"> <br>
I have migrated from Squid 2.7 to Squid 3.5 in a heavy traffic
enviroment (150 http request per second, and more than 1200
clients), using trpxy configuration.<br>
<br>
squid -v <br>
Squid Cache: Version 3.5.3 <br>
Service Name: squid <br>
configure options: '--prefix=/usr/local'
'--datadir=/usr/local/share' '--bindir=/usr/local/sbin'
'--libexecdir=/usr/local/lib/squid' '--localstatedir=/var'
'--sysconfdir=/etc/squid3' '--enable-delay-pools' '--enable-ssl'
'--enable-ssl-crtd' '--enable-linux-netfilter' '--enable-eui'
'--enable-snmp' '--enable-gnuregex' '--enable-ltdl-convenience'
'--enable-removal-policies=lru heap' '--enable-http-violations'
'--with-openssl' '--with-filedescriptors=24321' '--enable-poll'
'--enable-epoll' <br>
<br>
I use jesred rewriter (<a moz-do-not-send="true"
class="moz-txt-link-freetext"
href="http://www.linofee.org/%7Ejel/webtools/jesred/">http://www.linofee.org/~jel/webtools/jesred/</a>).
This applications was modified to match the output format
requested by squid 3.5 (example OK store-id=<a
moz-do-not-send="true" class="moz-txt-link-freetext"
href="http://app.updates.avast.com.SQUIDINTERNAL/jrog2-c40-c3f">http://app.updates.avast.com.SQUIDINTERNAL/jrog2-c40-c3f</a>).
This is the input and output format that jsred log in file<br>
<br>
Input string->1430313641.311 Input String: <a
moz-do-not-send="true" class="moz-txt-link-freetext"
href="http://photos-g.ak.instagram.com/hphotos-ak-xaf1/t51.2885-15/s150x150/e15/10932037_1549994791925790_574318541_n.jpg">http://photos-g.ak.instagram.com/hphotos-ak-xaf1/t51.2885-15/s150x150/e15/10932037_1549994791925790_574318541_n.jpg</a>
<br>
186.148.250.37/186-148-250-37 - GET myip=- myport=801<br>
1430313641.311 Request: <a moz-do-not-send="true"
class="moz-txt-link-freetext"
href="http://photos-g.ak.instagram.com/hphotos-ak-xaf1/t51.2885-15/s150x150/e15/10932037_1549994791925790_574318541_n.jpg">http://photos-g.ak.instagram.com/hphotos-ak-xaf1/t51.2885-15/s150x150/e15/10932037_1549994791925790_574318541_n.jpg</a>
186.148.250.37/186-148-250-37 - GET<br>
1430313641.311 ACL: allowed 186.148.250.37<br>
<br>
OutputString ->1430313641.311 Output string: OK
store-id=<a moz-do-not-send="true" class="moz-txt-link-freetext"
href="http://img.instagram.ak.SQUIDINTERNAL/hphotos-ak-xaf1/t51.2885-15/s150x150/e15/10932037_1549994791925790_574318541_n.jpg">http://img.instagram.ak.SQUIDINTERNAL/hphotos-ak-xaf1/t51.2885-15/s150x150/e15/10932037_1549994791925790_574318541_n.jpg</a><br>
<br>
<br>
<br>
The problem is that after several hours of running squid, the
process list (ps -aux command) is filled with hanging jesred !<br>
<br>
This is the portion of squid configuration<br>
<br>
<i>store_id_program /sysmgr/squid/jesred</i><i><br>
</i><i>store_id_children 20 </i><i><br>
</i><i>store_id_bypass on</i><br>
<br>
And this is my process list after three days!!!<br>
<br>
Any ideas?<br>
<br>
Thanks!<br>
<br>
Ulises<br>
<br>
<br>
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME
COMMAND<br>
root 2618 0.0 0.0 59360 600 ? Ss Apr24 0:00
/usr/local/sbin/squid -f /etc/squid3/squid1.conf<br>
squid 2960 0.0 0.0 10404 1440 ? S Apr26 0:00
(jesred)<br>
squid 3135 0.0 0.0 10404 1436 ? S Apr26 0:00
(jesred)<br>
squid 3151 0.0 0.0 10540 1700 ? S Apr26 0:00
(jesred)<br>
</div>
</div>
squid 430 0.0 0.0 10672 1704 ? S Apr26 0:00
(jesred)<br>
squid 2326 0.0 0.0 10404 836 ? S Apr25 0:00
(jesred)<br>
squid 2577 0.0 0.0 10672 1656 ? S Apr25 0:00
(jesred)<br>
squid 2578 0.0 0.0 10540 1532 ? S Apr25 0:00
(jesred)<br>
<br>
... and more than 150 process more<br>
</body>
</html>