Commit d282ee92 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

Some varnishtop -f coverage

parent 0efdb5c8
...@@ -15,6 +15,16 @@ client c1 { ...@@ -15,6 +15,16 @@ client c1 {
shell -expect "fetch" "varnishtop -n ${v1_name} -1" shell -expect "fetch" "varnishtop -n ${v1_name} -1"
shell -expect "fetch" "varnishtop -n ${v1_name} -d" shell -expect "fetch" "varnishtop -n ${v1_name} -d"
# without -f
shell -match "1\\.00 RespHeader Date: [^\\n]+\\n" {
varnishtop -n ${v1_name} -1 -i RespHeader
}
# with -f
shell -match "1\\.00 RespHeader Date\\n" {
varnishtop -n ${v1_name} -1 -f -i RespHeader
}
shell -match "Usage: .*varnishtop <options>" \ shell -match "Usage: .*varnishtop <options>" \
"varnishtop -h" "varnishtop -h"
shell -expect "Copyright (c) 2006 Verdens Gang AS" \ shell -expect "Copyright (c) 2006 Verdens Gang AS" \
......
...@@ -40,7 +40,9 @@ ...@@ -40,7 +40,9 @@
#define TOP_OPT_f \ #define TOP_OPT_f \
VOPT("f", "[-f]", "First field only", \ VOPT("f", "[-f]", "First field only", \
"Sort and group only on the first field of each log entry." \ "Sort and group only on the first field of each log entry." \
" This is useful when displaying e.g. stataddr entries," \ " For log entries in the form ``prefix: value`` it is the" \
" prefix without the colon that is sorted and grouped." \
" This is useful when displaying e.g. ReqStart entries," \
" where the first field is the client IP address." \ " where the first field is the client IP address." \
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment