Commit 55d4f7ea authored by Nils Goroll's avatar Nils Goroll Committed by Dridi Boukelmoune

sm graphviz: document that miss from hit is going to die

and polish the output formatting by reordering

Ref #1799
parent 5db08bed
......@@ -121,7 +121,7 @@ digraph cache_req_fsm {
]
lookup2 [
shape=record
label="{<top>cnt_lookup:|{vcl_hit\{\}|{req.*|obj.*}}|{fail|<deliver>deliver|<miss>miss|restart|synth|<pass>pass}}"
label="{<top>cnt_lookup:|{vcl_hit\{\}|{req.*|obj.*}}|{fail|<deliver>deliver|<pass>pass|restart|synth|<miss>miss}}"
]
}
lookup:busy:s -> lookup:top:ne [label=" waitinglist",
......@@ -133,9 +133,7 @@ digraph cache_req_fsm {
lookup:h:s -> lookup2 [style=bold,color=green]
lookup2:deliver:s -> deliver:n [style=bold,color=green]
lookup2:miss:s -> miss [style=bold,color=blue]
// XXX should not happen
// lookup2:miss:s -> pass [style=bold,color=red,label="(no busy obj)"]
lookup2:miss:s -> miss [color=blue,label=" #1799 \n EOL"]
lookup2:pass:s -> pass [style=bold,color=red]
/* cnt_miss */
......
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