GC Report Detail Explanation

I want to make sure that I am interpeting the GC report correctly. Specifically, the "maximum GC pauses" values.
Since there is a a Young and Old section that includes this value, which one (or does both) describe the full application pause.
Due to our legacy app considerations, we have to make sure that the GC does not halt the application for more than 1 second. (We are using the pausetarget argument, but it is my understanding that this is a "goal" and not a hard and fast policy for the JVM to follow.)
[memory ][Fri May 18 10:14:32 2007][09964] Memory usage report
[memory ][Fri May 18 10:14:32 2007][09964]
[memory ][Fri May 18 10:14:32 2007][09964] young collections
[memory ][Fri May 18 10:14:32 2007][09964] number of collections = 18
[memory ][Fri May 18 10:14:32 2007][09964] total promoted = 445233 (size 18511512)
[memory ][Fri May 18 10:14:32 2007][09964] max promoted = 39227 (size 1507256)
[memory ][Fri May 18 10:14:32 2007][09964] total GC time = 0.744 s
[memory ][Fri May 18 10:14:32 2007][09964] mean GC time = 41.337 ms
[memory ][Fri May 18 10:14:32 2007][09964] maximum GC Pauses = 41.570 , 42.784, 49.517 ms
[memory ][Fri May 18 10:14:32 2007][09964]
[memory ][Fri May 18 10:14:32 2007][09964] old collections
[memory ][Fri May 18 10:14:32 2007][09964] number of collections = 71
[memory ][Fri May 18 10:14:32 2007][09964] total promoted = 75107 (size 3027680)
[memory ][Fri May 18 10:14:32 2007][09964] max promoted = 69770 (size 2505288)
[memory ][Fri May 18 10:14:32 2007][09964] total GC time = 44.850 s (pause 12.647 s)
[memory ][Fri May 18 10:14:32 2007][09964] mean GC time = 631.685 ms (pause 178.123 ms)
[memory ][Fri May 18 10:14:32 2007][09964] maximum GC Pauses = 236.930 , 255.046, 267.325 ms
[memory ][Fri May 18 10:14:32 2007][09964]
[memory ][Fri May 18 10:14:32 2007][09964] number of concurrent mark phases = 71
[memory ][Fri May 18 10:14:32 2007][09964] number of concurrent sweep phases = 9
[memory ][Fri May 18 10:14:32 2007][09964] number of parallel sweep phases = 62

I want to make sure that I am interpeting the GC
report correctly. Specifically, the "maximum GC
pauses" values.
Since there is a a Young and Old section that
includes this value, which one (or does both)
describe the full application pause. The GC report is as you see divided up in two sections: one for young space (nursery) collections and one for old space. The "maximum GC pauses" is listed twice, for the max young and old space collections respectively. Both are shown for troubleshooting & tuning purposes. In your case, you are interested in the maximum of these two since that is what affects your SLA.
Due to our legacy app considerations, we have to make
sure that the GC does not halt the application for
more than 1 second. (We are using the pausetarget
argument, but it is my understanding that this is a
"goal" and not a hard and fast policy for the JVM to
follow.)Pausetarget is a soft goal except when using WebLogic Real Time and -Xgcprio:deterministic.
[memory ][Fri May 18 10:14:32 2007][09964] Memory
usage report
[memory ][Fri May 18 10:14:32 2007][09964] young
collections...
maximum GC Pauses = 41.570 , 42.784, 49.517...
[memory ][Fri May 18 10:14:32 2007][09964] old
collections
maximum GC Pauses = 236.930 , 255.046,
046, 267.325 msThe max application pause is the old space ~267 ms pause, which meets your < 1s requirement.
-- Henrik

Similar Messages

  • Sorry, Flagfox has encountered a problem. Please copy the report below and post it on our forums with a detailed explanation of what you were doing at the time so we can attempt to fix your issue. (English please) Flagfox version null (missing IPDB!)

    Sorry, Flagfox has encountered a problem. Please copy the report below and post it on our forums with a detailed explanation of what you were doing at the time so we can attempt to fix your issue. (English please)
    Flagfox version null (missing IPDB!)
    ERROR MESSAGE: Fatal Flagfox startup error!
    EXCEPTION THROWN: TypeError: ExtensionManager.getItemForID(id) is null
    STACK TRACE: startup()@file:///C:/Documents%20and%20Settings/Vanessa%20Ecret/Programdata/Mozilla/Firefox/Profiles/9eyewkfc.default/extensions/%7B1018e4d6-728f-4b20-ad56-37578a4de76b%7D/chrome/flagfox/modules/flagfox.jsm:40
    ([object ChromeWindow])@file:///C:/Documents%20and%20Settings/Vanessa%20Ecret/Programdata/Mozilla/Firefox/Profiles/9eyewkfc.default/extensions/%7B1018e4d6-728f-4b20-ad56-37578a4de76b%7D/chrome/flagfox/modules/flagfox.jsm:160
    Flagfox_loadForThisWindow([object Event])@chrome://flagfox/content/overlay.xul:16
    BROWSER: Mozilla Firefox 3.6.6/20100625231939 (Gecko 1.9.2.6/20100625231939) using locale en-US on WINNT x86-msvc
    This error and a Flagfox preferences dump has been sent to Tools -> Error Console. Please report this and any related errors so we can investigate your problem. Conversely, if you don't report this then it probably won't get fixed.
    == i was update

    Sorry, the Flagfox extension has encountered a problem. The following error output and a Flagfox preferences dump has been sent to Tools -> Error Console.
    FLAGFOX VERSION: 4.1.x (missing IPDB!)
    ERROR MESSAGE: Fatal Flagfox startup error!
    EXCEPTION THROWN: TypeError: addon is null
    STACK TRACE:
    (null)@resource://flagfox/flagfox.jsm:70
    safeCall((function (addon) {try {FlagfoxVersion = addon.version;var ip4db = addon.getResourceURI(IPv4DBfilename).QueryInterface(Components.interfaces.nsIFileURL).file;var ip6db = addon.getResourceURI(IPv6DBfilename).QueryInterface(Components.interfaces.nsIFileURL).file;ipdb.init(ip4db, ip6db);checkIPDBage();ready = true;} catch (e) {handleStartupError(e);}}),null)@resource://gre/modules/AddonManager.jsm:48
    ([object Object])@resource://gre/modules/AddonManager.jsm:897
    AOC_callNext()@resource://gre/modules/AddonManager.jsm:118
    (null)@resource://gre/modules/AddonManager.jsm:892
    PL_getAddon("{1018e4d6-728f-4b20-ad56-37578a4de76b}",(function (aAddon) {if (aAddon) {safeCall(aCallback, aAddon);} else {aCaller.callNext();}}))@resource:///modules/PluginProvider.jsm:79
    callProvider([object Object],"getAddonByID",null,"{1018e4d6-728f-4b20-ad56-37578a4de76b}",(function (aAddon) {if (aAddon) {safeCall(aCallback, aAddon);} else {aCaller.callNext();}}))@resource://gre/modules/AddonManager.jsm:76
    ([object Object],[object Object])@resource://gre/modules/AddonManager.jsm:888
    AOC_callNext()@resource://gre/modules/AddonManager.jsm:124
    (null)@resource://gre/modules/AddonManager.jsm:892
    (null)@resource:///modules/XPIProvider.jsm:3047
    ([object Array])@resource:///modules/XPIProvider.jsm:4864
    (0)@resource:///modules/XPIProvider.jsm:3867
    BROWSER: Mozilla Firefox 7.0.1 (Gecko 7.0.1 / 20110928134238)
    OS: Windows NT 6.1 (WINNT x86-msvc windows)
    LOCALE: en-us content / en-us UI / en-us OS
    Select and copy the error report above. In order to fix this problem for you and others, please read and follow the troubleshooting and bug reporting instructions on the Flagfox support forums. Please post an abundance of information with any error reports, namely what you were doing at the time that may have triggered this. (English please)

  • No Data in Reports Details in Custom date range

    Hello, iTunes U Public Site Manager Admins.
    As the iTunes U Public Site Manager admin, I've been trying to access our institution's iTunes U Reports Details for a couple of days. (I send a monthly report of usage to our course/collection contributors.) When I custom the date range, under Details, there is zero entry; "No data available in table" message is shown.
    This feature had been working well since Apple iTunes U added this enhancement on August 13, 2013. The report Details showed the exact stats for Browse, Subscribe, Download, Stream, and Enclosure for each course/collection in the custom date range.
    Now under "Details", the data is shown only when the date range is Last 30 Days. It shows no data in custom date range when the Calendar is used to select a Start Date and End Date.
    Has anyone else noticed this problem?
    Thanks.
    Q. Wang

    Erik.
    I used your suggestion and it worked very well. This is how I did it.
    Export the range of data that includes Feb. 1-Feb. 28, 2014 as .tsv file.
    Open that file in Excel.
    Add a blank column next to the Date column. Use function =Month() to just extract the month into the new column. Fill down the whole column. Then copy and paste special (value) into the same column (I have over 26,000 rows of data in the file.) Converting to Value will allow for the next step of PivotTable.
    Create a PivotTable for the 26,000 rows of data. Use Month as the Report filter, iTunes_ID as the Row Labels, Select Browse, Subscribe, etc. as the Sum Values. (The result is a summary table with about 200 rows.)
    I then do a Vlookup to my premade Master file to add Category (course, collection, resources) and Instructor Name to each of the 200 rows.
    That will do it for my monthly report.
    Thanks for your tip again. I did not know the .tsv file would have DATE for each item.
    Sincerely,
    Q. Wang

  • Aging report - detailed needs invoice project code

    Dear All,
    Would it be possible for us to have project code (on A/R invoice header) on Aging report - detailed print layout? I found all fields in Aging report - detailed PLD are sys var. Is there a way for us to figure out which sys var is for project code of the invoice? Thanks a lot.
    Regards,
    Yuka

    Unfortunately you can't, you have to recreate it using crystal. In all SAP std reports you only able to show/print what it already shows.

  • Hi, my MacBook Pro cannot open Safari. nexpectedly while using the librooksbas.dylib plug-in" the report details the exception code as 'EXC_BAD_ACCESS (SIGSEGV)' and exception codes as: 'KERN_INVALID_ADDRESS at 0x0000000920

    Hi, my MacBook Pro cannot open Safari. It crashes and gives the message, ' Safari quit unexpectedly while using the librooksbas.dylib plug-in" the report details the exception code as 'EXC_BAD_ACCESS (SIGSEGV)' and exception codes as: 'KERN_INVALID_ADDRESS at 0x0000000920

    Remove "Rapport" by following the instructions on this page.
    Back up all data before making any changes.

  • How to include the UDF of items master data into PLD (Inventory in Warehouse Report (Detailed))

    Hi,
    Is there a way to include the UDF in the items master data into the <<Inventory In Warehouse Report (Detailed)>> PLD?
    I checked the default layout and found out all the column source type is "free text" and the content is #Item, how do I know the value of the UDF?
    Thanks

    Hi,
    Some of the standard reports are hardcoded in sap. Not possible to add UDF field in PLD.
    Also refer this thread Variables -  Sap business one
    Thanks & Regards,
    Nagarajan

  • Report DETAILED RECEIVABLES AGING REPORT

    the client Arquicentro load report Customer Receivable Aging by Sales Employees
    they generate report DETAILED RECEIVABLES AGING REPORT but this report
    doesn´t show details documents with POSTING DATE
    The client has request that scales to support this improvement
    Dear Martha,
    The reported functionality does not exist in the present releases of SAP Business One, as you have already mentioned.
    As explained in note 1028874 regards missing Functionality, in case the missing functionality is regarding a legal compliance issue, please use the attached template to complete your request and send it back with this message.
    In all other cases (i.e. non-legal issues), like the case you described, we would like to ask you to post your requirement in our SAP Business One Product Development Collaboration forum and not via m essage (please kindly close the message if you have opened one for a non-legal requirement): /community
    For more information please go to that note.
    Kind Regards,
    Paulo Calado
    Senior Support Consultant
    SAP Product Support for SAP Business One

    Hello,
    This report is one of the hard coded PLD that do not allow you to add UDF.
    Thanks,
    Gordon

  • Blank space in the report detail section

    Hi ,
    I have data for ten columns and after that i am getting a blank space, so my report is scrolling to right side without any data.How shall i remove the blank space.Any suggestions.For one more i am getting this only at the second page (Detail section)
    Regards,
    Rajasekar

    Thanks James for the reply,but i am not getting it correctly.
    I have a year column which is the last column in my detail section.If i don't get any value for that year column then i am not getting these blank space at the right side of my report.If i have value for the year column then i am getting blank space double the times to my report detail section.
    Any suggestions
    Regards,
    Rajasekar

  • ABAP Report Details

    Dear ABAP gurus,
    I tried to search before posting but couldn't find my answer.
    My Client showed me a FI report ( income statement ) created in ECC system , and I work as BI resource.
    How can I reverse engineer that report and extract the technical details like TABLES , FIELDS and from where the P&L details are populating in that report so that it'll help me to create these reports in SAP BI.
    I appreciate your response.
    Regards,
    -Neha

    Hi Matt,
    Thanks for the update , I'm taking the help of an ABAPER and FI guy , so hopefully I'll be able to resolve this issue.
    Btw I also tried to do the following scenarios to get the ABAP report details.
    Check out the transaction code for that FI report in ECC system. Then go to SE93 and key-in the t-code and find out the program name. If you know the program name .. then goto se38 and display the program and it will give you all the details you want.
    I'm closing this thread as my problem is solved.
    Regards,
    -Neha
    Edited by: Nehabibo on Nov 23, 2010 8:29 AM

  • TS3694 Does anyone know what error message 6 means?   No detailed explanation of 6 on this page.  Got that msg when trying to update iPhone (4S) OS software.

    Does anyone know what error message 6 means?   No detailed explanation of 6 on this page.  Got that msg when trying to update iPhone (4S) OS software.

    http://support.apple.com/kb/ts3694#error6
    Errors related to third-party security software
    Error 2, 4 (or -4), 6, 1000, 9006
    Follow the steps to troubleshoot security software. Often, uninstalling third-party security software will resolve these errors.
    There may be third-party software that modifies your default packet size in Windows by inserting a TcpWindowSize entry into your registry. An incorrectly set default packet size can cause these errors. Contact the manufacturer of the software that installed the packet size modification for assistance or follow this article by Microsoft: How to reset Internet Protocol (TCP/IP).
    Verify that access to ports 80 and 443 are allowed on your network.
    Verify that communication to albert.apple.com or phobos.apple.com isn't blocked by a firewall or other Internet security setting.
    Discard the .ipsw file, open iTunes and attempt to download the update again. See the steps under "Advanced steps > Rename, move, or delete the iOS software file (.ipsw)" below for file locations.
    Restore your device while connected to a different network.
    Restore using a different computer.

  • Show graphs before the report detail section

    Post Author: Dan4sure
    CA Forum: Charts and Graphs
    I have a report where I have graphs in the report footer and the report details in a subreport.  Is the a way to produce the same report without a subreport.  I.e. is there a way to show the graphs in the report header or before the detail section?
    Thanks, Dan

    Post Author: Dan4sure
    CA Forum: Charts and Graphs
    I figured out what to do by looking into the sample reports.  I can place graphs in the report header.
    Thanks, Dan

  • Number Range Buffering - Detailed Explanation needed!!!

    Hi GURU's,
    Could someone please explain me what does it mean by Number Range Buffering and where we use it and how we use it.
    Wouls definitely assign points for the detailed explanation. Thanks in advance.

    Hai ,
    The number range buffer is used to increase performance when assigning
    numbers. Instead of fetching the numbers each time from the database,
    a single access to the buffer suffices. Only when the buffer is empty,
    is it refilled from the database (table NRIV).
    Use of the buffer has the following benefits:
    · Accessing the main memory is a thousand times quicker than accessing
    the database. Speed is particularly important for applications that
    assign numbers frequently.
    · Database accesses are always subject to the database transaction
    mechanism. Once an application has assigned a number for one user, a
    second user cannot assign a number until the first user has executed a
    commit operation on the database. The application blocks further
    assignment, and the second user has to wait, until the commit has been
    executed.
    · The number range buffer can also prevent deadlock situations, which
    may arise from assigning different numbers in a different order.
    Since the SAP kernel accesses table NRIV directly for the number range
    buffer, the structure of the table must never be changed. This also
    applies when adding new fields.
    We can set number range buffering inSNRO t code.
    Loading Master data - The number ranges buffer for the SID's resides
    on the application server and reduces DB server accesses. If you set
    e.g. the number range buffer for one InfoObject to 500, the system
    will keep 500 sequential numbers in the memory and need not access the
    database.
    Hope this helps.
    asing points if helpfull
    regards
    Kp

  • Requistion for the detailed explanation for the following TEXT functoins.

    Hi Every one,
                    I require a detailed explanation of the following TEXT functions.
    1. IndexOf (2 Parameters) with an example.
    2. IndexOf (3 Parameters) with an example.
    3.Last IndexOf (2 Parameters) with an example.
    4.Last IndexOf (3 Parameters) with an example.
    5. Difference between IndexOf(2 Parameters) and Last IndexOf(2Parameters) with an example.
    6. Difference between IndexOf(3 Parameters) and Last IndexOf(3Parameters) with an example.
        I have already read in SDN site but i could not understand it properly.
    Please explain me in detail with an examples.
    Kindly do the needy.
    Thanq so much in advance.
    Regards,
    Ch.Prashanth Bharadwaj.

    Hi,
    A very basic question. Before posting search on SCN forum. These topics are very well covered in help.sap.com.
    Points given will be removed and thread locked.
    Regards
    Aashish Sinha
    SAP XI MODERATOR********************************************

  • Re: MB5B report details.

    Higuru's,                                                                                Can anybody tell me the significane of MB5B, wht is the significance of each field how it being calculated??
    Full points will be awarded.
    thanks
    tuljasingh.

    hi
    This report display Stocks for Posting Date:
    In detail this report gives you the opening stock on particular date / Total recipets /Total good issue and the closing stock on the particular date.
    for example
    Stock on 01.12.2007                      100  PC
      Total Receipts                           0  PC
      Total Issues                             0  PC
    Stock on 31.12.2007                      100  PC
    another example:
    Stock on 01.12.200                    4,320  PC
      Total Receipts                         102  PC
      Total Issues                            12- PC
    Stock on  31.12.2007                 4 ,410  PC
    Here in this example good has been issued against the mvt 201 that 12 qty  and the reversal of 201 ( i.e 202) is of qty 102 so that fiqured is added to the total recipets.
    regards
    sunny

  • How to Dynamically Hide-Unhide Report Details

    Is there a technique to hide/unhide data?
    I am creating a report that summarizes transaction data. The users want the opportunity to review the details behind the summary as the report is being reviewed.
    Is there a way to hide the detail data while providing a mechanism for the reviewer to view the detail as desired?
    TIA

    I have implemented this in BI Publisher enterprise and using the desktop version and I don't get this error..
    I did come across another thread that discusses this error. R12: Namespace prefix 'dhtml' used but not declared.
    Not sure if that addresses your setup and issue.. You can send me your template to [email protected] if you would like me to take a look.
    Thanks!

Maybe you are looking for

  • If Adobe competed against Microsoft Word... (important, please read and participate!)

    Ever wonder what a word processing program by Adobe would look like? I have.  It would be full of Adobe-style timesaving Shortcuts, such as: Being able to delete text on page 34 while you're looking at page 2, or Being able to bold, resize and italic

  • Need for more flexibility in deciding who can edit shopping carts and do GR

    Hello, Running ECS SRM 5.0 As far as I know, there are two options when it comes to who can edit and change shopping carts and also do goods receipt. These two options are controlled by roles. The normal is that you can only do this with documents cr

  • Z30 software upgrade issue

    I installed the latest software update on my Z30 yesterday.  Everything went according to plan and I rebooted the phone when instructed.  Since then I have not been able to restart the phone. Since I backed up the phone before updating the software,

  • How to create a characteristic that can hold decimal values.

    Hi, I want to create a characteristic which shoul be able to hold decimal values. Because from source system its coming in the format Number(1,1) and it should be a characteristics as per my business requirement. Please give me the solution if u know

  • Unable to use iDVD preview

    I have made almost 30 DVD slideshows and always preview them before burning; however, for some reason I am having a problem with the preview.  The menu won't play the music I have added and the slideshows won't start.  I have never had this problem b