Search squid archive

Unable to get TCP_MEM_HIT (just TCP_HIT) with rock storage

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

When I test squid with rock storage, I have never got a TCP_MEM_HIT (just TCP_HIT) in access.log. I do get TCP_MEM_HIT with ufs storage.

Is this normal, or something is mis-configured?


I run squid locally, and run `curl -v -x localhost:3128 http://localhost:8001/1000 > /dev/null` two times successively, and expect at least the second one being TCP_MEM_HIT, but it is always TCP_HIT.


Attachment "squid.conf" is my configuration file; and "cache.rock.log" is the part of cache.log during 2 successive accesses to a same URL; "anysize-server.js" is the HTTP server at port 8001 for the test, and you can run it by `node anysize-server.js`.


I tested squid 3.5.27 and 4.0.21, both compiled and run on Linux x86_64: `./configure --with-default-user=duanyao --prefix=/home/duanyao/project/proxy/squid-root/`.


Thanks.


Duan, Yao

#workers 2

shutdown_lifetime 3 second

acl localnet src 10.0.0.0/8	# RFC1918 possible internal network
acl localnet src 172.16.0.0/12	# RFC1918 possible internal network
acl localnet src 192.168.0.0/16	# RFC1918 possible internal network
acl localnet src fc00::/7       # RFC 4193 local private network range
acl localnet src fe80::/10      # RFC 4291 link-local (directly plugged) machines

acl SSL_ports port 443
acl Safe_ports port 80		# http
acl Safe_ports port 21		# ftp
acl Safe_ports port 443		# https
acl Safe_ports port 70		# gopher
acl Safe_ports port 210		# wais
acl Safe_ports port 1025-65535	# unregistered ports
acl Safe_ports port 280		# http-mgmt
acl Safe_ports port 488		# gss-http
acl Safe_ports port 591		# filemaker
acl Safe_ports port 777		# multiling http
acl CONNECT method CONNECT

http_access deny !Safe_ports

http_access deny CONNECT !SSL_ports

http_access allow localhost manager
http_access deny manager

http_access allow localnet
http_access allow localhost

http_access deny all

http_port 3128

#cache_dir ufs /home/duanyao/project/proxy/squid-root/var/cache/squid/ufs 10 16 256
cache_dir rock /home/duanyao/project/proxy/squid-root/var/cache/squid/rock 10 slot-size=16384

cache_effective_user duanyao

# Leave coredumps in the first cache dir
coredump_dir /home/duanyao/project/proxy/squid-root/var/cache/squid

debug_options ALL,1 11,7 16,7 19,7 20,7 92,7 
2017/10/17 11:58:52 kid1|         0 Objects cancelled.
2017/10/17 11:58:52 kid1|         0 Duplicate URLs purged.
2017/10/17 11:58:52 kid1|         0 Swapfile clashes avoided.
2017/10/17 11:58:52 kid1|   Took 1.13 seconds (  0.00 objects/sec).
2017/10/17 11:58:52 kid1| Beginning Validation Procedure
2017/10/17 11:58:52.260 kid1| 20,2| store_rebuild.cc(98) storeCleanup: Seen: 51 entries
2017/10/17 11:58:52.260 kid1|   Completed Validation Procedure
2017/10/17 11:58:52.260 kid1|   Validated 0 Entries
2017/10/17 11:58:52.260 kid1|   store_swap_size = 0.00 KB
2017/10/17 11:58:53 kid1| storeLateRelease: released 0 objects
2017/10/17 11:59:57.903 kid1| 11,2| client_side.cc(1332) parseHttpRequest: HTTP Client local=[::1]:3128 remote=[::1]:52046 FD 27 flags=1
2017/10/17 11:59:57.903 kid1| 11,2| client_side.cc(1336) parseHttpRequest: HTTP Client REQUEST:
---------
GET http://localhost:8001/1000 HTTP/1.1
Host: localhost:8001
User-Agent: curl/7.52.1
Accept: */*
Proxy-Connection: Keep-Alive


----------
2017/10/17 11:59:57.903 kid1| 20,3| Controller.cc(306) find: 627A151EE4A5736478A51761DE074204
2017/10/17 11:59:57.904 kid1| 20,5| store.cc(340) StoreEntry: StoreEntry constructed, this=0xc137aee10
2017/10/17 11:59:57.904 kid1| 20,3| store.cc(415) hashInsert: StoreEntry::hashInsert: Inserting Entry e:d533@0=sw2V/0xc137aee10*0 key '627A151EE4A5736478A51761DE074204'
2017/10/17 11:59:57.904 kid1| 20,7| Disks.cc(232) get: cache_dir 0 has: e:d533@0=sw2V/0xc137aee10*0
2017/10/17 11:59:57.904 kid1| 20,3| Controller.cc(338) find: got disk-cached entry: e:d533@0=sw2V/0xc137aee10*0
2017/10/17 11:59:57.904 kid1| 20,3| store.cc(451) lock: clientReplyContext::doGetMoreData locked key 627A151EE4A5736478A51761DE074204 e:d533@0=sw2V/0xc137aee10*1
2017/10/17 11:59:57.904 kid1| 20,3| MemObject.cc(110) MemObject: new MemObject 0xc137aee80
2017/10/17 11:59:57.904 kid1| 20,3| store.cc(451) lock: store_client::copy locked key 627A151EE4A5736478A51761DE074204 e:d533@0=sw2V/0xc137aee10*2
2017/10/17 11:59:57.904 kid1| 20,3| store_swapin.cc(36) storeSwapInStart: storeSwapInStart: called for : 0 00000215 627A151EE4A5736478A51761DE074204
2017/10/17 11:59:57.905 kid1| 20,3| store_swapin.cc(49) storeSwapInStart: storeSwapInStart: Opening fileno 00000215
2017/10/17 11:59:57.905 kid1| 20,3| store.cc(451) lock: rock I/O locked key 627A151EE4A5736478A51761DE074204 e:d533@0=sw2V/0xc137aee10*3
2017/10/17 11:59:57.905 kid1| 20,3| store.cc(488) unlock: store_client::copy unlocking key 627A151EE4A5736478A51761DE074204 e:d533@0=sw2V/0xc137aee10*3
2017/10/17 11:59:57.905 kid1| 19,6| MemObject.cc(160) write: memWrite: offset 0 len 217
2017/10/17 11:59:57.906 kid1| 19,6| stmem.cc(344) write: mem_hdr::write: 0xc137aeeb8 [0,217) object end 0
2017/10/17 11:59:57.906 kid1| 11,3| http.cc(624) httpMakeVaryMark: accept-encoding
2017/10/17 11:59:57.906 kid1| 20,3| store_io.cc(77) storeClose: storeClose: calling sio->close(2)
2017/10/17 11:59:57.906 kid1| 20,3| store.cc(451) lock: storeUnregister locked key 627A151EE4A5736478A51761DE074204 e:d533@0=sw2V/0xc137aee10*3
2017/10/17 11:59:57.906 kid1| 20,3| store.cc(488) unlock: storeUnregister unlocking key 627A151EE4A5736478A51761DE074204 e:d533@0=sw2V/0xc137aee10*3
2017/10/17 11:59:57.906 kid1| 20,3| store.cc(488) unlock: clientReplyContext::removeStoreReference unlocking key 627A151EE4A5736478A51761DE074204 e:d533@0=sw2V/0xc137aee10*2
2017/10/17 11:59:57.906 kid1| 20,3| store_key_md5.cc(133) storeKeyPublicByRequestMethod: updating public key by vary headers: accept-encoding for: http://localhost:8001/1000
2017/10/17 11:59:57.906 kid1| 20,3| Controller.cc(306) find: B99F12E9849A69450F4D1E0C058BF0C5
2017/10/17 11:59:57.906 kid1| 20,5| store.cc(340) StoreEntry: StoreEntry constructed, this=0xc137b5f80
2017/10/17 11:59:57.906 kid1| 20,3| store.cc(415) hashInsert: StoreEntry::hashInsert: Inserting Entry e:d146@0=sw2V/0xc137b5f80*0 key 'B99F12E9849A69450F4D1E0C058BF0C5'
2017/10/17 11:59:57.906 kid1| 20,7| Disks.cc(232) get: cache_dir 0 has: e:d146@0=sw2V/0xc137b5f80*0
2017/10/17 11:59:57.906 kid1| 20,3| Controller.cc(338) find: got disk-cached entry: e:d146@0=sw2V/0xc137b5f80*0
2017/10/17 11:59:57.906 kid1| 20,3| store.cc(451) lock: clientReplyContext::doGetMoreData locked key B99F12E9849A69450F4D1E0C058BF0C5 e:d146@0=sw2V/0xc137b5f80*1
2017/10/17 11:59:57.906 kid1| 20,3| MemObject.cc(110) MemObject: new MemObject 0xc137b5ff0
2017/10/17 11:59:57.906 kid1| 20,3| store.cc(451) lock: store_client::copy locked key B99F12E9849A69450F4D1E0C058BF0C5 e:d146@0=sw2V/0xc137b5f80*2
2017/10/17 11:59:57.906 kid1| 20,3| store_swapin.cc(36) storeSwapInStart: storeSwapInStart: called for : 0 00000092 B99F12E9849A69450F4D1E0C058BF0C5
2017/10/17 11:59:57.906 kid1| 20,3| store_swapin.cc(49) storeSwapInStart: storeSwapInStart: Opening fileno 00000092
2017/10/17 11:59:57.906 kid1| 20,3| store.cc(451) lock: rock I/O locked key B99F12E9849A69450F4D1E0C058BF0C5 e:d146@0=sw2V/0xc137b5f80*3
2017/10/17 11:59:57.907 kid1| 20,3| store.cc(488) unlock: store_client::copy unlocking key B99F12E9849A69450F4D1E0C058BF0C5 e:d146@0=sw2V/0xc137b5f80*3
2017/10/17 11:59:57.907 kid1| 20,3| store.cc(488) unlock: rock I/O unlocking key 627A151EE4A5736478A51761DE074204 e:d533@0=sw2V/0xc137aee10*1
2017/10/17 11:59:57.907 kid1| 20,5| Controller.cc(479) handleIdleEntry: destroying unlocked entry: 0xc137aee10 e:d533@0=sw2V/0xc137aee10*0
2017/10/17 11:59:57.907 kid1| 20,3| store.cc(390) destroyStoreEntry: destroyStoreEntry: destroying 0xc137aee18
2017/10/17 11:59:57.907 kid1| 20,3| store.cc(372) destroyMemObject: destroyMemObject 0xc137aee80
2017/10/17 11:59:57.907 kid1| 20,3| MemObject.cc(119) ~MemObject: del MemObject 0xc137aee80
2017/10/17 11:59:57.907 kid1| 20,5| store.cc(345) ~StoreEntry: StoreEntry destructed, this=0xc137aee10
2017/10/17 11:59:57.907 kid1| 20,3| StoreIOState.cc(47) ~StoreIOState: StoreIOState::~StoreIOState: 0xc137af8d0
2017/10/17 11:59:57.907 kid1| 19,6| MemObject.cc(160) write: memWrite: offset 0 len 1244
2017/10/17 11:59:57.907 kid1| 19,6| stmem.cc(344) write: mem_hdr::write: 0xc137b6028 [0,1244) object end 0
2017/10/17 11:59:57.907 kid1| 20,3| store.cc(451) lock: ClientHttpRequest::loggingEntry locked key B99F12E9849A69450F4D1E0C058BF0C5 e:d146@0=sw2V/0xc137b5f80*3
2017/10/17 11:59:57.907 kid1| 11,2| Stream.cc(266) sendStartOfMessage: HTTP Client local=[::1]:3128 remote=[::1]:52046 FD 27 flags=1
2017/10/17 11:59:57.907 kid1| 11,2| Stream.cc(267) sendStartOfMessage: HTTP Client REPLY:
---------
HTTP/1.1 200 OK
Content-Type: text/plain
Vary: Accept-Encoding
Last-Modified: Fri, 10 Mar 2017 10:18:12 GMT
ETag: "1000"
Cache-Control: max-age=31536000
Content-Length: 1000
Date: Tue, 17 Oct 2017 02:12:46 GMT
Age: 6431
X-Cache: HIT from duanyao-laptop
Via: 1.1 duanyao-laptop (squid/4.0.21)
Connection: keep-alive


----------
2017/10/17 11:59:57.907 kid1| 20,3| store_io.cc(77) storeClose: storeClose: calling sio->close(2)
2017/10/17 11:59:57.907 kid1| 20,3| store.cc(451) lock: storeUnregister locked key B99F12E9849A69450F4D1E0C058BF0C5 e:d146@0=sw2V/0xc137b5f80*4
2017/10/17 11:59:57.907 kid1| 20,3| store.cc(488) unlock: storeUnregister unlocking key B99F12E9849A69450F4D1E0C058BF0C5 e:d146@0=sw2V/0xc137b5f80*4
2017/10/17 11:59:57.907 kid1| 20,3| store.cc(488) unlock: clientReplyContext::removeStoreReference unlocking key B99F12E9849A69450F4D1E0C058BF0C5 e:d146@0=sw2V/0xc137b5f80*3
2017/10/17 11:59:57.908 kid1| 20,3| store.cc(488) unlock: ClientHttpRequest::loggingEntry unlocking key B99F12E9849A69450F4D1E0C058BF0C5 e:d146@0=sw2V/0xc137b5f80*2
2017/10/17 11:59:57.908 kid1| 20,3| store.cc(488) unlock: rock I/O unlocking key B99F12E9849A69450F4D1E0C058BF0C5 e:d146@0=sw2V/0xc137b5f80*1
2017/10/17 11:59:57.908 kid1| 20,5| Controller.cc(479) handleIdleEntry: destroying unlocked entry: 0xc137b5f80 e:d146@0=sw2V/0xc137b5f80*0
2017/10/17 11:59:57.908 kid1| 20,3| store.cc(390) destroyStoreEntry: destroyStoreEntry: destroying 0xc137b5f88
2017/10/17 11:59:57.908 kid1| 20,3| store.cc(372) destroyMemObject: destroyMemObject 0xc137b5ff0
2017/10/17 11:59:57.908 kid1| 20,3| MemObject.cc(119) ~MemObject: del MemObject 0xc137b5ff0
2017/10/17 11:59:57.908 kid1| 20,5| store.cc(345) ~StoreEntry: StoreEntry destructed, this=0xc137b5f80
2017/10/17 11:59:57.908 kid1| 20,3| StoreIOState.cc(47) ~StoreIOState: StoreIOState::~StoreIOState: 0xc137b6400
2017/10/17 12:00:02.320 kid1| 11,2| client_side.cc(1332) parseHttpRequest: HTTP Client local=[::1]:3128 remote=[::1]:52064 FD 27 flags=1
2017/10/17 12:00:02.320 kid1| 11,2| client_side.cc(1336) parseHttpRequest: HTTP Client REQUEST:
---------
GET http://localhost:8001/1000 HTTP/1.1
Host: localhost:8001
User-Agent: curl/7.52.1
Accept: */*
Proxy-Connection: Keep-Alive


----------
2017/10/17 12:00:02.320 kid1| 20,3| Controller.cc(306) find: 627A151EE4A5736478A51761DE074204
2017/10/17 12:00:02.320 kid1| 20,5| store.cc(340) StoreEntry: StoreEntry constructed, this=0xc137b5f80
2017/10/17 12:00:02.321 kid1| 20,3| store.cc(415) hashInsert: StoreEntry::hashInsert: Inserting Entry e:d533@0=sw2V/0xc137b5f80*0 key '627A151EE4A5736478A51761DE074204'
2017/10/17 12:00:02.321 kid1| 20,7| Disks.cc(232) get: cache_dir 0 has: e:d533@0=sw2V/0xc137b5f80*0
2017/10/17 12:00:02.321 kid1| 20,3| Controller.cc(338) find: got disk-cached entry: e:d533@0=sw2V/0xc137b5f80*0
2017/10/17 12:00:02.321 kid1| 20,3| store.cc(451) lock: clientReplyContext::doGetMoreData locked key 627A151EE4A5736478A51761DE074204 e:d533@0=sw2V/0xc137b5f80*1
2017/10/17 12:00:02.321 kid1| 20,3| MemObject.cc(110) MemObject: new MemObject 0xc137b5ff0
2017/10/17 12:00:02.321 kid1| 20,3| store.cc(451) lock: store_client::copy locked key 627A151EE4A5736478A51761DE074204 e:d533@0=sw2V/0xc137b5f80*2
2017/10/17 12:00:02.321 kid1| 20,3| store_swapin.cc(36) storeSwapInStart: storeSwapInStart: called for : 0 00000215 627A151EE4A5736478A51761DE074204
2017/10/17 12:00:02.321 kid1| 20,3| store_swapin.cc(49) storeSwapInStart: storeSwapInStart: Opening fileno 00000215
2017/10/17 12:00:02.321 kid1| 20,3| store.cc(451) lock: rock I/O locked key 627A151EE4A5736478A51761DE074204 e:d533@0=sw2V/0xc137b5f80*3
2017/10/17 12:00:02.321 kid1| 20,3| store.cc(488) unlock: store_client::copy unlocking key 627A151EE4A5736478A51761DE074204 e:d533@0=sw2V/0xc137b5f80*3
2017/10/17 12:00:02.321 kid1| 19,6| MemObject.cc(160) write: memWrite: offset 0 len 217
2017/10/17 12:00:02.321 kid1| 19,6| stmem.cc(344) write: mem_hdr::write: 0xc137b6028 [0,217) object end 0
2017/10/17 12:00:02.321 kid1| 11,3| http.cc(624) httpMakeVaryMark: accept-encoding
2017/10/17 12:00:02.321 kid1| 20,3| store_io.cc(77) storeClose: storeClose: calling sio->close(2)
2017/10/17 12:00:02.321 kid1| 20,3| store.cc(451) lock: storeUnregister locked key 627A151EE4A5736478A51761DE074204 e:d533@0=sw2V/0xc137b5f80*3
2017/10/17 12:00:02.321 kid1| 20,3| store.cc(488) unlock: storeUnregister unlocking key 627A151EE4A5736478A51761DE074204 e:d533@0=sw2V/0xc137b5f80*3
2017/10/17 12:00:02.321 kid1| 20,3| store.cc(488) unlock: clientReplyContext::removeStoreReference unlocking key 627A151EE4A5736478A51761DE074204 e:d533@0=sw2V/0xc137b5f80*2
2017/10/17 12:00:02.321 kid1| 20,3| store_key_md5.cc(133) storeKeyPublicByRequestMethod: updating public key by vary headers: accept-encoding for: http://localhost:8001/1000
2017/10/17 12:00:02.321 kid1| 20,3| Controller.cc(306) find: B99F12E9849A69450F4D1E0C058BF0C5
2017/10/17 12:00:02.321 kid1| 20,5| store.cc(340) StoreEntry: StoreEntry constructed, this=0xc137aee10
2017/10/17 12:00:02.321 kid1| 20,3| store.cc(415) hashInsert: StoreEntry::hashInsert: Inserting Entry e:d146@0=sw2V/0xc137aee10*0 key 'B99F12E9849A69450F4D1E0C058BF0C5'
2017/10/17 12:00:02.321 kid1| 20,7| Disks.cc(232) get: cache_dir 0 has: e:d146@0=sw2V/0xc137aee10*0
2017/10/17 12:00:02.321 kid1| 20,3| Controller.cc(338) find: got disk-cached entry: e:d146@0=sw2V/0xc137aee10*0
2017/10/17 12:00:02.322 kid1| 20,3| store.cc(451) lock: clientReplyContext::doGetMoreData locked key B99F12E9849A69450F4D1E0C058BF0C5 e:d146@0=sw2V/0xc137aee10*1
2017/10/17 12:00:02.322 kid1| 20,3| MemObject.cc(110) MemObject: new MemObject 0xc137aee80
2017/10/17 12:00:02.322 kid1| 20,3| store.cc(451) lock: store_client::copy locked key B99F12E9849A69450F4D1E0C058BF0C5 e:d146@0=sw2V/0xc137aee10*2
2017/10/17 12:00:02.322 kid1| 20,3| store_swapin.cc(36) storeSwapInStart: storeSwapInStart: called for : 0 00000092 B99F12E9849A69450F4D1E0C058BF0C5
2017/10/17 12:00:02.322 kid1| 20,3| store_swapin.cc(49) storeSwapInStart: storeSwapInStart: Opening fileno 00000092
2017/10/17 12:00:02.322 kid1| 20,3| store.cc(451) lock: rock I/O locked key B99F12E9849A69450F4D1E0C058BF0C5 e:d146@0=sw2V/0xc137aee10*3
2017/10/17 12:00:02.322 kid1| 20,3| store.cc(488) unlock: store_client::copy unlocking key B99F12E9849A69450F4D1E0C058BF0C5 e:d146@0=sw2V/0xc137aee10*3
2017/10/17 12:00:02.322 kid1| 20,3| store.cc(488) unlock: rock I/O unlocking key 627A151EE4A5736478A51761DE074204 e:d533@0=sw2V/0xc137b5f80*1
2017/10/17 12:00:02.322 kid1| 20,5| Controller.cc(479) handleIdleEntry: destroying unlocked entry: 0xc137b5f80 e:d533@0=sw2V/0xc137b5f80*0
2017/10/17 12:00:02.322 kid1| 20,3| store.cc(390) destroyStoreEntry: destroyStoreEntry: destroying 0xc137b5f88
2017/10/17 12:00:02.322 kid1| 20,3| store.cc(372) destroyMemObject: destroyMemObject 0xc137b5ff0
2017/10/17 12:00:02.322 kid1| 20,3| MemObject.cc(119) ~MemObject: del MemObject 0xc137b5ff0
2017/10/17 12:00:02.322 kid1| 20,5| store.cc(345) ~StoreEntry: StoreEntry destructed, this=0xc137b5f80
2017/10/17 12:00:02.322 kid1| 20,3| StoreIOState.cc(47) ~StoreIOState: StoreIOState::~StoreIOState: 0xc137b6400
2017/10/17 12:00:02.322 kid1| 19,6| MemObject.cc(160) write: memWrite: offset 0 len 1244
2017/10/17 12:00:02.322 kid1| 19,6| stmem.cc(344) write: mem_hdr::write: 0xc137aeeb8 [0,1244) object end 0
2017/10/17 12:00:02.322 kid1| 20,3| store.cc(451) lock: ClientHttpRequest::loggingEntry locked key B99F12E9849A69450F4D1E0C058BF0C5 e:d146@0=sw2V/0xc137aee10*3
2017/10/17 12:00:02.322 kid1| 11,2| Stream.cc(266) sendStartOfMessage: HTTP Client local=[::1]:3128 remote=[::1]:52064 FD 27 flags=1
2017/10/17 12:00:02.322 kid1| 11,2| Stream.cc(267) sendStartOfMessage: HTTP Client REPLY:
---------
HTTP/1.1 200 OK
Content-Type: text/plain
Vary: Accept-Encoding
Last-Modified: Fri, 10 Mar 2017 10:18:12 GMT
ETag: "1000"
Cache-Control: max-age=31536000
Content-Length: 1000
Date: Tue, 17 Oct 2017 02:12:46 GMT
Age: 6436
X-Cache: HIT from duanyao-laptop
Via: 1.1 duanyao-laptop (squid/4.0.21)
Connection: keep-alive


----------
2017/10/17 12:00:02.322 kid1| 20,3| store_io.cc(77) storeClose: storeClose: calling sio->close(2)
2017/10/17 12:00:02.322 kid1| 20,3| store.cc(451) lock: storeUnregister locked key B99F12E9849A69450F4D1E0C058BF0C5 e:d146@0=sw2V/0xc137aee10*4
2017/10/17 12:00:02.322 kid1| 20,3| store.cc(488) unlock: storeUnregister unlocking key B99F12E9849A69450F4D1E0C058BF0C5 e:d146@0=sw2V/0xc137aee10*4
2017/10/17 12:00:02.322 kid1| 20,3| store.cc(488) unlock: clientReplyContext::removeStoreReference unlocking key B99F12E9849A69450F4D1E0C058BF0C5 e:d146@0=sw2V/0xc137aee10*3
2017/10/17 12:00:02.322 kid1| 20,3| store.cc(488) unlock: ClientHttpRequest::loggingEntry unlocking key B99F12E9849A69450F4D1E0C058BF0C5 e:d146@0=sw2V/0xc137aee10*2
2017/10/17 12:00:02.322 kid1| 20,3| store.cc(488) unlock: rock I/O unlocking key B99F12E9849A69450F4D1E0C058BF0C5 e:d146@0=sw2V/0xc137aee10*1
2017/10/17 12:00:02.322 kid1| 20,5| Controller.cc(479) handleIdleEntry: destroying unlocked entry: 0xc137aee10 e:d146@0=sw2V/0xc137aee10*0
2017/10/17 12:00:02.322 kid1| 20,3| store.cc(390) destroyStoreEntry: destroyStoreEntry: destroying 0xc137aee18
2017/10/17 12:00:02.322 kid1| 20,3| store.cc(372) destroyMemObject: destroyMemObject 0xc137aee80
2017/10/17 12:00:02.322 kid1| 20,3| MemObject.cc(119) ~MemObject: del MemObject 0xc137aee80
2017/10/17 12:00:02.322 kid1| 20,5| store.cc(345) ~StoreEntry: StoreEntry destructed, this=0xc137aee10
2017/10/17 12:00:02.322 kid1| 20,3| StoreIOState.cc(47) ~StoreIOState: StoreIOState::~StoreIOState: 0xc137af8d0

Attachment: anysize-server.js
Description: JavaScript source

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

[Index of Archives]     [Linux Audio Users]     [Samba]     [Big List of Linux Books]     [Linux USB]     [Yosemite News]

  Powered by Linux