If you want to test real throughput of a router, you should run bandwidth test through the tested router not from or to it. To do this you need at least 3 routers connected in chain: the Bandwidth Server, the router being tested and the Bandwidth Client
- $entries2 = array_merge_recursive($entries, $entries1);
+ $entries2 = array_merge($entries, $entries1);
+ $entries2['count'] = $entries['count'] + $entries1['count'];