I am transferring, via HTTP PUT, different files. The test plan I use writes, reads, and deletes these files. I wish to record a .csv file that has the sizes of the files that are read and written. A Simple Data Writer achieves this for reads, but it reports the size of the header when doing a write; that is, it doesn't record the size of the payload when doing the write but records the size of the header (in my case, it's always 303 bytes; the file sizes range from 2kB to around 5 MB).
Has anyone done this before? If so, what approach did you take? I am using jmeter 2.13. Best regards, Bo
