--------------------- PatchSet 10672 Date: 2008/07/18 18:29:57 Author: adri Branch: delay_pool_write Tag: (none) Log: More stuff to watch out for. Members: TODO_delay_pool_write:1.1.2.3->1.1.2.4 Index: squid/TODO_delay_pool_write =================================================================== RCS file: /cvsroot/squid-sf//squid/Attic/TODO_delay_pool_write,v retrieving revision 1.1.2.3 retrieving revision 1.1.2.4 diff -u -r1.1.2.3 -r1.1.2.4 --- squid/TODO_delay_pool_write 18 Jul 2008 18:20:08 -0000 1.1.2.3 +++ squid/TODO_delay_pool_write 18 Jul 2008 18:29:57 -0000 1.1.2.4 @@ -26,3 +26,17 @@ * The write-side pool IO rates are still wrong. They're not 50% wrong, but they're not exactly correct like they should be on a single connection. Re-enable the debugging to watch the write queueing in commHandleWrite() and figure it out. + +* .. the IO rates are now slightly closer to where they should be but the mgr:delay2 + output is confusing. Two 8k connections are going but the output is thus: + +pools.pool.1.current=71808 +pools.pool.1.bytes=0 +pools.pool.1.fd.14.aggregate=0 +pools.pool.1.fd.16.aggregate=8192 + + - bytes not being updated! + - the aggregate in the fd's bounce every second, 0/8192, 8192/0 + - even though there are two 8k connections, the current pool only shows 71808 + (80000 - 8192) rather than 80000 - (2*8192). I wonder why. +