On 29/05/2015 6:19 p.m., Hierony Manurung wrote:
> 
> Dear Fellows,
> I am hitting the wall when I try Stress Testing using Apache JMeter v 2.1.3 
> in my Distributed Proxy Server.
> 
> For my system, i am using 1 child proxy as the load balancer and 2 parent 
> proxy to receive
> request from child proxy.
> 
> The Problem are :When I try to test with Web Browser (Request a Page), the 
> Squid works normally (Hit, because the object has been store). But when I try 
> stress testing by using Apache JMeter v 2.1.3 (HTTP Request testing) and test 
> the same page the respon is not Hit.
> 
> The Access.log in Child Proxy show :"1432894029.101     25 192.168.88.247 
> TCP_MISS/404 708 GET http://tatk.del.ac.id/txt:8080/ land 
> TIMEOUT_DEFAULT_PARENT/parent201.tatk.del.ac.id text/html"
> 
> The Access.log in Parent Proxy show :
> "1432893661.084     68 172.30.20.200 TCP_REFRESH_UNMODIFIED/200 11934 GET 
> http://tatk.del.ac.id/txt/ - DIRECT/172.31.20.203 text/html
> 1432893661.084     68 172.30.20.200 TCP_REFRESH_UNMODIFIED/200 11934 GET 
> http://tatk.del.ac.id/txt/ - DIRECT/172.31.20.203 text/html"
> 

Three things:

1) TCP_REFRESH_* is a HIT which requires revalidation.


2) these two parent proxy log records do not match the child proxy log
record.

 a) the parent log shows responses completion at a different time from
the child log.

 b) the child log shows the parent proxy not responding to a mangled URL
(see below)


3) you appear to have a URL re-writer embedding a port number into the
URL path... "http://tatk.del.ac.id/txt:8080/"; or just a weird URL
requested by the client.


Amos

_______________________________________________
squid-users mailing list
squid-users@lists.squid-cache.org
http://lists.squid-cache.org/listinfo/squid-users

Reply via email to