Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
varnish-cache
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
varnishcache
varnish-cache
Commits
e0dec59d
Commit
e0dec59d
authored
Oct 13, 2014
by
Nils Goroll
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
try to make ancient graphvizes happy with our multi line strings
parent
5772d3cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
53 additions
and
53 deletions
+53
-53
cache_req_fsm.dot
doc/graphviz/cache_req_fsm.dot
+53
-53
No files found.
doc/graphviz/cache_req_fsm.dot
View file @
e0dec59d
...
...
@@ -44,11 +44,11 @@ digraph cache_req_fsm {
/* cnt_deliver() */
deliver
[
shape
=
record
label
=
"
{cnt_deliver:|
Filter obj.-\>resp.|
{vcl_deliver\{\}|
{req.*|resp.*}}|
label
=
"
\
{cnt_deliver:|
\
Filter obj.-\>resp.|
\
{vcl_deliver\{\}|
\
{req.*|resp.*}}|
\
{restart|<deliver>deliver|<synth>synth}}"
]
...
...
@@ -66,9 +66,9 @@ digraph cache_req_fsm {
subgraph
xcluster_synth
{
synth
[
shape
=
record
label
=
"
{cnt_synth:|
{vcl_synth\{\}|{req.*|resp.*}}|
label
=
"
\
{cnt_synth:|
\
{vcl_synth\{\}|{req.*|resp.*}}|
\
{<del>deliver|<restart>restart}}"
]
...
...
@@ -108,23 +108,23 @@ digraph cache_req_fsm {
shape
=
record
color
=
grey
fontcolor
=
grey
label
=
"
{<top>cnt_lookup:|
hash lookup|
{<h>hit?|
<miss>miss?|
<hfp>hit-for-pass?|
label
=
"
\
{<top>cnt_lookup:|
\
hash lookup|
\
{<h>hit?|
\
<miss>miss?|
\
<hfp>hit-for-pass?|
\
<busy>busy?}}"
]
lookup2
[
shape
=
record
label
=
"
{<top>cnt_lookup:|
{vcl_hit\{\}|{req.*|obj.*}}|
{<deliver>deliver|
<fetch>fetch|
restart|
synth|
label
=
"
\
{<top>cnt_lookup:|
\
{vcl_hit\{\}|{req.*|obj.*}}|
\
{<deliver>deliver|
\
<fetch>fetch|
\
restart|
\
synth|
\
<pass>pass}}"
]
}
...
...
@@ -145,12 +145,12 @@ digraph cache_req_fsm {
subgraph
xcluster_miss
{
miss
[
shape
=
record
label
=
"
{cnt_miss:|
{vcl_miss\{\}|req.*}|
{<fetch>fetch|
<synth>synth|
<rst>restart|
label
=
"
\
{cnt_miss:|
\
{vcl_miss\{\}|req.*}|
\
{<fetch>fetch|
\
<synth>synth|
\
<rst>restart|
\
<pass>pass}}"
]
}
...
...
@@ -161,10 +161,10 @@ digraph cache_req_fsm {
subgraph
xcluster_pass
{
pass
[
shape
=
record
label
=
"{cnt_pass:|
{vcl_pass\{\}|req.*}|
{<fetch>fetch|
<synth>synth|
label
=
"{cnt_pass:|
\
{vcl_pass\{\}|req.*}|
\
{<fetch>fetch|
\
<synth>synth|
\
<rst>restart}}"
]
}
...
...
@@ -174,11 +174,11 @@ digraph cache_req_fsm {
subgraph
xcluster_pipe
{
pipe
[
shape
=
record
label
=
"
{cnt_pipe:|
filter req.*-\>bereq.*|
{vcl_pipe\{\}|{req.*|bereq.*}}|
{<pipe>pipe|
label
=
"
\
{cnt_pipe:|
\
filter req.*-\>bereq.*|
\
{vcl_pipe\{\}|{req.*|bereq.*}}|
\
{<pipe>pipe|
\
<synth>synth}}"
]
pipe_do
[
...
...
@@ -195,9 +195,9 @@ digraph cache_req_fsm {
shape
=
record
color
=
grey
fontcolor
=
grey
label
=
"
{cnt_restart:|
{<ok>ok?|
label
=
"
\
{cnt_restart:|
\
{<ok>ok?|
\
<max>max_restarts?}}"
]
}
...
...
@@ -210,21 +210,21 @@ digraph cache_req_fsm {
subgraph
xcluster_recv
{
recv
[
shape
=
record
label
=
"
{cnt_recv:|
{vcl_recv\{\}|req.*}|
{<hash>hash|
<purge>purge|
<pass>pass|
<pipe>pipe|
label
=
"
\
{cnt_recv:|
\
{vcl_recv\{\}|req.*}|
\
{<hash>hash|
\
<purge>purge|
\
<pass>pass|
\
<pipe>pipe|
\
<synth>synth}}"
]
recv
:
hash
->
hash
[
style
=
bold
,
color
=
green
]
hash
[
shape
=
record
label
=
"
{cnt_recv:|
{vcl_hash\{\}|req.*}|
label
=
"
\
{cnt_recv:|
\
{vcl_hash\{\}|req.*}|
\
{<lookup>lookup}}"
]
}
recv
:
pipe
->
pipe
[
style
=
bold
,
color
=
orange
]
...
...
@@ -237,10 +237,10 @@ digraph cache_req_fsm {
subgraph
xcluster_purge
{
purge
[
shape
=
record
label
=
"
{<top>cnt_purge:|
{vcl_purge\{\}|req.*}|
{<synth>synth|
label
=
"
\
{<top>cnt_purge:|
\
{vcl_purge\{\}|req.*}|
\
{<synth>synth|
\
<restart>restart}}"
]
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment