Hello,
I'm looking to integrate BurnInTest V4.1 Linux into my toolbox of exercisers I use for Electromagnetic compatibility (EMC) testing. The only hang-up I've run into so far has been generating enough network traffic to meet standards requirements. Attached is the standard in particular I'm looking to meet -- specifically: > 10% utilization for >250 ms. For a 1000Base-T connection, I'd estimate 10% utilization at ~ 12 MB/s. In addition, the data needs to be checked/validated no errors have occurred at the application level (which it seems Network Test does).
I have two ideas on how to achieve this with BurnInTest, and I'd like your thoughts:
Network Test method
The BurnInTest's ICMP Echo traffic reaches 1 MB/s per connection nominally. I can reach 12 MB/s with:
So my question: can we adjust payload size and interval to achieve the throughput needed?
Disk Test method
I attempted to get around the network test limitations by setting up a Samba drive share as a disk to 'exercise' like a local /dev/ disk with read/write/compare. However, it looks like BurnInTest's Disk Test only has support for exercising physical drives found in /dev/. Is there a way to exercise mounted drives?
Thank you!
I'm looking to integrate BurnInTest V4.1 Linux into my toolbox of exercisers I use for Electromagnetic compatibility (EMC) testing. The only hang-up I've run into so far has been generating enough network traffic to meet standards requirements. Attached is the standard in particular I'm looking to meet -- specifically: > 10% utilization for >250 ms. For a 1000Base-T connection, I'd estimate 10% utilization at ~ 12 MB/s. In addition, the data needs to be checked/validated no errors have occurred at the application level (which it seems Network Test does).
I have two ideas on how to achieve this with BurnInTest, and I'd like your thoughts:
Network Test method
The BurnInTest's ICMP Echo traffic reaches 1 MB/s per connection nominally. I can reach 12 MB/s with:
Code:
ping <ip_address> -s 65467 -i .005
Disk Test method
I attempted to get around the network test limitations by setting up a Samba drive share as a disk to 'exercise' like a local /dev/ disk with read/write/compare. However, it looks like BurnInTest's Disk Test only has support for exercising physical drives found in /dev/. Is there a way to exercise mounted drives?
Thank you!
Comment