
3 Jul
2025
3 Jul
'25
10:57 a.m.
On Wed, 2 Jul 2025 10:52:17 +1200, Ian Stewart wrote:
Does anyone know a bash command that would continuously show the jami processes' network traffic?
The ss(8) <https://manpages.debian.org/ss(8)> command should be able to display various info, if you can come up with the right filter criteria. Does jami listen on a fixed port? Unfortunately, I don’t see any options in that command to filter by process command or process ID. Other possibilities are lsof(8) <https://manpages.debian.org/lsof(8)>, and also poking around in the /proc/«pid»/fd and /proc/«pid»/net directories <https://manpages.debian.org/proc_pid_fd(5)>, <https://manpages.debian.org/proc_pid_net(5)>.