In the 250,000 CPS test(IxLoad XT80), I found the problem which was seen as memory leak. bstr_alloc() and hp_list_array_create() function in libhtp allocate large memory and does not free it.
This is a regular call graph, correct? Any way to get a specific report about the leaks you're seeing?
before running CPS test, memory usage is just 30G. But after the test, memory usage is rising to 100G and the memory not freed after 24 hours. Is it not memory leak ?