aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-02-06 03:24:54 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2023-02-06 03:24:54 +0100
commita5ada08692c593368b7a966f640e3dd1ad9fa4b2 (patch)
treed038c403efe9ce17e7fb88afdb7419aff076c056 /README.md
parentrealized how gv.{layout,render} worked. (diff)
downloadfile-descriptor-graph-a5ada08692c593368b7a966f640e3dd1ad9fa4b2.tar.gz
file-descriptor-graph-a5ada08692c593368b7a966f640e3dd1ad9fa4b2.tar.xz
Add README and sample image.HEADmaster
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..953e96a
--- /dev/null
+++ b/README.md
@@ -0,0 +1,7 @@
+File Descriptor Graph
+=====================
+
+Generates a graphviz graph which displays all processes and their open files,
+and draws the graph of all connections.
+
+[![Sample output from a system with barely anything running](../plain/sample.svg)](../plain/sample.svg)