LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   TFTP performance ?? (https://www.linuxquestions.org/questions/linux-newbie-8/tftp-performance-749092/)

Bhagyesh 08-20-2009 01:49 PM

TFTP performance ??
 
I have configured two TFTP servers both with different configuration

- different hardware
- different platform (Linux / FreeBSD)

is there any way I can check the performance difference of both ???


Help is appreciated

Thanks in advance..

kbp 08-21-2009 07:53 AM

Hi,

You could always create a 10MB file and time the transfers:

dd if=/dev/zero of=/tftp/10MB_file bs=1024 count=10000

time tftp your_hostname -c get 10MB_file

cheers,

kbp

theNbomr 08-21-2009 09:03 AM

Unless one or both of your tftp server hosts is very slow, I suspect that the network will be the limiting element. kbp's method should give you a reasonable & practical measure if you repeat the test enough times to give some statistical significance.
--- rod.

Bhagyesh 08-24-2009 07:24 PM

got it...

tftp> verbose
Verbose mode on.
tftp> get <file on the tftp server>


this will give me the time that it will take to download the file from the TFTP server

if I put two identical files on both the server I can measure the performance difference..

Thanks everyone for you responses


All times are GMT -5. The time now is 04:39 PM.