Skip to content

Commit 3975329

Browse files
authored
Update README.md
add SVN option
1 parent 11f50eb commit 3975329

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,16 @@ Generate graph:
66

77
````shell
88
sudo lsof -n -F | python lsofgraph.py | dot -Tjpg > /tmp/a.jpg
9+
OR
10+
sudo lsof -n -F | python lsofgraph.py | dot -T svg > /tmp/a.svg
911
````
1012

1113
or add `unflatten` to the chain for a better layout:
1214

1315
````shell
1416
sudo lsof -n -F | python lsofgraph.py | unflatten -l 1 -c 6 | dot -T jpg > /tmp/a.jpg
17+
OR
18+
sudo lsof -n -F | python lsofgraph.py | unflatten -l 1 -c 6 | dot -T svg > /tmp/a.svg
1519
````
1620

1721
![example output](/example.jpg)

0 commit comments

Comments
 (0)