Re: Monitoring a single process
On 2025-01-16, Stefan Monnier wrote:
> E.g. recently this occurred with `bup`, where I wanted to see if it was
> mostly talking to the remote `bup`, or mostly reading local files or
> writing local files (so as to guess in which phase
> it is, and whether it's making progress), or none of the above
> (e.g. because the network connection got stuck).
For activity perhaps :
watch ip stats show dev eth0 group link
For freeze somewhere on the road :
ping -n www.debian.org
or more detailed
mtr -n www.debian.org
Reply to: