hpcs-17-subord

Subordination: Providing Resilience to Simultaneous Failure of Multiple Cluster Nodes
git clone https://git.igankevich.com/hpcs-17-subord.git
Log | Files | Refs

legend.tex (960B)


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