Re: Time consumed

2010-11-22 Thread Madhav Ancha
does this resolution suffice? /usr/bin/time On Mon, Nov 22, 2010 at 9:35 AM, Kaushal Shriyan wrote: > Hi > > I have ran the command by hand to scp a 200MB file from a remote > server to a local server. > is there a way to time it, I mean how much time it has consumed for > the scp to complete th

Re: Time consumed

2010-11-22 Thread Richard Shaw
On Mon, Nov 22, 2010 at 9:35 AM, Kaushal Shriyan wrote: > Hi > > I have ran the command by hand to scp a 200MB file from a remote > server to a local server. > is there a way to time it, I mean how much time it has consumed for > the scp to complete the task. > > How do i incorporate in bash shell

Re: Time consumed

2010-11-22 Thread Ranjan Maitra
The scp command gives you the time left while it is transferring, and after it is done, it shows the total time in the transfer. Does this help with what you want? Ranjan On Mon, 22 Nov 2010 09:35:41 -0600 Kaushal Shriyan wrote: > Hi > > I have ran the command by hand to scp a 200MB file from

Time consumed

2010-11-22 Thread Kaushal Shriyan
Hi I have ran the command by hand to scp a 200MB file from a remote server to a local server. is there a way to time it, I mean how much time it has consumed for the scp to complete the task. How do i incorporate in bash shell script. Thanks Kaushal -- users mailing list users@lists.fedoraproj