Re: performance of tomcat 8 is less than tomcat 6

2016-04-30 Thread Felix Schumacher
, Felix -Original Message- From: Igor Cicimov [mailto:icici...@gmail.com] Sent: Wednesday, April 20, 2016 4:21 PM To: Tomcat Users List Subject: RE: performance of tomcat 8 is less than tomcat 6 On 20 Apr 2016 1:30 pm, "Ravi Chandra Suryavanshi" < ravi.chandra.suryavan...

RE: performance of tomcat 8 is less than tomcat 6

2016-04-21 Thread Ravi Chandra Suryavanshi
ot;); out.println(""); out.println(""); out.println("Hello World!"); out.println(""); out.println(""); } } -Ravi -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net]

Re: performance of tomcat 8 is less than tomcat 6

2016-04-21 Thread Christopher Schultz
Ravi, On 4/20/16 6:55 AM, Ravi Chandra Suryavanshi wrote: > Yes I tried the NIO and NIO2 but not seen much difference. The TPS > only increased 3K with NIO2. What is your test case? -chris - To unsubscribe, e-mail: users-unsub

RE: performance of tomcat 8 is less than tomcat 6

2016-04-20 Thread Ravi Chandra Suryavanshi
Yes I tried the NIO and NIO2 but not seen much difference. The TPS only increased 3K with NIO2. -Original Message- From: Igor Cicimov [mailto:icici...@gmail.com] Sent: Wednesday, April 20, 2016 4:21 PM To: Tomcat Users List Subject: RE: performance of tomcat 8 is less than tomcat 6 On

RE: performance of tomcat 8 is less than tomcat 6

2016-04-20 Thread Igor Cicimov
e sometimes even less TPS. > Regards, > Ravi > > -Original Message- > From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Sent: Tuesday, April 19, 2016 7:38 PM > To: Tomcat Users List > Subject: Re: performance of tomcat 8 is less than tomcat 6 > > -

RE: performance of tomcat 8 is less than tomcat 6

2016-04-19 Thread Ravi Chandra Suryavanshi
...@christopherschultz.net] Sent: Tuesday, April 19, 2016 7:38 PM To: Tomcat Users List Subject: Re: performance of tomcat 8 is less than tomcat 6 -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ravi, On 4/19/16 1:04 AM, Ravi Chandra Suryavanshi wrote: > Hi, I am using tomcat 6 in my product. I am planning to upgrade

Re: performance of tomcat 8 is less than tomcat 6

2016-04-19 Thread Daniel Savard
2016-04-19 1:04 GMT-04:00 Ravi Chandra Suryavanshi < ravi.chandra.suryavan...@ericsson.com>: > Hi, > I am using tomcat 6 in my product. I am planning to upgrade to tomcat 8 as > tomcat is going to EoS in Dec-2016. > I have just taken the performance of Tomcat 8 and

Re: performance of tomcat 8 is less than tomcat 6

2016-04-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ravi, On 4/19/16 1:04 AM, Ravi Chandra Suryavanshi wrote: > Hi, I am using tomcat 6 in my product. I am planning to upgrade to > tomcat 8 as tomcat is going to EoS in Dec-2016. I have just taken > the performance of Tomcat 8 and found the

performance of tomcat 8 is less than tomcat 6

2016-04-18 Thread Ravi Chandra Suryavanshi
Hi, I am using tomcat 6 in my product. I am planning to upgrade to tomcat 8 as tomcat is going to EoS in Dec-2016. I have just taken the performance of Tomcat 8 and found the 70% less performance compared to tomcat 6. See the below results Tomcat 6 is giving 167473.2/s whereas tomcat 8 is

Re: How to monitor performance of tomcat

2014-05-26 Thread André Warnier
Randhir Singh wrote: Hi, I increased the Heap & PermGen memory as per trail mail but the performance seemed to deteriorate. On the day I increased the memory in the morning, the system hung 3 times in the day whereas the maximum times it has got hang before is 2 times in a day. I changed the mem

Re: How to monitor performance of tomcat

2014-05-26 Thread Randhir Singh
mx2048m -XX:MaxPermSize=512m >> -Dcwom.bl.ip=127.0.0.1 >> -Dcwom.bl.port=1399" >> >> I hope, this should avoid the hang-up issues where Tomcat does not seem to >> respond. >> >> I plan to implement this in the UAT environment at first and see how it &

Re: How to monitor performance of tomcat

2014-05-22 Thread Christopher Schultz
t goes. >> >> There is another thing I wanted to try. We have RHEL 5.8 Beta >> (Tikanga) version and lot of updates from Red Hat are pending >> which can update the version to RHEL 5.10 (Tikanga). Would this >> patching help as lot of updates are pending? >> >

Re: How to monitor performance of tomcat

2014-05-21 Thread Randhir Singh
Thanks Ognjen for your reply. My reply was intended to 2 different people hence it repeated but anyway I would try to take care on this. So now it is clear from your answer that catalina.sh is called from startup.sh in a default installation. Regards On Thu, May 22, 2014 at 3:59 AM, Ognjen Blag

Re: How to monitor performance of tomcat

2014-05-21 Thread Ognjen Blagojevic
Randhir, On 21.5.2014 14:31, Randhir Singh wrote: I had changed catalina.sh in our development environment like a week back and want to implement it in the production environment but I got this doubt. I feel catalina.sh is invoked by startup.sh but am not sure. I have already taken downtime for

Re: How to monitor performance of tomcat

2014-05-21 Thread Randhir Singh
f updates from Red Hat are pending which can update the > version to RHEL 5.10 (Tikanga). Would this patching help as lot of updates > are pending? > > Regards > > -Original Message- > From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Sent: Monday,

Re: How to monitor performance of tomcat

2014-05-21 Thread Randhir Singh
s not seem to > respond. > > I plan to implement this in the UAT environment at first and see how it > goes. > > Regards > > -----Original Message- > From: Jeffrey Janner [mailto:jeffrey.jan...@polydyne.com] > Sent: Monday, April 28, 2014 7:39 PM > To: 'Ra

Re: How to monitor performance of tomcat

2014-05-20 Thread André Warnier
Randhir Singh wrote: Hi, I had another point to add in this other than the reply sent by me in the earlier mail is that if the JVM crashes as pointed out by you, would a JVM process get started when Tomcat is started. Also, how to check if 2 processes are sharing a common JVM. The 2 processes r

Re: How to monitor performance of tomcat

2014-05-20 Thread Randhir Singh
her exceptions in a span of around 2 minutes. > > Requesting a reply on this. > > Regards > > -Original Message- > From: Jeffrey Janner [mailto:jeffrey.jan...@polydyne.com] > Sent: Monday, April 21, 2014 7:26 PM > To: 'Tomcat Users List' > Subject: RE: How to mo

RE: How to monitor performance of tomcat

2014-05-06 Thread Randhir Singh
May 05, 2014 9:33 PM To: Tomcat Users List Subject: Re: How to monitor performance of tomcat -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Randir, On 5/5/14, 6:07 AM, Randhir Singh wrote: > Thanks Chris for your answer. > > I researched a lot and want to try out an option for

Re: How to monitor performance of tomcat

2014-05-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Randir, On 5/5/14, 6:07 AM, Randhir Singh wrote: > Thanks Chris for your answer. > > I researched a lot and want to try out an option for OOME: > > The JAVA_OPTS variable in $CATALINA_HOME/bin/startup.sh has the > value as: You should use CATALIN

RE: How to monitor performance of tomcat

2014-05-05 Thread Randhir Singh
tz.net] Sent: Monday, April 28, 2014 6:46 PM To: Tomcat Users List Subject: Re: How to monitor performance of tomcat -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Randir, On 4/28/14, 6:46 AM, Randhir Singh wrote: > Thanks for your valuable inputs. I am a bit of a novice to this. > When t

RE: How to monitor performance of tomcat

2014-05-03 Thread Randhir Singh
[mailto:jeffrey.jan...@polydyne.com] Sent: Monday, April 28, 2014 7:39 PM To: 'Randhir Singh' Subject: RE: How to monitor performance of tomcat > -Original Message- > From: Randhir Singh [mailto:randhir.si...@sterlite.com] > Sent: Monday, April 28, 2014 5:47 AM > To: J

Re: How to monitor performance of tomcat

2014-04-28 Thread Christopher Schultz
ne to help you through this process. - -chris > -Original Message- From: Jeffrey Janner > [mailto:jeffrey.jan...@polydyne.com] Sent: Monday, April 21, 2014 > 7:26 PM To: 'Tomcat Users List' Subject: RE: How to monitor > performance of tomcat > >> -Orig

RE: How to monitor performance of tomcat

2014-04-28 Thread Randhir Singh
a span of around 2 minutes. Requesting a reply on this. Regards -Original Message- From: Jeffrey Janner [mailto:jeffrey.jan...@polydyne.com] Sent: Monday, April 21, 2014 7:26 PM To: 'Tomcat Users List' Subject: RE: How to monitor performance of tomcat > -Original Mes

Re: How to monitor performance of tomcat

2014-04-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Randhir, No need to reply to me directly: I get all messages posted to the list. There is also no need to post multiple threads on the same topic. Stick to one thread and you'll get better replies. I'll answer this one here, but let's stick to one

RE: How to monitor performance of tomcat

2014-04-22 Thread Randhir Singh
performance of tomcat -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Randhir, On 4/22/14, 10:03 AM, Randhir Singh wrote: > I have come across a point which could be a reason, the catalina.out > file has become 13G which came to notice when we were analysing space > crunch on the mount point

Re: How to monitor performance of tomcat

2014-04-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Randhir, On 4/22/14, 10:03 AM, Randhir Singh wrote: > I have come across a point which could be a reason, the > catalina.out file has become 13G which came to notice when we were > analysing space crunch on the mount point in which tomcat is > locat

Re: How to monitor performance of tomcat

2014-04-22 Thread Randhir Singh
Singh [mailto:randhir.si...@sterlite.com] > Sent: Tuesday, April 15, 2014 4:20 PM > To: 'Tomcat Users List' > Subject: RE: How to monitor performance of tomcat > > There is 1 finding. We normally monitor the tomcat port using jconsole as- > > jconsole 10.101.17.79:8891 &g

RE: How to monitor performance of tomcat

2014-04-21 Thread Jeffrey Janner
> -Original Message- > From: Randhir Singh [mailto:randhir.si...@sterlite.com] > Sent: Monday, April 21, 2014 5:17 AM > To: Tomcat Users List > Subject: RE: How to monitor performance of tomcat > > Hi, > > I wanted input from the experts on my query below th

RE: How to monitor performance of tomcat

2014-04-21 Thread Randhir Singh
-Original Message- From: Randhir Singh [mailto:randhir.si...@sterlite.com] Sent: Tuesday, April 15, 2014 4:20 PM To: 'Tomcat Users List' Subject: RE: How to monitor performance of tomcat There is 1 finding. We normally monitor the tomcat port using jconsole as- jconsole 10.101.17.79:88

Re: How to monitor performance of tomcat

2014-04-15 Thread Konstantin Kolinko
2014-04-15 14:49 GMT+04:00 Randhir Singh : > There is 1 finding. We normally monitor the tomcat port using jconsole as- > > jconsole 10.101.17.79:8891 > > As per my initial query, our application hangs and we need to restart > JBoss & Tomcat. I have observed that during this time the port 8891 does

Re: How to monitor performance of tomcat

2014-04-15 Thread Shanti Suresh
rom: Shanti Suresh [mailto:sha...@umich.edu] > Sent: Saturday, April 12, 2014 1:12 AM > To: Tomcat Users List > Subject: Re: How to monitor performance of tomcat > > On Fri, Apr 11, 2014 at 3:04 PM, André Warnier wrote: > > > Shanti Suresh wrote: > &g

RE: How to monitor performance of tomcat

2014-04-15 Thread Randhir Singh
w to monitor performance of tomcat On Fri, Apr 11, 2014 at 3:04 PM, André Warnier wrote: > Shanti Suresh wrote: > >> Hi Chris, >> >> On Fri, Apr 11, 2014 at 12:17 PM, Christopher Schultz < >> ch...@christopherschultz.net> wrote: >> >> -BEGIN PGP

Re: How to monitor performance of tomcat

2014-04-11 Thread Shanti Suresh
On Fri, Apr 11, 2014 at 3:04 PM, André Warnier wrote: > Shanti Suresh wrote: > >> Hi Chris, >> >> On Fri, Apr 11, 2014 at 12:17 PM, Christopher Schultz < >> ch...@christopherschultz.net> wrote: >> >> -BEGIN PGP SIGNED MESSAGE- >>> Hash: SHA256 >>> >>> Shanti, >>> >>> On 4/11/14, 9:01 AM,

Re: How to monitor performance of tomcat

2014-04-11 Thread André Warnier
Shanti Suresh wrote: Hi Chris, On Fri, Apr 11, 2014 at 12:17 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Shanti, On 4/11/14, 9:01 AM, Shanti Suresh wrote: Thank you! Great presentation and most wonderful notes! One questio

Re: How to monitor performance of tomcat

2014-04-11 Thread Shanti Suresh
Hi Chris, On Fri, Apr 11, 2014 at 12:17 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Shanti, > > On 4/11/14, 9:01 AM, Shanti Suresh wrote: > > Thank you! Great presentation and most wonderful notes! One > > question - on

Re: How to monitor performance of tomcat

2014-04-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Shanti, On 4/11/14, 9:01 AM, Shanti Suresh wrote: > Thank you! Great presentation and most wonderful notes! One > question - on slide #48, where the notes say, "You can see here > that the current usage is about 100MiB, less than the 115MiB > thre

Re: How to monitor performance of tomcat

2014-04-11 Thread Christopher Schultz
Re: How to monitor >> performance of tomcat >> >> All, >> >> On 4/8/14, 5:24 PM, Christopher Schultz wrote: >>> Randir, >>> >>> On 4/8/14, 5:05 AM, Randhir Singh wrote: >>>> We have an application which has JBoss as the application >&g

Re: How to monitor performance of tomcat

2014-04-11 Thread Shanti Suresh
Hi Chris, On Fri, Apr 11, 2014 at 10:48 AM, André Warnier wrote: > > > On 4/8/14, 5:24 PM, Christopher Schultz wrote: > http://people.apache.org/~schultz/ApacheCon%20NA%202014/Monitoring > %20Apache%20Tomcat%20wi

Re: How to monitor performance of tomcat

2014-04-11 Thread André Warnier
Jeffrey Janner wrote: -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Friday, April 11, 2014 9:27 AM To: Tomcat Users List Subject: Re: How to monitor performance of tomcat Jeffrey Janner wrote: -Original Message- From: Christopher Schultz [mailto:ch

RE: How to monitor performance of tomcat

2014-04-11 Thread Jeffrey Janner
> -Original Message- > From: André Warnier [mailto:a...@ice-sa.com] > Sent: Friday, April 11, 2014 9:27 AM > To: Tomcat Users List > Subject: Re: How to monitor performance of tomcat > > Jeffrey Janner wrote: > >> -Original Message- > >&g

Re: How to monitor performance of tomcat

2014-04-11 Thread André Warnier
Jeffrey Janner wrote: -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Friday, April 11, 2014 12:54 AM To: Tomcat Users List Subject: Re: How to monitor performance of tomcat All, On 4/8/14, 5:24 PM, Christopher Schultz wrote: Randir, On 4/8/14

RE: How to monitor performance of tomcat

2014-04-11 Thread Jeffrey Janner
> -Original Message- > From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Sent: Friday, April 11, 2014 12:54 AM > To: Tomcat Users List > Subject: Re: How to monitor performance of tomcat > > All, > > On 4/8/14, 5:24 PM, Christopher Schultz wrot

Re: How to monitor performance of tomcat

2014-04-10 Thread Christopher Schultz
Javamelody - It seems to be a 3rd party tool which is not >> recommended. > > Javamelody is just fine. What makes you think it's not > "recommended"? > >> 2) There is a command mentioned to see the admin console, >> http:/// but it is not displayi

Re: How to monitor performance of tomcat

2014-04-08 Thread Christopher Schultz
commended"? > 2) There is a command mentioned to see the admin console, > http:/// but it is not displaying the required page. > > Please give your inputs whether jconsole should be a help in the > right direction or some other way to monitor the performance of > To

Re: How to monitor performance of tomcat

2014-04-08 Thread Leon Rosenberg
> > 2) There is a command mentioned to see the admin console, > http:/// but it is not displaying the required page. > > > > Please give your inputs whether jconsole should be a help in the right > direction or some other way to monitor the performance of Tomcat. > &

Re: How to monitor performance of tomcat

2014-04-08 Thread Арсений Зинченко
tomcat.apache.org > > Subject: How to monitor performance of tomcat > > > > We have an application which has JBoss as the application server with > > Tomcat as the web server, our application has Oracle 11g as the > > database. I would give some further background

RE: How to monitor performance of tomcat

2014-04-08 Thread Jeffrey Janner
> -Original Message- > From: Randhir Singh [mailto:randhir.si...@sterlite.com] > Sent: Tuesday, April 08, 2014 6:05 AM > To: users@tomcat.apache.org > Subject: How to monitor performance of tomcat > > We have an application which has JBoss as the application server

Re: How to monitor performance of tomcat

2014-04-08 Thread Konstantin Kolinko
gt; > 1) Javamelody - It seems to be a 3rd party tool which is not > recommended. > > 2) There is a command mentioned to see the admin console, > http:/// but it is not displaying the required page. > > > > Please give your inputs whether jconsole should be a

How to monitor performance of tomcat

2014-04-08 Thread Randhir Singh
not displaying the required page. Please give your inputs whether jconsole should be a help in the right direction or some other way to monitor the performance of Tomcat. Regards -- *STL Disclaimer:* The content of this message may be legally privileged and confidential and are for the us

RE: Performance of tomcat

2008-10-28 Thread Caldarale, Charles R
> From: Mohit Anchlia [mailto:[EMAIL PROTECTED] > Subject: Re: Performance of tomcat > > I am looking at following Url but doesn't seem to have that > information: > > http://tomcat.apache.org/tomcat-6.0-doc/manager-howto.html#Usi > ng%20the%20JMX%20Proxy%20Servle

Re: Performance of tomcat

2008-10-28 Thread Mohit Anchlia
:[EMAIL PROTECTED] >> Subject: Performance of tomcat >> >> Is there a module like mod_status in apache that reports the stats of >> number of connections, load of threads, number of active threads etc.? > > The manager app displays some of that information, as does Lam

RE: Performance of tomcat

2008-10-28 Thread Caldarale, Charles R
> From: Mohit Anchlia [mailto:[EMAIL PROTECTED] > Subject: Performance of tomcat > > Is there a module like mod_status in apache that reports the stats of > number of connections, load of threads, number of active threads etc.? The manager app displays some of that information,

Performance of tomcat

2008-10-28 Thread Mohit Anchlia
Is there a module like mod_status in apache that reports the stats of number of connections, load of threads, number of active threads etc.? - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PR

What are you using to monitor the performance of Tomcat?

2007-07-15 Thread Simon Kok
Hi there. We're currently looking at a third-party product from Adventnet called Application Manager to monitor our Tomcat 5.x servers. Are there other third-party solutions out there that can provide performance and usage statistics? We would like to monitor the performance if the servlets a