Hi All,
I am trying to get the URLs of cached objects in disk in via
squidclient.
#squidclient mgr:vm_objects
Retrieves the list of objects in the memory cache. It contains the URL
link ( GET http://127.0.0.1:3181/id=000002591000260870/image.png )
---
KEY 3BAE20D702DCFA4225D988B1F151EA92
GET http://127.0.0.1:3181/id=000002591000260870/image.png
STORE_OK IN_MEMORY SWAPOUT_NONE PING_DONE
CACHABLE,DISPATCHED,VALIDATED
LV:1266548360 LU:1266548360 LM:-1 EX:1266893960
0 locks, 0 clients, 1 refs
Swap Dir -1, File 0XFFFFFFFF
inmem_lo: 0
inmem_hi: 16553
swapout: 0 bytes queued
---
#squidclient mgr:objects
Retrieves the list of all cached objects (including those on disk). But
it doesn't contain the URL link.
---
KEY 14A08323AC805484B4161AFCC0228C02
STORE_OK NOT_IN_MEMORY SWAPOUT_DONE PING_DONE
CACHABLE,DISPATCHED,VALIDATED
LV:1266548026 LU:1266548232 LM:-1 EX:1266893626
0 locks, 0 clients, 2 refs
Swap Dir 0, File 0X004471
---
How do we get the URLs of disk cache objects using squidclient or any
other method...
Thanks,
Vivek