-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Carl Wilhelm Soderstrom wrote: > On 04/08 02:04 , Les Mikesell wrote: >> Johan Ehnberg wrote: >>> Try monitoring network traffic with something like bwm for bandwidth, >>> iptraf for connections and sniffit for data streams. Maybe it's stuck on >>> a large file? >> For a quick network-use check, just use ifconfig and look at RX bytes, >> and the difference after a short interval - or to look at the traffic >> with the target, use 'tcpdump hostname'. > > I prefer iftop. Best tool I've found for seeing how much data is moving > between which ports on which machines. Just to add a totally different option/perspective to this...
One I use frequently is to find the pid of the backuppc process ps axf |grep -i backuppc Then look at the files it is working on: ls -l /proc/<pid>/fd If you want, this one is nice too: watch "ls -l /proc/<pid>/fd | grep backuppc" Basically don't show the other entries you aren't interested in, also a "|cut -c 40-" or similar could be added to the end to make it look more pretty... Regards, Adam -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkndOAQACgkQGyoxogrTyiW0PwCg1vi3Pdgu5Jsi1vKPKLFrzV7f EicAoIjH9udYkBJPgqA3X6SrMEr1OmAj =BxXs -----END PGP SIGNATURE----- ------------------------------------------------------------------------------ This SF.net email is sponsored by: High Quality Requirements in a Collaborative Environment. Download a free trial of Rational Requirements Composer Now! http://p.sf.net/sfu/www-ibm-com _______________________________________________ BackupPC-users mailing list BackupPC-users@lists.sourceforge.net List: https://lists.sourceforge.net/lists/listinfo/backuppc-users Wiki: http://backuppc.wiki.sourceforge.net Project: http://backuppc.sourceforge.net/