...
/usr/ccsp/tad/speedtest.sh # Launches with lowest priority
pStats->TestBytesReceived += s_result;
pStats->TotalBytesReceived += s_result;
pStats->TotalBytesSent += s_result;
The entire process is managed by the Test and Diagnostics framework, with:
...