File transfer performance display?

Nuno Sucena Almeida slug-wz5RHecsqBdg9hUCZPvPmw at public.gmane.org
Tue Sep 30 14:52:55 EDT 2008


Can this work for you?

to test:
(while :; do date ; sleep 1 ; done) | watch 'head -1'

to use:
ssh host run-program | watch 'head -1'

If you want to save the log, you could use

ssh host run-program > localfile

and then:

watch 'tail -1 localfile'
				Nuno


On Tuesday 30 September 2008 02:36:02 pm Derek Atkins wrote:
> output that keeps the input on a single line.  Does anyone

-- 
http://aeminium.org/slug/





More information about the Discuss mailing list