I changed this MLET
from
<MLET CODE = "org.jboss.logging.ConsoleLogging" ARCHIVE="jboss.jar"
CODEBASE="../lib/ext/">
<ARG TYPE="java.lang.String" VALUE="Information,Debug,Warning,Error">
<ARG TYPE="java.lang.String" VALUE="[{2}] {4}">
</MLET>
to
<MLET CODE = "org.jboss.logging.ConsoleLogging" ARCHIVE="jboss.jar"
CODEBASE="../lib/ext/">
<ARG TYPE="java.lang.String" VALUE="Error">
<ARG TYPE="java.lang.String" VALUE="[{2}] {4}">
</MLET>
It pretty much takes away a lot of console logging. I did the tests with the logging
removed a couple of days ago and don't rememeber exactly what got logged. I plan on
testing again tonight and post more information tomorrow morning.
My VM is sun's 1.3 version. For both the client piece and the server piece.
brandon
>>> [EMAIL PROTECTED] 08/29/00 11:04AM >>>
How did you change the logging level?
Also was the server console free of JAWS messages? (i.e. does it work?)
Finally what VM are you using?
marc
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Brandon Campbell
> Sent: Tuesday, August 29, 2000 9:50 AM
> To: [EMAIL PROTECTED]
> Subject: RE: [jBoss-User] JBoss performances
>
>
> On previous tests I had reduced the loggin from logging Debug,
> Infomation, Warning, Error to just Error with simingly very
> little effect on times (I didn't record the times so I could be
> mistaken). These test were done with Information, Warning and Error.
>
> brandon
> [EMAIL PROTECTED]
>
> >>> [EMAIL PROTECTED] 08/29/00 10:35AM >>>
> remove the logging (rickard how do we do that?) the logging is a hog!
>
> And JAWS is very very verbose
>
> marc
>
>
> > -----Original Message-----
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED]]On Behalf Of Brandon Campbell
> > Sent: Tuesday, August 29, 2000 7:53 AM
> > To: [EMAIL PROTECTED]
> > Subject: RE: [jBoss-User] JBoss performances
> >
> >
> > Here's some performance numbers that I got last night.
> >
> > I'm using a CVS version from Friday afternoon, Dual Celeron
> > 400mhz, 384 meg RAM, MS SQL 7.0, JDBC-ODBC bridge. The client,
> > jBoss and MSSQL are all running on the same machine. I am create
> > a combination of four CMP entity beans.
> >
> > 1. 280 creates in 37,984 ms - avg 135 ms/create
> > 2. 280 creates in 32,985 ms - avg 118 ms/create
> > 3. 280 creates in 33,250 ms - avg 119 ms/create
> > 4. 280 creates in 32,815 ms - avg 117 ms/create
> > 5. 280 creates in 41,375 ms - avg 148 ms/create
> > 6. 280 creates in 36,360 ms - avg 130 ms/create
> >
> > These times do involve lookup time for three of the four beans.
> > I think that the next thing I'll try is taking the lookups out of
> > the mix and see how that changes the numbers.
> >
> > Brandon
> > [EMAIL PROTECTED]
> >
> >
> >
> >
> >
> > --
> > --------------------------------------------------------------
> > To subscribe: [EMAIL PROTECTED]
> > To unsubscribe: [EMAIL PROTECTED]
> > Problems?: [EMAIL PROTECTED]
> >
> >
>
>
> --
> --------------------------------------------------------------
> To subscribe: [EMAIL PROTECTED]
> To unsubscribe: [EMAIL PROTECTED]
> Problems?: [EMAIL PROTECTED]
>
>
>
>
> --
> --------------------------------------------------------------
> To subscribe: [EMAIL PROTECTED]
> To unsubscribe: [EMAIL PROTECTED]
> Problems?: [EMAIL PROTECTED]
>
>
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]