Example mirage-eio unikernels
0

Configure Feed

Select the types of activity you want to include in your feed.

README.md

pstree#

This unikernel renders a live tree of its own TCP connections. The demo keeps several TCP sessions open and annotates each connection with the application layer that accepted it.

pstree unikernel demo

Run Natively#

dune exec -- unikernel-pstree \
  -p 7001:7001 -p 7002:7002 -p 7003:7003

Open a few clients in other terminals:

nc 127.0.0.1 7001
nc 127.0.0.1 7002
nc 127.0.0.1 7003