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.

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