gvalkov / python-lsofgraph

Visualize lsof using graphviz (port of zevv/lsofgraph)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Summary

Python port of zevv/lsofgraph.

Usage

lsofgraph.py [opts] | dot -Tpng -o lsofgraph.png
lsof -n -F [opts] | lsofgraph.py | dot -Tpng -o lsofgraph.png

Screenshots

TODO

License

Python-lsofgraph is released under the term of the 3-Clause BSD License.

About

Visualize lsof using graphviz (port of zevv/lsofgraph)

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%