Created
January 31, 2015 07:56
-
-
Save jamtur01/63697b002e707b42af99 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Field name Description | |
---------- ----------- | |
MAIN.uptime Child process uptime | |
MAIN.sess_conn Sessions accepted | |
MAIN.sess_drop Sessions dropped | |
MAIN.sess_fail Session accept failures | |
MAIN.sess_pipe_overflow Session pipe overflow | |
MAIN.client_req_400 Client requests received, subject to 400 errors | |
MAIN.client_req_411 Client requests received, subject to 411 errors | |
MAIN.client_req_413 Client requests received, subject to 413 errors | |
MAIN.client_req_417 Client requests received, subject to 417 errors | |
MAIN.client_req Good Client requests received | |
MAIN.cache_hit Cache hits | |
MAIN.cache_hitpass Cache hits for pass | |
MAIN.cache_miss Cache misses | |
MAIN.backend_conn Backend conn. success | |
MAIN.backend_unhealthy Backend conn. not attempted | |
MAIN.backend_busy Backend conn. too many | |
MAIN.backend_fail Backend conn. failures | |
MAIN.backend_reuse Backend conn. reuses | |
MAIN.backend_toolate Backend conn. was closed | |
MAIN.backend_recycle Backend conn. recycles | |
MAIN.backend_retry Backend conn. retry | |
MAIN.fetch_head Fetch no body (HEAD) | |
MAIN.fetch_length Fetch with Length | |
MAIN.fetch_chunked Fetch chunked | |
MAIN.fetch_eof Fetch EOF | |
MAIN.fetch_bad Fetch bad T-E | |
MAIN.fetch_close Fetch wanted close | |
MAIN.fetch_oldhttp Fetch pre HTTP/1.1 closed | |
MAIN.fetch_zero Fetch zero len body | |
MAIN.fetch_1xx Fetch no body (1xx) | |
MAIN.fetch_204 Fetch no body (204) | |
MAIN.fetch_304 Fetch no body (304) | |
MAIN.fetch_failed Fetch body failed | |
MAIN.pools Number of thread pools | |
MAIN.threads Total number of threads | |
MAIN.threads_limited Threads hit max | |
MAIN.threads_created Threads created | |
MAIN.threads_destroyed Threads destoryed | |
MAIN.threads_failed Thread creation failed | |
MAIN.thread_queue_len Length of session queue | |
MAIN.busy_sleep Number of requests sent to sleep on busy objhdr | |
MAIN.busy_wakeup Number of requests woken after sleep on busy objhdr | |
MAIN.sess_queued Sessions queued for thread | |
MAIN.sess_dropped Sessions dropped for thread | |
MAIN.n_object N struct object | |
MAIN.n_vampireobject N unresurrected objects | |
MAIN.n_objectcore N struct objectcore | |
MAIN.n_objecthead N struct objecthead | |
MAIN.n_waitinglist N struct waitinglist | |
MAIN.n_backend N backends | |
MAIN.n_expired N expired objects | |
MAIN.n_lru_nuked N LRU nuked objects | |
MAIN.n_lru_moved N LRU moved objects | |
MAIN.losthdr HTTP header overflows | |
MAIN.s_sess Total Sessions | |
MAIN.s_req Total Requests | |
MAIN.s_pipe Total pipe | |
MAIN.s_pass Total pass | |
MAIN.s_fetch Total fetch | |
MAIN.s_synth Total synth | |
MAIN.s_req_hdrbytes Request header bytes | |
MAIN.s_req_bodybytes Request body bytes | |
MAIN.s_resp_hdrbytes Response header bytes | |
MAIN.s_resp_bodybytes Reponse body bytes | |
MAIN.s_pipe_hdrbytes Pipe request header bytes | |
MAIN.s_pipe_in Piped bytes from client | |
MAIN.s_pipe_out Piped bytes to client | |
MAIN.sess_closed Session Closed | |
MAIN.sess_pipeline Session Pipeline | |
MAIN.sess_readahead Session Read Ahead | |
MAIN.sess_herd Session herd | |
MAIN.shm_records SHM records | |
MAIN.shm_writes SHM writes | |
MAIN.shm_flushes SHM flushes due to overflow | |
MAIN.shm_cont SHM MTX contention | |
MAIN.shm_cycles SHM cycles through buffer | |
MAIN.sms_nreq SMS allocator requests | |
MAIN.sms_nobj SMS outstanding allocations | |
MAIN.sms_nbytes SMS outstanding bytes | |
MAIN.sms_balloc SMS bytes allocated | |
MAIN.sms_bfree SMS bytes freed | |
MAIN.backend_req Backend requests made | |
MAIN.n_vcl N vcl total | |
MAIN.n_vcl_avail N vcl available | |
MAIN.n_vcl_discard N vcl discarded | |
MAIN.bans Count of bans | |
MAIN.bans_completed Number of bans marked 'completed' | |
MAIN.bans_obj Number of bans using obj.* | |
MAIN.bans_req Number of bans using req.* | |
MAIN.bans_added Bans added | |
MAIN.bans_deleted Bans deleted | |
MAIN.bans_tested Bans tested against objects (lookup) | |
MAIN.bans_obj_killed Objects killed by bans (lookup) | |
MAIN.bans_lurker_tested Bans tested against objects (lurker) | |
MAIN.bans_tests_tested Ban tests tested against objects (lookup) | |
MAIN.bans_lurker_tests_tested Ban tests tested against objects (lurker) | |
MAIN.bans_lurker_obj_killed Objects killed by bans (lurker) | |
MAIN.bans_dups Bans superseded by other bans | |
MAIN.bans_lurker_contention Lurker gave way for lookup | |
MAIN.bans_persisted_bytes Bytes used by the persisted ban lists | |
MAIN.bans_persisted_fragmentation Extra bytes in persisted ban lists due to fragmentation | |
MAIN.n_purges Number of purge operations | |
MAIN.n_obj_purged number of purged objects | |
MAIN.exp_mailed Number of objects mailed to expiry thread | |
MAIN.exp_received Number of objects received by expiry thread | |
MAIN.hcb_nolock HCB Lookups without lock | |
MAIN.hcb_lock HCB Lookups with lock | |
MAIN.hcb_insert HCB Inserts | |
MAIN.esi_errors ESI parse errors (unlock) | |
MAIN.esi_warnings ESI parse warnings (unlock) | |
MAIN.vmods Loaded VMODs | |
MAIN.n_gzip Gzip operations | |
MAIN.n_gunzip Gunzip operations | |
MAIN.vsm_free Free VSM space | |
MAIN.vsm_used Used VSM space | |
MAIN.vsm_cooling Cooling VSM space | |
MAIN.vsm_overflow Overflow VSM space | |
MAIN.vsm_overflowed Overflowed VSM space | |
MGT.uptime Management process uptime | |
MGT.child_start Child process started | |
MGT.child_exit Child process normal exit | |
MGT.child_stop Child process unexpected exit | |
MGT.child_died Child process died (signal) | |
MGT.child_dump Child process core dumped | |
MGT.child_panic Child process panic | |
MEMPOOL.vbc.live In use | |
MEMPOOL.vbc.pool In Pool | |
MEMPOOL.vbc.sz_wanted Size requested | |
MEMPOOL.vbc.sz_needed Size allocated | |
MEMPOOL.vbc.allocs Allocations | |
MEMPOOL.vbc.frees Frees | |
MEMPOOL.vbc.recycle Recycled from pool | |
MEMPOOL.vbc.timeout Timed out from pool | |
MEMPOOL.vbc.toosmall Too small to recycle | |
MEMPOOL.vbc.surplus Too many for pool | |
MEMPOOL.vbc.randry Pool ran dry | |
MEMPOOL.busyobj.live In use | |
MEMPOOL.busyobj.pool In Pool | |
MEMPOOL.busyobj.sz_wanted Size requested | |
MEMPOOL.busyobj.sz_needed Size allocated | |
MEMPOOL.busyobj.allocs Allocations | |
MEMPOOL.busyobj.frees Frees | |
MEMPOOL.busyobj.recycle Recycled from pool | |
MEMPOOL.busyobj.timeout Timed out from pool | |
MEMPOOL.busyobj.toosmall Too small to recycle | |
MEMPOOL.busyobj.surplus Too many for pool | |
MEMPOOL.busyobj.randry Pool ran dry | |
MEMPOOL.req0.live In use | |
MEMPOOL.req0.pool In Pool | |
MEMPOOL.req0.sz_wanted Size requested | |
MEMPOOL.req0.sz_needed Size allocated | |
MEMPOOL.req0.allocs Allocations | |
MEMPOOL.req0.frees Frees | |
MEMPOOL.req0.recycle Recycled from pool | |
MEMPOOL.req0.timeout Timed out from pool | |
MEMPOOL.req0.toosmall Too small to recycle | |
MEMPOOL.req0.surplus Too many for pool | |
MEMPOOL.req0.randry Pool ran dry | |
MEMPOOL.sess0.live In use | |
MEMPOOL.sess0.pool In Pool | |
MEMPOOL.sess0.sz_wanted Size requested | |
MEMPOOL.sess0.sz_needed Size allocated | |
MEMPOOL.sess0.allocs Allocations | |
MEMPOOL.sess0.frees Frees | |
MEMPOOL.sess0.recycle Recycled from pool | |
MEMPOOL.sess0.timeout Timed out from pool | |
MEMPOOL.sess0.toosmall Too small to recycle | |
MEMPOOL.sess0.surplus Too many for pool | |
MEMPOOL.sess0.randry Pool ran dry | |
MEMPOOL.req1.live In use | |
MEMPOOL.req1.pool In Pool | |
MEMPOOL.req1.sz_wanted Size requested | |
MEMPOOL.req1.sz_needed Size allocated | |
MEMPOOL.req1.allocs Allocations | |
MEMPOOL.req1.frees Frees | |
MEMPOOL.req1.recycle Recycled from pool | |
MEMPOOL.req1.timeout Timed out from pool | |
MEMPOOL.req1.toosmall Too small to recycle | |
MEMPOOL.req1.surplus Too many for pool | |
MEMPOOL.req1.randry Pool ran dry | |
MEMPOOL.sess1.live In use | |
MEMPOOL.sess1.pool In Pool | |
MEMPOOL.sess1.sz_wanted Size requested | |
MEMPOOL.sess1.sz_needed Size allocated | |
MEMPOOL.sess1.allocs Allocations | |
MEMPOOL.sess1.frees Frees | |
MEMPOOL.sess1.recycle Recycled from pool | |
MEMPOOL.sess1.timeout Timed out from pool | |
MEMPOOL.sess1.toosmall Too small to recycle | |
MEMPOOL.sess1.surplus Too many for pool | |
MEMPOOL.sess1.randry Pool ran dry | |
SMA.Transient.c_req Allocator requests | |
SMA.Transient.c_fail Allocator failures | |
SMA.Transient.c_bytes Bytes allocated | |
SMA.Transient.c_freed Bytes freed | |
SMA.Transient.g_alloc Allocations outstanding | |
SMA.Transient.g_bytes Bytes outstanding | |
SMA.Transient.g_space Bytes available | |
SMF.s0.c_req Allocator requests | |
SMF.s0.c_fail Allocator failures | |
SMF.s0.c_bytes Bytes allocated | |
SMF.s0.c_freed Bytes freed | |
SMF.s0.g_alloc Allocations outstanding | |
SMF.s0.g_bytes Bytes outstanding | |
SMF.s0.g_space Bytes available | |
SMF.s0.g_smf N struct smf | |
SMF.s0.g_smf_frag N small free smf | |
SMF.s0.g_smf_large N large free smf | |
VBE.default(127.0.0.1,,8080).vcls VCL references | |
VBE.default(127.0.0.1,,8080).happy Happy health probes | |
VBE.default(127.0.0.1,,8080).bereq_hdrbytes Request header bytes | |
VBE.default(127.0.0.1,,8080).bereq_bodybytes Request body bytes | |
VBE.default(127.0.0.1,,8080).beresp_hdrbytes Response header bytes | |
VBE.default(127.0.0.1,,8080).beresp_bodybytes Response body bytes | |
VBE.default(127.0.0.1,,8080).pipe_hdrbytes Pipe request header bytes | |
VBE.default(127.0.0.1,,8080).pipe_out Piped bytes to backend | |
VBE.default(127.0.0.1,,8080).pipe_in Piped bytes from backend | |
LCK.sms.creat Created locks | |
LCK.sms.destroy Destroyed locks | |
LCK.sms.locks Lock Operations | |
LCK.smp.creat Created locks | |
LCK.smp.destroy Destroyed locks | |
LCK.smp.locks Lock Operations | |
LCK.sma.creat Created locks | |
LCK.sma.destroy Destroyed locks | |
LCK.sma.locks Lock Operations | |
LCK.smf.creat Created locks | |
LCK.smf.destroy Destroyed locks | |
LCK.smf.locks Lock Operations | |
LCK.hsl.creat Created locks | |
LCK.hsl.destroy Destroyed locks | |
LCK.hsl.locks Lock Operations | |
LCK.hcb.creat Created locks | |
LCK.hcb.destroy Destroyed locks | |
LCK.hcb.locks Lock Operations | |
LCK.hcl.creat Created locks | |
LCK.hcl.destroy Destroyed locks | |
LCK.hcl.locks Lock Operations | |
LCK.vcl.creat Created locks | |
LCK.vcl.destroy Destroyed locks | |
LCK.vcl.locks Lock Operations | |
LCK.sessmem.creat Created locks | |
LCK.sessmem.destroy Destroyed locks | |
LCK.sessmem.locks Lock Operations | |
LCK.sess.creat Created locks | |
LCK.sess.destroy Destroyed locks | |
LCK.sess.locks Lock Operations | |
LCK.wstat.creat Created locks | |
LCK.wstat.destroy Destroyed locks | |
LCK.wstat.locks Lock Operations | |
LCK.herder.creat Created locks | |
LCK.herder.destroy Destroyed locks | |
LCK.herder.locks Lock Operations | |
LCK.wq.creat Created locks | |
LCK.wq.destroy Destroyed locks | |
LCK.wq.locks Lock Operations | |
LCK.objhdr.creat Created locks | |
LCK.objhdr.destroy Destroyed locks | |
LCK.objhdr.locks Lock Operations | |
LCK.exp.creat Created locks | |
LCK.exp.destroy Destroyed locks | |
LCK.exp.locks Lock Operations | |
LCK.lru.creat Created locks | |
LCK.lru.destroy Destroyed locks | |
LCK.lru.locks Lock Operations | |
LCK.cli.creat Created locks | |
LCK.cli.destroy Destroyed locks | |
LCK.cli.locks Lock Operations | |
LCK.ban.creat Created locks | |
LCK.ban.destroy Destroyed locks | |
LCK.ban.locks Lock Operations | |
LCK.vbp.creat Created locks | |
LCK.vbp.destroy Destroyed locks | |
LCK.vbp.locks Lock Operations | |
LCK.backend.creat Created locks | |
LCK.backend.destroy Destroyed locks | |
LCK.backend.locks Lock Operations | |
LCK.vcapace.creat Created locks | |
LCK.vcapace.destroy Destroyed locks | |
LCK.vcapace.locks Lock Operations | |
LCK.nbusyobj.creat Created locks | |
LCK.nbusyobj.destroy Destroyed locks | |
LCK.nbusyobj.locks Lock Operations | |
LCK.busyobj.creat Created locks | |
LCK.busyobj.destroy Destroyed locks | |
LCK.busyobj.locks Lock Operations | |
LCK.mempool.creat Created locks | |
LCK.mempool.destroy Destroyed locks | |
LCK.mempool.locks Lock Operations | |
LCK.vxid.creat Created locks | |
LCK.vxid.destroy Destroyed locks | |
LCK.vxid.locks Lock Operations | |
LCK.pipestat.creat Created locks | |
LCK.pipestat.destroy Destroyed locks | |
LCK.pipestat.locks Lock Operations |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment