- Posted on
- Featured Image
This article explains how to monitor per-process network usage in Linux using the `/proc/$PID/fd` directory and the `ss` command. It discusses accessing file descriptors and using `ss` to examine socket details, providing a script to automate the process and demonstrating utilization of these built-in tools for detailed insights into individual process interactions with network resources.