LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   To measure throughput of device under test from linux server (https://www.linuxquestions.org/questions/linux-server-73/to-measure-throughput-of-device-under-test-from-linux-server-4175440404/)

pratsam 12-07-2012 03:43 AM

To measure throughput of device under test from linux server
 
Description of project->I have a test tool to which DUT connects. The test tool has an access point in it and once DUT get connected to it via mac address we check RSSI and some other features of WiFi of DUT. Now I am wondering is there is any way I can measure throughput of Device under test via mac address of DUT from server side.

Test-tool has LINUX fedora 11 in it and major coding is done in c/C++ and json command.

Previously, I have tried to install ftp server on test-tool and DUT can connect to it and we can measure the throughput or data transfer rate, but this is not feasible solution as it requires lot of intervention from DUT.

What I am interested in is
1) To run some script on server side /test tool and it gives me throughput of bandwidth of connected device may be via mac address of DUT OR
2) Server script transfer some files/packets to DUT and we can measure the throughput. Coding is not a major challenge at this stage , I just need some tool which requires minimum intervention from DUT.


All times are GMT -5. The time now is 10:25 PM.