theunreplicated / stressapptest

Automatically exported from code.google.com/p/stressapptest
Apache License 2.0
0 stars 0 forks source link

Get Infinite Bandwidth with certain executing time #41

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Dear all,

Excuse me, I got the unexpected result when I run the stressapptest with 
setting executing time to be 3600s(1hr).

The information is described as below,

What steps will reproduce the problem?
1. adb push stressapptest /data/stressapptest
2. adb shell and execute /data/stressapptest -s 3600 -i 4 -C 4 -W 
--stop_on_errors -M 200 &
   This happens when executing time set to 3600(1hr)

What is the expected output? What do you see instead?

I got the wrong result that max_runtime_sec equals to 0 and hence the 
throughput got infinite value.

The result is as below,
Stats: Completed: 4050572.00M in 0.00s infMB/s, with 0 hardware incidents, 0 
errors
Stats: Memory Copy: 1425572.00M at -2049.71MB/s
Stats: File Copy: 0.00M at 0.00MB/s
Stats: Net Copy: 0.00M at 0.00MB/s
Stats: Data Check: 0.00M at 0.00MB/s
Stats: Invert Data: 2625000.00M at -3774.27MB/s
Stats: Disk: 0.00M at 0.00MB/s

Status: PASS - please verify no corrected errors

What version of the product are you using? On what operating system?
-> SAT revision 1.0.4_autoconf, 32 bit binary

Thanks!

BR,
Joseph Hung

Original issue reported on code.google.com by ChungYiH...@gmail.com on 11 Aug 2015 at 2:04