Hello All,

I found this the other day and have been trying to find out as much as I can.. and still a little confused..

HTTP/1.0 200 OK
Server: squid/2.6.STABLE19
Date: Mon, 07 Apr 2008 13:05:15 GMT
Content-Type: text/plain
Expires: Mon, 07 Apr 2008 13:05:15 GMT
Last-Modified: Mon, 07 Apr 2008 13:05:15 GMT
X-Cache: MISS from PCSD-Authenticated-Internet-Access
Via: 1.0 PCSD-Authenticated-Internet-Access:3128 (squid/2.6.STABLE19)
Proxy-Connection: close

Squid Object Cache: Version 2.6.STABLE19
Start Time:     Mon, 07 Apr 2008 12:28:01 GMT
Current Time:   Mon, 07 Apr 2008 13:05:15 GMT
Connection information for squid:
        Number of clients accessing cache:      0
        Number of HTTP requests received:       24304
        Number of ICP messages received:        0
        Number of ICP messages sent:    0
        Number of queued ICP replies:   0
        Request failure ratio:   0.05
        Average HTTP requests per minute since start:   652.8
        Average ICP messages per minute since start:    0.0
        Select loop called: 525588 times, 4.250 ms avg
Cache information for squid:
        Request Hit Ratios:     5min: 20.7%, 60min: 20.0%
        Byte Hit Ratios:        5min: 8.9%, 60min: 13.5%
        Request Memory Hit Ratios:      5min: 33.9%, 60min: 35.3%
        Request Disk Hit Ratios:        5min: 44.6%, 60min: 28.6%
        Storage Swap size:      53352 KB
        Storage Mem size:       4092 KB
        Mean Object Size:       7.65 KB
        Requests given to unlinkd:      0
Median Service Times (seconds)  5 min    60 min:
        HTTP Requests (All):   0.04277  0.04776
        Cache Misses:          0.09219  0.07825
        Cache Hits:            0.00562  0.00463
        Near Hits:             0.01387  0.01469
        Not-Modified Replies:  0.00463  0.00463
        DNS Lookups:           0.03374  0.04639
        ICP Queries:           0.00000  0.00000
Resource usage for squid:
        UP Time:        2233.841 seconds
        CPU Time:       49.439 seconds
        CPU Usage:      2.21%
        CPU Usage, 5 minute avg:        2.35%
        CPU Usage, 60 minute avg:       2.21%
        Process Data Segment Size via sbrk(): 27060 KB
        Maximum Resident Size: 29196 KB
        Page faults with physical i/o: 1
Memory accounted for:
        Total accounted:        12457 KB
        memPoolAlloc calls: 2976994
        memPoolFree calls: 2934822
File descriptor usage for squid:
        Maximum number of file descriptors:   11072
        Largest file desc currently in use:    169
        Number of file desc currently in use:  102
        Files queued for open:                   0
        Available number of file descriptors: 10970
        Reserved number of file descriptors:   100
        Store Disk files open:                   0
        IO loop method:                     kqueue
Internal Data Structures:
          7391 StoreEntries
           966 StoreEntries with MemObjects
           957 Hot Object Cache Items
          6972 on-disk objects


The part that I am most interested in (probably that's the problem) is this:

Connection information for squid:
        Number of clients accessing cache:      0
        Number of HTTP requests received:       24304

sockstat -4 | grep -c squid
97

(this number of connected clients fluxuates throughout the day..) shouldn't the 0 be somewhat related?

Or am I missing the point/meaning of this information?

I came across this while trying to figure out this message:
squidaio_queue_request: WARNING - Queue congestion

Any pointing in any correct direction would be greatly appreciated.


Reply via email to