[Performance Tuning] - Re: jboss Web-Console Memory
by rasa
"PeterJ" wrote : You can find out what the app server is doing at any point in time by taking a thread dump and examining the stack trace for each thread.
|
In my system thread dump is not possible. Because i have configured my log using log4j. So as per old conversation it is not possible to generate dump in that.
"PeterJ" wrote : As far as memory is concerned, what you are noticing does not strike me as an issue - a single request that allocates a lot of objects, such as for a daily/weekly/monthly report, can cause such a spike in memory usage.
Yes, When it becomes below 300 system becomes slow. I am asking is it possible to get what all are happening in the application server in a particular period. I know that the application programs which executes is making the issue. But i don't how to identify which program takes more memory.
Please guide me to find out a solution .
Thanks And Regards
Rasa.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235365#4235365
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4235365
16 years, 10 months
[Beginners Corner] - modalPanel
by flavor rose
Hi, I'm new to richfaces and kind of stuck and hoping someone here could help me. :)
I have a modalPanel that has two commandLink, and when you click on one of the commandLinks the text should change. Is it possible to do this in a modalPanel and which component can I use for this?
| <rich:modalPanel id="Panel" width="300" height="280">
| <f:facet name="header">
| <h:panelGroup>
| <h:outputText value="Header" />
| </h:panelGroup>
| </f:facet>
| <f:facet name="controls">
| <h:graphicImage value="../images/x.gif"
| style="cursor:pointer; margin-top: 0.3em; margin-right: 0.3em;"
| onclick="hideModalPanel('Panel'); return false;" />
| </f:facet>
| <a4j:commandLink value="link1" name="link1" />
| <rich:spacer width="5px" />
| <a4j:commandLink value="link2" name="link2" />
| <br /><br />
| <p>I want this text to change when you click on link1 or
| link2.</p>
| </rich:modalPanel>
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235332#4235332
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4235332
16 years, 10 months