|
In fact
I'm interested in any methods of finding out how much overload is on JBoss
server (and on the computer in general) at any specific moment in
time.
Some examples are: how many
components are instantiate it for all user or for one user, how much memory
is free and how much is busy, how much of processor is available/occupied, how
much space on disk are available/occupied etc.
I'm interested in any possible
solution related to finding out how much overload is on JBoss. Even if the
source JBoss code must be modified.
Thanks.
Adisor.
> From: "Guy
Rouillier" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]> > Subject: Re: [JBoss-user] Trying to find out how many instance of an ejb are created by the JBoss at a moment in time > Date: Thu, 3 May 2001 12:09:34 -0400 > Reply-To: [EMAIL PROTECTED] > > EJBs are single-threaded. The container will create as many as it thinks it > needs to service requests. If an instance is available and unused, that > instance will be used. If not, the container may create another instance. > I don't think the specs dictate how a container is to manage the instances > it creates. As I understand it, only one user can be using a single > instance at any point in time. > > ----- Original Message ----- > From: "Adrian Vicentiu Omusoru" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, May 03, 2001 10:47 AM > Subject: [JBoss-user] Trying to find out how many instance of an ejb are > created by the JBoss at a moment in time > > > > Hello, > > I need your help in finding out: > > For an ejb, let's name it X, how many instance of it are created at a > > specific moment in time. > > Or anothe way to put the question: i want to know how many users are > > accessing the X ejb at a momnet in time. > > > > Do you have any ideas? > > > > Thanks for your help. > > Adisor. > > |
