Mule 2.0m2 running at 100%

View: New views
10 Messages — Rating Filter:   Alert me  

Mule 2.0m2 running at 100%

by davidkarlsen :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

When running 2.0.0m2 mule utilizes 100% CPU.
Take a look at http://davidkarlsen.com/calltree.html which is JProfiler dump of an idle server (e.g. no requests - sits wainting at xfire:http://localhost for incoming requests).


Re: Mule 2.0m2 running at 100%

by Andrew Perepelytsya :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Not sure. Config?

On 10/14/07, davidkarlsen <david@...> wrote:

When running 2.0.0m2 mule utilizes 100% CPU.
Take a look at http://davidkarlsen.com/calltree.html which is JProfiler dump
of an idle server (e.g. no requests - sits wainting at
xfire:http://localhost for incoming requests).



-----
http://www.davidkarlsen.com
--
View this message in context: http://www.nabble.com/Mule-2.0m2-running-at-100--tf4623902.html#a13205084
Sent from the Mule - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email



Re: Mule 2.0m2 running at 100%

by davidkarlsen :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

See

http://www.davidkarlsen.com/application-context.xml

Andrew Perepelytsya wrote:
Not sure. Config?

On 10/14/07, davidkarlsen <david@davidkarlsen.com> wrote:
>
>
> When running 2.0.0m2 mule utilizes 100% CPU.
> Take a look at http://davidkarlsen.com/calltree.html which is JProfiler
> dump
> of an idle server (e.g. no requests - sits wainting at
> xfire:http://localhost for incoming requests).
>
>
>
> -----
> http://www.davidkarlsen.com
> --
> View this message in context:
> http://www.nabble.com/Mule-2.0m2-running-at-100--tf4623902.html#a13205084
> Sent from the Mule - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe from this list please visit:
>
>     http://xircles.codehaus.org/manage_email
>
>

Re: Mule 2.0m2 running at 100%

by Andrew Perepelytsya :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Can you make it a runnable test case? I see plenty of classes which have no sources. Next, how do you trigger processing and benchmark? Provide sources. Keep in mind, JProfiler may report thread wait() as busy when in fact it's not.

Andrew

On 10/14/07, davidkarlsen <david@...> wrote:

See

http://www.davidkarlsen.com/application-context.xml


Andrew Perepelytsya wrote:

>
> Not sure. Config?
>
> On 10/14/07, davidkarlsen < david@...> wrote:
>>
>>
>> When running 2.0.0m2 mule utilizes 100% CPU.
>> Take a look at http://davidkarlsen.com/calltree.html which is JProfiler
>> dump
>> of an idle server (e.g. no requests - sits wainting at
>> xfire:http://localhost for incoming requests).
>>
>>
>>
>> -----
>> http://www.davidkarlsen.com
>> --
>> View this message in context:
>> http://www.nabble.com/Mule-2.0m2-running-at-100--tf4623902.html#a13205084
>> Sent from the Mule - User mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe from this list please visit:
>>
>>     http://xircles.codehaus.org/manage_email
>>
>>
>
>


-----
http://www.davidkarlsen.com
--
View this message in context: http://www.nabble.com/Mule-2.0m2-running-at-100--tf4623902.html#a13205697
Sent from the Mule - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email



Re: Mule 2.0m2 running at 100%

by davidkarlsen :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message



Andrew Perepelytsya wrote:
Can you make it a runnable test case? I see plenty of classes which have no
sources. Next, how do you trigger processing and benchmark? Provide sources.
Keep in mind, JProfiler may report thread wait() as busy when in fact it's
not.

http://www.davidkarlsen.com/test.zip

I also see 100% from taskmanager - without running it through profiling.
started with org.mule.MuleServer -config jms-echo-context.xml or
-config application-context.xml

Re: Mule 2.0m2 running at 100%

by Anatoli Kuzmin-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.

The percent of my PC (P4-3) was not bigger than 50% (but not smaller than 40%)(running under IDEA)

P.S. Jprofiler shows the percent of CPU usage dedicated for the application

P.S. I have added ActiveMQ broker to config

 I stated  JProfiler I saw interesting results 
getLog in DefaultXAResource is taken 35%


Anatoli

On 10/15/07, davidkarlsen < david@...> wrote:




Andrew Perepelytsya wrote:
>
> Can you make it a runnable test case? I see plenty of classes which have
> no
> sources. Next, how do you trigger processing and benchmark? Provide
> sources.
> Keep in mind, JProfiler may report thread wait() as busy when in fact it's
> not.
>


http://www.davidkarlsen.com/test.zip

I also see 100% from taskmanager - without running it through profiling.
started with org.mule.MuleServer -config jms-echo-context.xml or
-config application-context.xml

-----
http://www.davidkarlsen.com
--
View this message in context: http://www.nabble.com/Mule-2.0m2-running-at-100--tf4623902.html#a13206025
Sent from the Mule - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email








---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

jprofiler.zip (9K) Download Attachment
resources.zip (1K) Download Attachment

Re: Mule 2.0m2 running at 100%

by Andrew Perepelytsya :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
Anatoli, are you on dual-core?

On 10/16/07, Anatoli Kuzmin <anatoli.kuzmin@...> wrote:

The percent of my PC (P4-3) was not bigger than 50% (but not smaller than 40%)(running under IDEA)

P.S. Jprofiler shows the percent of CPU usage dedicated for the application

P.S. I have added ActiveMQ broker to config

 I stated  JProfiler I saw interesting results 
getLog in DefaultXAResource is taken 35%


Anatoli


On 10/15/07, davidkarlsen < david@...> wrote:




Andrew Perepelytsya wrote:
>
> Can you make it a runnable test case? I see plenty of classes which have
> no
> sources. Next, how do you trigger processing and benchmark? Provide
> sources.
> Keep in mind, JProfiler may report thread wait() as busy when in fact it's
> not.
>


http://www.davidkarlsen.com/test.zip

I also see 100% from taskmanager - without running it through profiling.
started with org.mule.MuleServer -config jms-echo-context.xml or
-config application-context.xml

-----
http://www.davidkarlsen.com
--
View this message in context: http://www.nabble.com/Mule-2.0m2-running-at-100--tf4623902.html#a13206025
Sent from the Mule - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email






---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email



Re: Mule 2.0m2 running at 100%

by Anatoli Kuzmin-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
You are right,

I have created the jira issue http://mule.mulesource.org/jira/browse/MULE-2566

On 10/16/07, Andrew Perepelytsya <aperepel@...> wrote:
Anatoli, are you on dual-core?

On 10/16/07, Anatoli Kuzmin <anatoli.kuzmin@...> wrote:

The percent of my PC (P4-3) was not bigger than 50% (but not smaller than 40%)(running under IDEA)

P.S. Jprofiler shows the percent of CPU usage dedicated for the application

P.S. I have added ActiveMQ broker to config

 I stated  JProfiler I saw interesting results 
getLog in DefaultXAResource is taken 35%


Anatoli


On 10/15/07, davidkarlsen < david@...> wrote:




Andrew Perepelytsya wrote:
>
> Can you make it a runnable test case? I see plenty of classes which have
> no
> sources. Next, how do you trigger processing and benchmark? Provide
> sources.
> Keep in mind, JProfiler may report thread wait() as busy when in fact it's
> not.
>


http://www.davidkarlsen.com/test.zip

I also see 100% from taskmanager - without running it through profiling.
started with org.mule.MuleServer -config jms-echo-context.xml or
-config application-context.xml

-----
http://www.davidkarlsen.com
--
View this message in context: http://www.nabble.com/Mule-2.0m2-running-at-100--tf4623902.html#a13206025
Sent from the Mule - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email






---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email





--
Best regards,
Anatoli Kuzmin

Re: Mule 2.0m2 running at 100%

by Matt Vincent :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Can you please push out a nightly snapshot with this change?

Anatoli Kuzmin-2 wrote:
You are right,

I have created the jira issue
http://mule.mulesource.org/jira/browse/MULE-2566

On 10/16/07, Andrew Perepelytsya <aperepel@gmail.com> wrote:
>
> Anatoli, are you on dual-core?
>
> On 10/16/07, Anatoli Kuzmin <anatoli.kuzmin@gmail.com> wrote:
>
> >
> > The percent of my PC (P4-3) was not bigger than 50% (but not smaller
> > than 40%)(running under IDEA)
> >
> > P.S. Jprofiler shows the percent of CPU usage dedicated for the
> > application
> >
> > P.S. I have added ActiveMQ broker to config
> >
> >  I stated  JProfiler I saw interesting results
> > getLog in DefaultXAResource is taken 35%
> >
> >
> > Anatoli
> >
> > On 10/15/07, davidkarlsen < david@davidkarlsen.com> wrote:
> > >
> > >
> > >
> > >
> > >
> > > Andrew Perepelytsya wrote:
> > > >
> > > > Can you make it a runnable test case? I see plenty of classes which
> > > have
> > > > no
> > > > sources. Next, how do you trigger processing and benchmark? Provide
> > > > sources.
> > > > Keep in mind, JProfiler may report thread wait() as busy when in
> > > fact it's
> > > > not.
> > > >
> > >
> > >
> > > http://www.davidkarlsen.com/test.zip
> > >
> > > I also see 100% from taskmanager - without running it through
> > > profiling.
> > > started with org.mule.MuleServer -config jms-echo-context.xml or
> > > -config application-context.xml
> > >
> > > -----
> > > http://www.davidkarlsen.com
> > > --
> > > View this message in context: http://www.nabble.com/Mule-2.0m2-running-at-100--tf4623902.html#a13206025
> > >
> > > Sent from the Mule - User mailing list archive at Nabble.com.
> > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe from this list please visit:
> > >
> > >     http://xircles.codehaus.org/manage_email
> > >
> > >
> >
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe from this list please visit:
> >
> >     http://xircles.codehaus.org/manage_email
> >
> >
>


--
Best regards,
Anatoli Kuzmin

Re: Mule 2.0m2 running at 100%

by Daniel Feist :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

You should now be able to find 2.0.0-M3 SNAPSHOT's on the main
download page here http://mule.mulesource.org/display/MULE/Download

Dan

On 10/21/07, Matt Vincent <mattcvincent@...> wrote:

>
> Can you please push out a nightly snapshot with this change?
>
>
> Anatoli Kuzmin-2 wrote:
> >
> > You are right,
> >
> > I have created the jira issue
> > http://mule.mulesource.org/jira/browse/MULE-2566
> >
> > On 10/16/07, Andrew Perepelytsya <aperepel@...> wrote:
> >>
> >> Anatoli, are you on dual-core?
> >>
> >> On 10/16/07, Anatoli Kuzmin <anatoli.kuzmin@...> wrote:
> >>
> >> >
> >> > The percent of my PC (P4-3) was not bigger than 50% (but not smaller
> >> > than 40%)(running under IDEA)
> >> >
> >> > P.S. Jprofiler shows the percent of CPU usage dedicated for the
> >> > application
> >> >
> >> > P.S. I have added ActiveMQ broker to config
> >> >
> >> >  I stated  JProfiler I saw interesting results
> >> > getLog in DefaultXAResource is taken 35%
> >> >
> >> >
> >> > Anatoli
> >> >
> >> > On 10/15/07, davidkarlsen < david@...> wrote:
> >> > >
> >> > >
> >> > >
> >> > >
> >> > >
> >> > > Andrew Perepelytsya wrote:
> >> > > >
> >> > > > Can you make it a runnable test case? I see plenty of classes which
> >> > > have
> >> > > > no
> >> > > > sources. Next, how do you trigger processing and benchmark? Provide
> >> > > > sources.
> >> > > > Keep in mind, JProfiler may report thread wait() as busy when in
> >> > > fact it's
> >> > > > not.
> >> > > >
> >> > >
> >> > >
> >> > > http://www.davidkarlsen.com/test.zip
> >> > >
> >> > > I also see 100% from taskmanager - without running it through
> >> > > profiling.
> >> > > started with org.mule.MuleServer -config jms-echo-context.xml or
> >> > > -config application-context.xml
> >> > >
> >> > > -----
> >> > > http://www.davidkarlsen.com
> >> > > --
> >> > > View this message in context:
> >> http://www.nabble.com/Mule-2.0m2-running-at-100--tf4623902.html#a13206025
> >> > >
> >> > > Sent from the Mule - User mailing list archive at Nabble.com.
> >> > >
> >> > >
> >> > > ---------------------------------------------------------------------
> >> > > To unsubscribe from this list please visit:
> >> > >
> >> > >     http://xircles.codehaus.org/manage_email
> >> > >
> >> > >
> >> >
> >> >
> >> >
> >> >
> >> > ---------------------------------------------------------------------
> >> > To unsubscribe from this list please visit:
> >> >
> >> >     http://xircles.codehaus.org/manage_email
> >> >
> >> >
> >>
> >
> >
> > --
> > Best regards,
> > Anatoli Kuzmin
> >
> >
>
> --
> View this message in context: http://www.nabble.com/Mule-2.0m2-running-at-100--tf4623902.html#a13325833
> Sent from the Mule - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe from this list please visit:
>
>     http://xircles.codehaus.org/manage_email
>
>

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email