Skip to content

Instantly share code, notes, and snippets.

@kovyrin
Created June 4, 2010 21:58
Show Gist options
  • Save kovyrin/425997 to your computer and use it in GitHub Desktop.
Save kovyrin/425997 to your computer and use it in GitHub Desktop.
[root@html-cache04 ~]# /opt/varnish/bin/varnishstat -1
client_conn 80132379 86.09 Client connections accepted
client_drop 0 0.00 Connection dropped, no sess/wrk
client_req 80112815 86.07 Client requests received
cache_hit 62089531 66.71 Cache hits
cache_hitpass 0 0.00 Cache hits for pass
cache_miss 18023522 19.36 Cache misses
backend_conn 21460 0.02 Backend conn. success
backend_unhealthy 0 0.00 Backend conn. not attempted
backend_busy 0 0.00 Backend conn. too many
backend_fail 866 0.00 Backend conn. failures
backend_reuse 17576996 18.88 Backend conn. reuses
backend_toolate 20871 0.02 Backend conn. was closed
backend_recycle 17608120 18.92 Backend conn. recycles
backend_unused 0 0.00 Backend conn. unused
fetch_head 0 0.00 Fetch head
fetch_length 17496757 18.80 Fetch with Length
fetch_chunked 111773 0.12 Fetch chunked
fetch_eof 0 0.00 Fetch EOF
fetch_bad 0 0.00 Fetch had bad headers
fetch_close 4 0.00 Fetch wanted close
fetch_oldhttp 0 0.00 Fetch pre HTTP/1.1 closed
fetch_zero 5 0.00 Fetch zero len
fetch_failed 0 0.00 Fetch failed
n_sess_mem 100000 . N struct sess_mem
n_sess 334989 . N struct sess
n_object 17121560 . N struct object
n_vampireobject 0 . N unresurrected objects
n_objectcore 17122176 . N struct objectcore
n_objecthead 15497540 . N struct objecthead
n_smf 34242998 . N struct smf
n_smf_frag 18446744073709551601 . N small free smf
n_smf_large 248 . N large free smf
n_vbe_conn 48 . N struct vbe_conn
n_wrk 800 . N worker threads
n_wrk_create 1096 0.00 N worker threads created
n_wrk_failed 0 0.00 N worker threads not created
n_wrk_max 1068 0.00 N worker threads limited
n_wrk_queue 0 0.00 N queued work requests
n_wrk_overflow 7651 0.01 N overflowed work requests
n_wrk_drop 0 0.00 N dropped work requests
n_backend 1 . N backends
n_expired 374784 . N expired objects
n_lru_nuked 0 . N LRU nuked objects
n_lru_saved 0 . N LRU saved objects
n_lru_moved 47752934 . N LRU moved objects
n_deathrow 0 . N objects on deathrow
losthdr 6 0.00 HTTP header overflows
n_objsendfile 0 0.00 Objects sent with sendfile
n_objwrite 77599908 83.37 Objects sent with write
n_objoverflow 0 0.00 Objects overflowing workspace
s_sess 80113005 86.07 Total Sessions
s_req 80112815 86.07 Total Requests
s_pipe 2 0.00 Total pipe
s_pass 422 0.00 Total pass
s_fetch 17608539 18.92 Total fetch
s_hdrbytes 38125603397 40962.02 Total header bytes
s_bodybytes 452088733470 485722.59 Total body bytes
sess_closed 80112852 86.07 Session Closed
sess_pipeline 0 0.00 Session Pipeline
sess_readahead 0 0.00 Session Read Ahead
sess_linger 34 0.00 Session Linger
sess_herd 5595 0.01 Session herd
shm_records 4203539710 4516.27 SHM records
shm_writes 356524767 383.05 SHM writes
shm_flushes 12 0.00 SHM flushes due to overflow
shm_cont 6783477 7.29 SHM MTX contention
shm_cycles 1935 0.00 SHM cycles through buffer
sm_nreq 35104008 37.72 allocator requests
sm_nobj 34242802 . outstanding allocations
sm_balloc 203089821696 . bytes allocated
sm_bfree 426055643136 . bytes free
sma_nreq 0 0.00 SMA allocator requests
sma_nobj 0 . SMA outstanding allocations
sma_nbytes 0 . SMA outstanding bytes
sma_balloc 0 . SMA bytes allocated
sma_bfree 0 . SMA bytes free
sms_nreq 415421 0.45 SMS allocator requests
sms_nobj 0 . SMS outstanding allocations
sms_nbytes 18446744073709548736 . SMS outstanding bytes
sms_balloc 12460590 . SMS bytes allocated
sms_bfree 12462630 . SMS bytes freed
backend_req 17608353 18.92 Backend requests made
n_vcl 1 0.00 N vcl total
n_vcl_avail 1 0.00 N vcl available
n_vcl_discard 0 0.00 N vcl discarded
n_purge 395762 . N total active purges
n_purge_add 395762 0.43 N new purges added
n_purge_retire 0 0.00 N old purges deleted
n_purge_obj_test 65193940 70.04 N objects tested
n_purge_re_test 481680566653 517515.96 N regexps tested against
n_purge_dups 166802 0.18 N duplicate purges removed
hcb_nolock 0 0.00 HCB Lookups without lock
hcb_lock 0 0.00 HCB Lookups with lock
hcb_insert 0 0.00 HCB Inserts
esi_parse 0 0.00 Objects ESI parsed (unlock)
esi_errors 0 0.00 ESI parse errors (unlock)
accept_fail 19347 0.02 Accept failures
client_drop_late 0 0.00 Connection dropped late
uptime 930755 1.00 Client uptime
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment