I am unable to calculate the response header size in Jmeter.
I want to calculate the response header size and i tried below option but i was unsuccessful. Option 1: Parse the value returned in Sampler result --> i do not have an inbuilt option. Option 2: Store the response header in a variable and calculate the length using var.length() function. --> since the response header have new line feeds, the .length function did not work.
Can anyone please suggest me to calculate the response header size in bytes.
Thanks in advance,
Regards, Hari