#cross-platform #netstat #tool #processes #port #show #windows-linux-mac

app netstat-rust

Cross Platform netstat-rust program for windows/linux/mac

1 unstable release

0.1.2 Feb 24, 2025

#139 in Operating systems

Download history 117/week @ 2025-02-19 30/week @ 2025-02-26

147 downloads per month

MIT license

8KB
107 lines

netstat-rust

Cross-platform netstat tool made in Rust.

Just a simple netstat tool that shows all TCP/UDP ports, their states and associated processes.

Why?

Because the windows netstat tool doesn't show all processes in user mode - and also does not show them in a single line for quick filtering.

This also displays everything sorted by port and is formatted in a way that suits me.

Screenshots

Image

Using sls on PowerShell: (or grep on linux)

Image

Dependencies

~1.2–8MB
~75K SLoC