How do I check the current number of users connected to the application?

Hi there,
I would appreciate that you advise me on how to know how many users are accesing
an application I've got in production, powered by BEA WebLogic Server 6.1.
In the Administration console, I go to the specific server, and inside the tab "monitoring",
then "Performance", I've got some graphics showing the memory usage and throughput.
But, where do I see the number of actual connection to the application?
Thanks

Mark Griffith <[email protected]> wrote:
Oscar:
I am pretty sure that WLS doesnt give you the type of monitoring you require. You
might have to check out one of the third party monitoring partners like Wiley or
Precise.I guess that depends on how you define 'how many users are accessing' an
application(s) - for example, 'OpenSessionsCurrentCount' can serve as a rough measure of
the number of users currently using the web application. or, number of threads + execute
queue length can give you an idea of current number of user requests executing/waiting
to be executed at any given time, etc. WebLogic does provide lots of useful monitoring
information, and the fact that it uses JMX makes obtaining this information very easy.
Having said that I would like to ask a couple of questions.
a) what is your app (EAR? EJB's WebApp?)
b) why do you want to know, meaning as soon as you know how many what is the next
thing you want to know/see?
Cheers
mbg
"Oscar" <[email protected]> wrote:
Hi there,
I would appreciate that you advise me on how to know how many users are
accesing
an application I've got in production, powered by BEA WebLogic Server 6.1.
In the Administration console, I go to the specific server, and inside the
tab "monitoring",
then "Performance", I've got some graphics showing the memory usage and
throughput.
But, where do I see the number of actual connection to the application?
Thanks
Dimitri

Similar Messages

  • Measure the number of user connected to an Application

    Hi,
    How can I find the number of users connected to a weblogic application
    Can you help me understand how can I measure this parameter for a monitoring purpose?
    Thanks in advance,
    Nicola Attico

    Current Sessions is the current total number of open sessions for each application. Yes, you can use JMX or WLST within a script.
    The WebAppComponentRuntimeMBean mbean of your application provides this information through OpenSessionsCurrentCount attribute.
    For instance, in WLST enter:
    wls:/my_domain/serverRuntime/ApplicationRuntimes/my_application/ComponentRuntimes/my_app> cmo.getOpenSessionsCurrentCount()
    For JMX I suggest to you see [http://download.oracle.com/docs/cd/E13222_01/wls/docs91/wlsmbeanref/core/index.html]
    Edited by: Betino on 22/10/2009 11:26 AM

  • How to find out total of number of users accessing Hyperion Planning applications ?

    Hi All,
    Could someone help me with the details of how to find out total number of users who are accessing Hyperion Planning application in Env.?
    This is with regard to licenses so wanted accurate and unique information,
    Thanks
    Amith

    Hello Amith,
    I think you should have a look at the blog of Cameron Lackpour http://camerons-blog-for-essbase-hackers.blogspot.be/
    In the "Shared Services Stupid Trick" blogs, he shows how to find the real access to an application. The side benefit is that it is amusing to read.
    In how far this is OK for the licenses is written on another page. You likely need to use the same method as Oracle does. Ask the Salesperson how to do this. (I am curious what his/her reply is).
    Regards,
    Philip Hulsebosch.

  • Are there tools to monitor the number of users connected to the Messaging Server

    Can you monitor concurrent users on the Netscape Messaging Server?
    <P>
    We currently do not have any tools that can monitor concurrent
    users.

    Excellent.
    Tested, works as long as you set the ORACLE_SID first ( to change databases )
    ps -ef | grep $ORACLE_SID | grep "LOCAL=NO" | awk '{print $2}' | wc -l
    Thanks!
    select OSUSER
        from V$SESSION
    where AUDSID = SYS_CONTEXT('userenv','sessionid')
        and rownum=1;Best Regards
    mseberg

  • Number of User Connections

    Is there a way to monitor the maximum number of user connections from Solution Manager?

    Hi Ashwin,
    By "monitoring" if you mean the checking the configured part, following is the navigation
    SOLMAN-->DBACOCKPIT-->Configuration-->Server configuration-->Memory Use-->number of user connections
    If you are looking for "dynamic" usage of this parameter,
    using DB02-->Performance -->Dash board-->Connections
    will give you information of active, free and reuse count values.
    Also,sp_monitorconfig "number  of user connections"
    will give you same results using isql.
    HTH
    Rajesh

  • From which table, the current number is taken for a WM TO?

    Dear Experts, 
    Kindly let me know when a transfer order is created in LT01,  how the TO number is  assigned?
    Before assigning a number, from which table it takes the current number?
    regards
    shetty

    Hi,
    r u able to see the current no in LT01 tcode ,if it is means pls let me know the field of that.
    and check with the below tables also,
    LAGP
    LECMOFF
    LEIN
    LINK
    LINP
    LINV
    LL01
    LL02
    thanks,
    sankar m

  • I recently subscribed to Acrobat XI after the trial expired but when I went to activate it I was asked for the serial number. I only have the order number on the invoice. How do I get the serial number for the trial software that is on my computer?

    I recently subscribed to Acrobat XI after the trial expired but when I went to activate it I was asked for the serial number. I only have the order number on the invoice. How do I get the serial number for the trial software that is on my computer?

    Please do not try to send attachments in mail responses to forum messages. Please return to the forum and click Reply. You can then use the CAMERA icon to add your pictures. Looking forward to seeing what is wrong with your license screens - the general advice is simply to sign in, and everything is done. Make sure you use the SAME Adobe ID that you used to purchase, and check your account details to be sure the subscription is active.

  • Reset the Current Number in the Number Ranges

    Hello Friends,
    Is it possible to change the current number in the number range based on a condition?
    My requirement is,  I have generated the number using the Function Module NUMBER_GET_NEXT.  If the user clicks on Save then the number generated is saved. But if the user doesnt click on save, the number is not saved but the number is wasted. Now if I create a new number that will be the next number in the sequence. I want that if the user has not clicked on save then the same number should be generated again, so that the numbers are not wasted.
    regards,
    Raju.

    Hi
    I don't hink it is possible with the number ranges.
    Yes, as you said some numbers will be wasted in between.
    But in real PRoduction we don't click just like that on SAVe button wasting the numbers.
    Check the Tcodes SNUM and SNRO.
    Reward points if useful
    Regards
    Anji

  • How to find the number of users  connected to database from OS level(Linux)

    Hi All,
    Could anyone know , how to find the number of users connected to database without connecting with sql*plus
    is there any command to find it?
    example we have 10 databases in one server, how to find the number of users connected to particular database without connecting to database(v$session)?
    oracle version:- 10g,11g
    Operating System:- OEL4/OEL5/AIX/Solaris
    any help will be appreciated.
    Thanks in advance.
    Thank you.
    Regards,
    Rajesh.

    Excellent.
    Tested, works as long as you set the ORACLE_SID first ( to change databases )
    ps -ef | grep $ORACLE_SID | grep "LOCAL=NO" | awk '{print $2}' | wc -l
    Thanks!
    select OSUSER
        from V$SESSION
    where AUDSID = SYS_CONTEXT('userenv','sessionid')
        and rownum=1;Best Regards
    mseberg

  • How does APEX check for null values in Text Fields on the forms?

    Hello all,
    How does APEX check for null values in Text Fields on the forms? This might sound trivial but I have a problem with a PL/SQL Validation that I have written.
    I have one select list (P108_CLUSTER_ID) and one Text field (P108_PRIVATE_IP). I made P108_CLUSTER_ID to return null value when nothing is selected and assumed P108_PRIVATE_IP to return null value too when nothign is entered in the text field.
    All that I need is to validate if P108_PRIVATE_IP is entered when a P108_CLUSTER_ID is selected. i.e it is mandatory to enter Private IP when a cluster is seelcted and following is my Pl/SQL code
    Declare
    v_valid boolean;
    Begin
    IF :P108_CLUSTER_ID is NULL and :P108_PRIVATE_IP is NULL THEN
    v_valid := TRUE;
    ELSIF :P108_CLUSTER_ID is NOT NULL and :P108_PRIVATE_IP is NOT NULL THEN
    v_valid := TRUE;
    ELSIF :P108_CLUSTER_ID is NOT NULL and :P108_PRIVATE_IP is NULL THEN
    v_valid := FALSE;
    ELSIF :P108_CLUSTER_ID is NULL and :P108_PRIVATE_IP is NOT NULL THEN
    v_valid := FALSE;
    END IF;
    return v_valid;
    END;
    My problem is it is returning FALSE for all the cases.It works fine in SQL Command though..When I tried to Debug and use Firebug, I found that Text fields are not stored a null by default but as empty strings "" . Now I tried modifying my PL/SQL to check Private_IP against an empty string. But doesn't help. Can someone please tell me how I need to proceed.
    Thanks

    See SQL report for LIKE SEARCH I have just explained how Select list return value works..
    Cheers,
    Hari

  • My ipod touch was stolen and i need the serial number but i dont have the paper work on it or the box so how do i get it

    my ipod touch was stolen and i need the serial number but i dont have the paper work or the box, so how do i get the serial number?

    If you registered it, Apple can help you.  Give them a call.
    Change your iTunes (Apple ID) password along with any other password that was stored in the iPod.  If any passwords are associated with credit cards, contact the CC company and get your card replaced (with a new number).  If any passwords are associated with your bank or any savings institution, contact them also and discuss approprate action with them.
    The "Find my..." function is pretty much useless if the device is in the hands of a thief.  All that is necessary is for the thief to connect to any computer with iTunes and "Restore as new."
    The only real protection you have is with the personal information on the device rather than the physical device itself.  Something as small as an iPod should have a strong 8-digit (or longer) password AND be configured for automatic wipe in the event of ten consecutive incorrect password entries.

  • Hi.I need help.my iphone was Stolen .how can I get back my iphone. Serial No.DX*****PMW.could you help me find my iphone.thank you very much.could you send me the ICCID number to help me find the iphone

    Hi.I need help.my iphone was Stolen .how can I get back my iphone.  Serial No.DX******PMW.could you help me find my iphone.thank you very much.could you send me the ICCID number to help me find the iphone.if you can help me.
    <Personal Information Edited by Host>
                                                                                                                                                                   Sincerely a Chinese girl really need your help

    Sorry we are all users on this User  Community No Apple Staff
    Read this .
    http://support.apple.com/kb/HT2526
    Apple do not and cannot assist in finding stolen property ,that is the responsility of your Police

  • HT2452 My iMac was stolen the receipt doesn't have the serial number but I did register the computer when I purchased it how do I get the serial number

    My iMac was stolen the receipt doesn't have the serial number but I did register the computer so Aplle must have a record of it. How do I get it.

    Go to the Apple website and your support profile. It should list that iMac and the serial number for it. You'll need your Apple ID and password for that Apple ID.

  • HT204088 How can I check my purchase history, carried out directly by the Apple TV?

    How can I check my purchase history, carried out directly by the Apple TV?
    I am being charged and can not confirm it is correct.

    Email iTS and ask them to send you invoices....
    iTunes Store Support
    http://www.apple.com/emea/support/itunes/contact.html

  • TS1492 When I go to iTunes and then check for updates. I can not do this action due to the fact iTunes will not connect to the internet although the internet is working just fine, what do I do to fix this issue? Apparently I am currently using iTunes 7.0.

    When I go to iTunes and then check for updates. I can not do this action due to the fact iTunes will not connect to the internet although the internet is working just fine, what do I do to fix this issue? Apparently I am currently using iTunes 7.0.

    If you're really using iTunes 7.0 you are very far behind the current version - maybe it is trying to connect to a decomissioned server.  In fact I am kind of surprised it will run on a Macbook Air.  Are you sure you are running iTunes 7?

Maybe you are looking for

  • Purchase Order in Held status

    Hi - We are using extended classic scenario - PO created both in SRM and backend ECC. We configured one level approval for shooping cart. Shopping cart is getting created and approved by the next level approver. However after the shopping cart is app

  • ABAP Proxy to SOAP using PI

    Dear Friends, I have the requirement ABAP Proxy to SOAP using PI. In R/3 I had generated the proxy , after that what I need to do. Please suggest me. Regards, Shalini Shah

  • Posting down payment

    Hi, Can anyone help me on the following requirement. Is there any user exit or badi to control the down payment posting with respect to down payment request. I do not want my user to post down payment without an down payment request . please help reg

  • X99s sli plus Mac address 88-88-88-88-87-88

    Hey all, I just built a new pc for work with a brand new msi x99S sli plus mobo.  It works great but i have a small problem, I have to installed licensed software which requires a valid mac address for my provider to give me a license.  My mac is 88-

  • Flash CS4 keeps crashing

    Hello All, I am a new Flash user - so please forgive me if i sound like a total newbee because I am. Anyhow - I am trying to put flash on my website. I have created .mov files using Final Cut Express 4. I would then convert the .mov file to a FLV4 fi