loadrunner When writing a XML into a file using fprintf...

  • perf-test.com need your contributions to build up a strong repository of performance engineering resources.

B

Binaya Parhy

Guest
When writing a XML into a file using fprintf or fputs it gives Warning: Invalid parameter detected in function. and does not write anything. Can anyone plz help
 
You are going to turn your file system into a bottleneck for your entire load generator if you do this for users during a test. You will have dozens, perhaps hundreds, of threads fighting for arbitrated access to the write heads on your drive. This is why it is recommended that you minimize logging during a test.