Hi Bob,
> Hi, > > I was writing Beanshell scripts in JMeter and wanted to know how that scripts > works. How I can profile my JMX and .bsh scripts with VisualVM? Thanks! I’m not sure that I understand what you are asking for. That said, VisualVM profilers will profile any Java application. You won’t be able to profile the bean shell directly. Can you explain what you mean by JMX scripts? Ok, I see some more explanations in a follow on email. If you want to understand memory consumption, I’d turn on GC logging. <shameful commercial plug alert>You can analyze the GC logs for all kinds of metrics including live set size using Censum (www.jclarity.com).</shameful commercial plug alert>. Again, a little more information would be helpful. Kind regards, Kirk Pepperdine --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
