Hi, I'm running thousands of transactions per seconds through the trafficserver but I apperantly only 1 core is really working hard while all the other are pretty idle. I saw the process ET_NET_0 consumes around 70 of the CPU (which I assume that this process is being handled by the only core who actually working hard).
My question is how can I make the trafficserver uses more cores (I assume that I need to create more process like this...maybe ET_NET_1, ET_NET_2???) I changed the below line from 2 to 8 in "records.config" file but it doesn't do the trick: CONFIG proxy.config.exec_thread.limit INT 8 (the default is 2) Any thoughts?
