netplot
netplot copied to clipboard
A tool for plotting processes accessing the network
Results
3
netplot issues
Sort by
recently updated
recently updated
newest added
Sometimes python3 appears in output and I believe it's netplot making dns requests. Filter away this calls as they're not interesting, or add a parameter to include/exvlude them
after install cant start it: ``` netplot -help Traceback (most recent call last): File "/usr/local/bin/netplot", line 5, in from netplot.__main__ import main File "/usr/local/lib/python3.11/dist-packages/netplot/__main__.py", line 1, in from netplot.netplot import...