Support for collecting active network connections #108
Labels
enhancement
New feature or request
Linux
Issue related to Linux
macOS
Issue related to macOS
Windows
Issue related to Windows
What new feature do you think would be cool to add to artemis?
Artemis currently does not support collecting active network connections. It would be really cool if an user could collect network connections and associated process information. (similar to netstat)
Describe the solution you'd like
Collect active network connections
Additional context
Since active network connections only exist in memory, we will need to use OS APIs to collect them.
The ideal solution is to find a Rust crate that supports collecting network connections on Windows, macOS, and Linux
The text was updated successfully, but these errors were encountered: