Línea 1: | Línea 1: | ||
− | <graphviz | + | <graphviz renderer="neato" caption="Graph for example no. 2"> |
− | + | graph example2 { | |
+ | run -- intr; | ||
+ | intr -- runbl; | ||
+ | runbl -- run; | ||
+ | run -- kernel; | ||
+ | kernel -- zombie; | ||
+ | kernel -- sleep; | ||
+ | kernel -- runmem; | ||
+ | sleep -- swap; | ||
+ | swap -- runswap; | ||
+ | runswap -- new; | ||
+ | runswap -- runmem; | ||
+ | new -- runmem; | ||
+ | sleep -- runmem; | ||
+ | } | ||
</graphviz> | </graphviz> |
Graph image creation requires permission to upload.