How to find out which application uses how many Web containers?

Hi everybody,
we are monitoring several JAVA engines via sapccmsr and often get a threshold overflow for SID\Server\...\Web Container\AllRequestsCount
The SAP online documentation tells me how to set a threshold for any web application. But befor that I should know, which application uses up all the Web Containers. How can I find out?
btw: Does the Threshold (1.000.000) make any sense, or is this just a number that may be changed without the fear for any consequences? Is there a serious performance impact?
Thank you in advance
Ralf

Ralf,
I have an opinion, that you can take a trace messages from Web Container service, which might give you some more details.
I am not completely sure if that serves your purpose. Still you can have a look in the below document, if it looks helpful.
http://wiki.sdn.sap.com/wiki/display/JSTSG/%28JSTSG%29%28Web%29Trace+locations
Regards,
Sujit.

Similar Messages

  • How can we find out which application is runing UDP port 69?

    Whenever I run Cisco Network Assistant on my Windows 7 computer, I receive "The embedded TFTP server cannot start".
     netstat -an|more shows “udp 0 0 0.0.0.0:69 ...” How can we find out which application is runing UDP port 69?
    Bob Lin, MCSE & CNE Networking, Internet, Routing, VPN Networking, Internet, Routing, VPN Troubleshooting on http://www.ChicagoTech.net How to Install and Configure Windows, VMware, Virtualization and Cisco on http://www.HowToNetworking.com

    These ones may help.
    Have you ever wanted to see which Windows
    process sends a certain packet out to network?
    Process
    Monitor v3.1
    Regards, Dave Patrick ....
    Microsoft Certified Professional
    Microsoft MVP [Windows]
    Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.

  • Is there a way to find out which project using the record Z_student by sql

    Is there a way to find out which project using the record Z_student by sql
    use Find in in Application Designer is time consumer

    Try following SQL
    with all credits to the original poster of the greater portion of this sql
    http://srini-peoplesoft.blogspot.co.uk/2012/05/find-in-text-sql.html
    select projectname  from psprojectitem
    where (objectvalue1,objectvalue2,objectvalue3) in
    With Srch As
    Select Str, SubStr(Max(HexStr),3) Srch_Str
    From
    Select RNum, Str, Hexcode, Sys_connect_by_path(HexCode, '00') HexStr
    From (
    Select RNum, Str, Chr(Floor(Mod(Code/16, 16))
               + Decode(Floor(Floor(Mod(Code/16, 16))/10), 0, 48, 55)) ||
           Chr(Mod(Code, 16)
               + Decode(Floor(Mod(Code, 16)/10), 0, 48, 55)) HexCode
    From (        
    Select RNum, Str, Ascii(Substr(Str, RNum, 1)) Code
      From (Select Rownum RNum From Dual Connect By Level <= Length(:Str)),
           (Select :Str Str From Dual
            Union
            Select Upper(:Str) From Dual
            Union
            Select Lower(:Str) From Dual
            Union
            Select InitCap(:Str) From Dual
    Start With RNum = 1 Connect By Prior RNum = RNum - 1 And Prior Str = Str
    Group By Str
    select
    objectvalue1,objectvalue2,objectvalue3
    from pspcmprog p, srch
    where dbms_lob.instr(progtxt, srch_str)  > 0
    );

  • How do I find out which application is stealing focus?

    I'm having problems with my Macbook Pro in which my active window keeps deselecting every 5-10 seconds or so, which is making even typing this question extremely difficult.
    I have figured out from searching the web that it is because of an application stealing focus. However, in all the boards that say how to fix this problem, none of them actually tell you how to identify which application is the one stealing focus.
    The most information I could find was to go to Applications > Utilities > Activity Monitor
    and to look for which application is stealing the focus, but it doesn't say WHERE to look.
    Do I look at CPU? Number of threads? Real memory? What?
    Here are my specs:
    - Mac OS X version 10.6.8
    - Processor: 2.3 GHz Intel Core i5
    - Memory: 4 GB 1333 MHz DDR3
    (Let me know if you need any additional info about the system.)
    How do I figure out which application is the one stealing focus? (If you could write it in painfully simple instructions, that would be fantastic).
    Thank-you in advance to any helpful answers!
    -Carly

    First, quit all applications, close all windows and reboot the Mac. Hold down the Shift key prior to the startup chime until it finishes starting. This is called a Safe Boot and causes the system to load only its components, no third party stuff and do other housekeeping tasks. Will take AWHILE, be patient. Run ONE Apple app at a time and see if the issue persists. If it does not, then you will have determined the system is OK and the issue is caused by a third party app. Now reboot normally and see if the issue reasserts itself.  Try this and holler back.
    Note: running Safe Boot in day-to-day use is unadvisable cause many apps require the use of their extensions and won't work correctly, if at all.

  • How can I find out which applications depend on Rosetta?

    Before I upgrade, I need to find out which of my applications are still using Rosetta.
    How can I find these?
    Thanks.

    Open "System Profiler" and select "Applications". Then sort by "Kind".  Anything that requires Rosetta will be labelled as PowerPC.
    Cheers,
    Rodney

  • Need to find out which application is making an frequent account lockout in AD

    Hi ,
    In my environment two of the user accounts are having an frequent account lockout.
    We have found that the account lockout was happening in their own machines with the help of the event logs in the domain controllers.
    Please tell us how do we find that which application on their machines are making an frequent account lock with the help of event logs else do we have some other options.
    All of your suggestions are much appreciated.
    Thanks & Regards S.Nithyanandham

    Usage of Microsoft ALtools( https://www.microsoft.com/en-us/download/details.aspx?id=18465 ):
    LockoutStatus application
     Run LockoutStatus.exe and choose File > Set target > Define “Target User Name”
    and “Target Domain Name”
    Tool will show you user with its “User State” (Locked/Not Locked), time when
    account was locked (Lockout Time) and will allow you to Unlock Account if you
    right click output string.
    EventCombMT application
     This tool gathers specific events from Windows event logs of single or several
    different servers to one central location.
     Run EventCombMT.exe > Right Click on “Select to search” field >Choose “Get DCs
    in Domain” > Mark your Domain Controllers for search> Select “Security” log file >
    Type “4740” in the “Event IDs” field > Choose “Success Audit” Event type > Click
    “Search” > Wait for “Matching Events Found” counter to show some values and
    click “Quit”
     In the opened window investigate file or files named by your domain controllers
    names. You should be able to determine the originating system where lockout
    happened by searching for “Caller Computer Name”
    Aloinfo application
     This tool has 2 purposes:
     To display all user account names and the age of their passwords run cmd >
    change directory to the one where ALtools were extracted > type @powershell >
    Enter > type “./aloinfo.exe /expires /server:DC | out-file C:\temp\expires.txt” >
    Enter
     To display credentials used for running services or for mapping network drives
    run cmd > change directory to the one where ALtools were extracted > type
    @powershell > Enter > type “./aloinfo.exe /stored | out-file C:\temp\stored.txt” >
    Enter
    You may also enable Netlogon logging on DC through command shell:
    nltest /dbflag:2080ffff
    Netlogon.txt file is created in %systemroot%/debug directory
    Just don't forget to turn it off after investigation :) nltest /dbflag:0
    Or you can use
    Netwrix Account Lockout Examiner to troubleshoot account lockouts, it's free.
    --- Jeff (Netwrix)

  • How to find out which application the code is running in?

    Hi,
    I am trying to develop a common code which will be part of various different applications.
    But I need to be able to figure out within the Java application which process is calling me.
    For example: one of the applications may be invoked as:
    java /opt/app1_dir/app1 ... (various command line options)
    I need the ability to access the String "/opt/app1_dir/app1" in the above call. I think String array from main method args[0,...] will give me the ability to access the command line parameters but not the actual command string.
    Due to legacy reasons, it is not possible to change the calling string.
    Can anyone please help me to figure out how I can access the above in my java application.
    Thanks,
    Amol

    amol_dev wrote:
    Thank you for your reply Brynjar.
    However, I was trying to figure out a way to do this without having to change the calling command line, because due to legacy reasons, it is not possible to change the command line calling the parent applications of this common code.You cannot change the command line, but you can change the applications?
    In main() do this:
    System.setProperty("whoami",(new Throwable().getStackTrace()[0].getClassName()));Elsewhere:
    String whoami = System.getProperty("whoami");

  • How to find out wich application is used

    Hi,
    I would like to know is it possible to find out which application is used at the moment for example SD,MM,FI,CO ?
    Regards,
    Stefan

    find out which application is used at the moment ?
    Use these transactions.
    SM04  -  Currently active users running which transaction.
    SM50  -   work process running for that transactions

  • How can I quickly find out which contacts have an iPhone or use iMessage?

    Is there any way I can find out which contacts use iMessage? My iPhone is clearly able to figure it out when I'm typing a message. So there should be a server or something where it can see that the phone number uses iMessage. But can't my phone figure that out for all contacts at once?

    This is the only way on an iOS device:
    Launch the Messages app in iOS.
    Tap the Compose button in the upper right corner to start a new message.
    Type the contacts name, or just put the first letter of their name and have a list populate.
    iMessage users will show a blue iMessage icon alongside their name.

  • Query to find out which workflow(s) use a particular message ? wf_messages

    Hi guys
    Hoping someone can help.
    I've a list of particular notfication messages, which are stored in the WF_MESSAGES_TL and WF_MESSAGES table, and I need to find out which workflows use them.
    Can anyone tell me what table I can query to find this out ?
    There's no referential integrity which I can use to find this out, and google has turned up nothing so far.
    Any ideas ?
    Thanks a lot
    Scott

    You can use this and tweak it around:
    select p.process_item_type, p.process_name, p.activity_name, a.message
    from wf_process_activities p, wf_activities a
    where p.process_item_type=a.item_type and
    p.activity_name=a.name and
    a.end_date is null;-- means the active/current activity
    Regards,
    Alejandro

  • How to find out which type of the driver is used in our application?

    Hi all,
    can anyone tell me how to find out which type of the driver is used in our application?
    Thanks in advance,
    Phoeniox

    Hi,
    Check out this...
    Class.forName("com.mysql.jdbc.Driver"); //if u r using MySql
    List drivers = Collections.list(DriverManager.getDrivers());
                   for(int i=0;i<drivers.size();i++)
                        Driver driver = (Driver)drivers.get(i);
                        String driverName = driver.getClass().getName();
                        System.out.println("Driver "+i+":::"+driverName);
    you need to load the driver and display in the same program.
    Then only you'l get the required result.
    prakhyath

  • When using tethered capture I often get this notification "The metadata for this photo has been changed by both Lightroom and another application". This slows or stalls the loading of incoming photos. How do I find out which other application is changing

    When using tethered capture I often get this notification "The metadata for this photo has been changed by both Lightroom and another application". This slows or stalls the loading of incoming photos. How do I find out which other application is changing the metadata and stop it?

    Thanks Sean,
    I've had a look at the TC settings dialog and tried to keep it as simple as possible. I also had a copy of LR 4 on the hard drive so have trashed that also incase of any conflicts. LR seems to be running ok now but as said it's an intermittent problem.
    I also have a copy of Capture One on the hard drive so am going to uninstall that also in case it is trying to launch.

  • How can I find out what application is using bandw...

    I've noticed recently there is a constant active internet connection on my phone. If I disconnect it in connection manager it just starts again but I can't figure out which application on my phone is causing this as there is nothing running in the open applications window but I know alot of apps can hide now.
    Is there any way to find out what needs this constant connection?
    Solved!
    Go to Solution.

    Hello, dear brothers in arms...I have exactly the same problem with my new Nokia C7.
    It is connecting to WLAN automatically less then a minute after I disconnect it !
    I have set  as follows: Menu->Settings->Connectivity -> Settings:
    Switch to WLAN: MANNUAL
    Data use in home country: ALWAYS ASK
    Data use when abroad: ALWAYS ASK
    and however, it is trying to connect all the time.
    When at home - it stays connected to my home WLAN (despite all the disconnections I make manually).
    When out of coverage of my home WLAN - giving reports "Connection failed" every few minutes.
    Of course the battery lasts not more then a day.
    Have double checked - my email boxes are set on "Sync frequency: MANNUAL SYNC ONLY"
    I did not set any application for any automatic actions...
    Any idea how to control this smarty?

  • How to find out which users are using SharePoint Designer to make changes in SharePoint 2010 site?

    Hi there,
    How to find out which users are using SharePoint Designer to make changes in SharePoint 2010 site?
    Thanks.

    You need to enable auditing on SharePoint server and it will let you know, if someone makes any critical changes for the same.
    Please walk through this informative KB to enable auditing on SharePoint :https://support.office.com/en-za/article/Configure-audit-settings-for-a-site-collection-f5a346d0-ee0f-4412-a5e6-d9b5abaa1012
    Here is one more resource :
    https://support.office.com/en-in/article/View-audit-log-reports-4293e8d5-4e7d-4201-b8ac-c8e63a100131
    Moreover, if you wish to audit such critical changes automatically, you may consider on this comprehensive application (http://www.sharepointauditing.com/) that helps to track every changes on SharePoint into
    real time and provides the captured data at granular level.

  • How can I find out which iTunes library my computer is using?

    I have a desktop Mac Mini at home that my wife uses and a MacBook Pro that I use at home and in the office.  I wanted to be able to access all the music we have on both machines from both machines, even when I am out and about and have no network connection for my MacBook Pro. So, I uploaded all the music we had on iTunes to Dropbox, and this now syncs on both computers.  So, whenever either of us adds music to iTunes, the songs are saved on both machines within the Music folder in Dropbox, which syncs in real time across both computers.  So far so good.
    However, what I am finding is that, when either of us adds new music to our respective iTunes, it only shows on the computer on which it's been added.  So, within a matter of weeks, our computers no longer show the same music in our respective iTunes windows, even though the music is present on both machines in the synchronised Dropbox folder.
    I realised that the computers must start using different iTunes library to each other when new songs are added to either machine.  So, I figured that, when we add music to one of the computers, if I pointed iTunes on the computer that has the less up-to-date music to the latest library that is being used by the computer with the more up-to-date music, this would ensure that both machines showed the same music in their repective iTunes windows.  The problem is that I cannot work out which iTunes library is being used by the computer with the more up-to-date music on it.  I know how to choose a different library when I open iTunes (hold down alt) but that doesn't help, because I all I want to do is to FIND OUT WHICH LIBRARY IS BEING USED BY ITUNES ON THE COMPUTER WITH THE MORE UP-TO-DATE MUSIC.  I simply can't find a way of getting iTunes to show me which library it is using, although this must be the simplest thing in the world. An additional issue is that I want to playlists we have created to appear on both machines - will that be the case if I point the less up-to-date iTunes (on my wife's Mac Mini) to the library of the more up-to-date iTunes (on my MacBook Pro), since my computer with the more up-to-date iTunes shows all the playlists, whereas my wife's doesn't?
    So, can anyone help?  Plus if anyone knows of any software that can automatically ensure that two different Macs both use the same and most up-to-date iTunes library and therefore always show the lastest music collection, whichever machine the music has been added to, that would be fantastic.  Thanks.

    You could have all the computers point to the same library but it can't be opened by more than one at any time.
    No answer for knowing which library is in use other than selecting it at startup.  This question gets asked here occasionally but I don't think it is a high-demand feature since most people have just one library.  I guess you could put in an empty playlist with the library name so you have an identifier.

Maybe you are looking for