lsofgraph

lsof to graphviz

Github星跟蹤圖

A small utility to convert Unix lsof output to a graph showing FIFO and UNIX interprocess communication.

Generate graph:

sudo lsof -n -F, ./lsofgraph, dot -Tjpg > /tmp/a.jpg

or add unflatten to the chain for a better layout:

sudo lsof -n -F, ./lsofgraph, unflatten -l 1 -c 6, dot -T jpg > /tmp/a.jpg

It seems that Lua was an unfortunate choice, since people keep sending me links to ports in other languages. If you also hate Lua, raise your hand and check the Python port at https://github.com/akme/lsofgraph-python or the Perl port at https://github.com/tehmoth/lsofgraph.

example output

主要指標

概覽
名稱與所有者google/binnavi
主編程語言Java
編程語言Lua (語言數: 12)
平台
許可證Apache License 2.0
所有者活动
創建於2015-08-19 12:20:24
推送於2020-10-23 07:04:37
最后一次提交2020-10-23 09:04:27
發布數3
最新版本名稱v1.2.0 (發布於 )
第一版名稱v6.0.0 (發布於 )
用户参与
星數2.9k
關注者數218
派生數455
提交數296
已啟用問題?
問題數0
打開的問題數0
拉請求數53
打開的拉請求數0
關閉的拉請求數11
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?