On 07/09/2009, Tech Newbie <[email protected]> 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.
That's a Java question. Depends on how your JVM works - check its documentation. > Does this mean I just start two JMeter instances in non-gui mode? Maybe. > Can both instances write to the same result file (so I don't have to merge > them when done). Any pit falls to this approach? No, because the JMeter instances would need to synchronise write access to the same file. Merging CSV files is trivial. > Thanks in advance. > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

