On 07/09/2009, at 4:21 PM, Tech Newbie wrote:
I am running one instance of JMeter (non-gui) on a quad core host and notice that the JMeter process is tied to 1 core at 90+% cpu. What I'd like to do is to lower CPU% to 80% but running on two cores to increase the load.
Try grabbing a thread dump and see what JMeter is doing. JMeter should distribute itself across CPUs evenly except for some actions such as complex regular expressions.
George -- George Barnett [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

