legend.tex (960B)
1 \begin{tikzpicture}[x=2.3cm,y=-1.0cm,framed] 2 3 \node[Node] at (0,0) {\phantom{A}}; 4 \node[anchor=west] (X2) at (0.4,0) {\strut cluster node}; 5 \node[Switch] at (4,0) {}; 6 \node[anchor=west] (X2) at (4.4,0) {\strut network switch}; 7 \draw[PhysicalLink] (3.8,1) -- (4.2,1); 8 \node[anchor=west] (X2) at (4.4,1) {\strut physical link}; 9 \draw[NetworkLink] (3.8,2) -- (4.2,2); 10 \node[anchor=west] (X2) at (4.4,2) {\strut network link}; 11 12 \node[Daemon,scale=0.6] at (0,3) {\phantom{A}}; 13 \node[anchor=west] (X2) at (0.4,3) {\strut daemon process}; 14 \draw[DaemonLink] (3.8,3) -- (4.2,3); 15 \node[anchor=west] (X2) at (4.4,3) {\strut node hierarchy link}; 16 17 \node[Process,scale=0.6] (X3) at (0,4) {\phantom{A}}; 18 \node[baseline=(X3.base),anchor=west] at (0.4,4) {\strut kernel}; 19 \draw[ProcessEdge] (3.8,4) -- (4.2,4); 20 \node[anchor=west] (X2) at (4.4,4) {\strut kernel hierarchy link}; 21 \end{tikzpicture}