Varnish 基础概览9

2022-06-30 00:13:12 浏览数 (1)

##varnishtop

可以产生下列形式的 top 统计信息

代码语言:javascript复制
list length 275                                                                                                                                    h101.temp

     3.20 VCL_return     fetch
     3.20 VCL_return     deliver
     2.49 Begin          sess 0 HTTP/1
     1.93 SessClose      RX_TIMEOUT 5.028
     1.73 ReqMethod      GET
     1.73 BereqMethod    GET
     1.73 VCL_call 	 HASH
     1.73 VCL_call       RECV
     1.73 VCL_call       PASS
     1.73 RespHeader     Age: 0
     1.73 VCL_return     pass
     1.73 ReqProtocol    HTTP/1.1
     1.73 RespProtocol   HTTP/1.1
     1.73 BereqProtocol  HTTP/1.1
     1.73 BerespProtocol HTTP/1.1
     1.73 ObjProtocol    HTTP/1.1
     1.73 VCL_call       DELIVER
     1.73 Debug          XXX REF 1
     1.73 VCL_return     lookup
     1.73 VCL_call	 BACKEND_FETCH
     1.73 ReqStart	 192.168.100.1 57938
...
...

0 人点赞