System resource usage profile

Our Forte OLTP application runs on HP-UX 10.20. A transaction uses
resources through the Forte partition and the Oracle database.
Is there a way to apportion CPU time, Memory, IO bytes, etc to a
single transaction? Ideally we would indicate the start and the end of a
transaction and then collect resource usage statistics. As a Forte
partition is a UNIX process which accumulates the CPU times of all
transactions processed I see no easy way to break down the CPU usage per
transaction. We need to do capacity planning and assigning system
resources to transactions is imperative in order to know when the server
will become saturated. Any ideas?
Thanks
Jose Suriol
To unsubscribe, email '[email protected]' with
'unsubscribe forte-users' as the body of the message.
Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

Hi,
What version of project management is the client using? Please take a look at prim55774in our knowledgebase for further information on a possibly cause for why the resource usage profile is blank.
If this is not the case please contact support for further assistance at:
http://primavera.com/customer/support.asp.
Saryn

Similar Messages

  • Version 7 Resource Usage Profile Options

    In previous versions of P6 you were able to check a box that gave you a calculated average when showing a resource profile. In V7, although the box is still there, checking and unchecking it makes no difference to the display. Has this feature been disabled or am I just missing a trick?
    Thanks in advance

    Its available from https://support.oracle.com - Solution ID 1073886.1
    Primavera Project Management P6 version 7.0 (P6 v7) Service Pack 1 [ID 1073886.1]
    Applies to:
    Primavera P6 Enterprise Project Portfolio Management - Version: 7.0 and later [Release: 7.0 and later ]
    Primavera P6 Professional Project Management - Version: 7.0 and later [Release: 7.0 and later]
    Information in this document applies to any platform.
    What is being announced?
    Service Pack 1 for Project Management version 7.0 (P6 v7) is now available for download.
    References
    PATCH:9471957 - PRIMAVERA PROJECT MANAGEMENT P6 VERSION 7.0 SERVICE PACK 1

  • Printing Resource Usage Profile / Resource Usage Spreadsheet

    Any way of showing the resource names selected for the RUP or RUS on a printed page?
    There's proably "fudge" ways like adding bar labels on the Gantt chart, just wondered if i could actualy show the Current Projects' Resources on the left hand side of the print.
    Cheers

    you can display the field "filter_list" between [ ] in a header or footnote section of the printed layout (similar to a title, note or legend).
    at least for resources (does not seem to work for roles) the filter list is given by the filter(s) used by the system when displaying the histogram / spreadsheet, in other words by whatever resource(s) you selected for display out of the current projects' assigned resources.
    hope this helps.
    Edited by: Tibi on Oct 26, 2009 6:30 PM
    using double [ ] is the markup for link formatting on the forum :)

  • System resource usage

    Which is more of a resource hog: having lots of projects open but few events, or vice versa?

    In your program, I assume you have declared your grids to be a multi-Dimensional array. When working on multi-dimenasional array in for() loops, don't use something like grids.length. If your grids array is something like:
    String grids[][] = new String[4][5];
    let us assume the above is your grids array. Then you would be better off using:
    for(int i=0; i<4; i))
      for(int j=0; j<5; j++)
      }//End for(j)
    }//End for(i)Change this and see.
    Vijay :-)

  • "Calculate Average" option for the Activity Usage Profile doesn't work

    I have the same problem as poster 793128 in a comment for a different thread: the "calculate average" profile option doesn't work for units (it works for cost though). I've used this option a lot on previous versions of Primavera but for some reason is not working on our new P6 release 7 (stand alone). As 793128’s post says: nothing happens, nothing changes, the profile keep showing totals, doesn't matter if the "base hours on time period" box is selected or if the divider is input by the user.
    The same option (calculate average / divide by) on the resource usage spreadsheet and on the tabular reports do work as expected so doesn't seem to be that I checked the wrong box for some user or administrator preference set up.
    Thank you for any help or clue. I posted this as a different thread because my original post was in a resource profile thread for a different issue that was already answered.

    *793365,*
    After reading your post I tested an older layout of mine that uses a similar setup and it still operates fine. On the "Resource Usage Profile Options" box under the "Graph" tab, I have "Calculate Average" checked and "24" entered in the "Divide interval totals by:" box.
    This allows my resource profile to display manhours per day for me.
    Some of my background info:
    I run in a multi-users platform and not in a stand alone setup.
    We have different resources loaded into the schedule with multiple calendars.
    I have several "Resource Filter/Group Names" setup for each separate resource on the "Data" tab too.
    Hope this helps,

  • Resouce Usage Profile

    In resource usage profile values on right and left horizontal lines are in hours like 800h is there any way to remove h , or can assign new value of our choice

    Akhtar,
    Go to Resource Usage Profile Options, then go to Graph tab and at the bottom left check calculate average.
    Put divide total intervals = 1
    and Unit of Measure as you like....m3, kg, No etc.
    Note:
    In P6v7 only, this option of calculating average is not working (Bug) and you must install P6v7 SP1, Service pack 1, available free from Oracle Support Knowledgebase.
    Jawad
    Novo Rail, Sydney

  • How to check the system resources LV is using.

    I am currently using LV8.6 to monitor the input on a TCP connection, monitor input from a user and send any input over the connection, and operate on any received data.  These are three main functions occuring in parallell and each contained within their own while loop.  I am using multiple local variables and many nested case statements.  The problem I am running in to is that my VI is using almost 100% of my microprocessor.  I have almost completed my code and I will try to reorganize my setup to make it more efficient but my question is if there is a way to monitor the system resources that the VI is using while it is running.  Any help on monitoring the system or advice on how to reorganize from my general description would be greatly appreciated.

    This usually happens when you have a loop with no wait, because then it tries to run as fast as possible. Usually, TCP reads and event structures have some delay built in, so if I had to guess, I would guess it was the TCP writing loop. The easiest solution is to add a simple wait command to each loop, even of 0 or 1 ms.
    As for a more general answer, if you have the professional version of LabVIEW, you should have some profiling tools in the Tools menu. You can also do debugging by placing case structures around pieces of your code and disabling and enabling them while monitoring your CPU usage. When it drops, you can usually assume you've disabled the culprit and investigate further.
    Try to take over the world!

  • Swing eating up system resources

    I'm developing a chat system with a client and server. The server simply listens for clients and relays chat messages. The client consists of a chat gui and the main server process.
    My server runs fine; my client however causes the system to slow. I'm using Windows XP Service Pack 2, and when I turn on System Monitor both the server and client are running at 40-50% system usage (without the client connected my server runs 0%). Although the client gui is smooth, other applications are laggy. Profilling my client, I see that its spending most of its time in sun.awt.windows.WToolkit.run (cpu=times). For cpu=samples, most of the CPU usage is used in WToolkit.eventHandler.
    here's how my client works:
    First it starts the Client object, which initiates a connection. Once the connection is established, it launches the chat GUI (I'm using New I/O - asynchronous sockets here). Obviously the chat GUI is in its own thread. Originally I had separate thread for the Client object, but seeing terribel performance I merged the client object back into the main thread, but to no avail.
    My Chat GUI class has two handlers - an ActionListener which listens for the user typing in enter to send a message, and a windowlistener, which listens for a close.
    Any help will be appreciated. Thanks!

    For fastest, most efficient answers to questions like this come to the ClamXav Forum first.
    lnbstahl wrote:
    Well, thanks for the reply, but Intego isn't what's using my resources, so at least it's got that going for it.  Can anything be done about the clamscan or ClamXav?  Can it be killed?  I'm use Parallels, but it's not currently running.  I have seen that ClamXav is installed, but as I said, I didn't install it, so wonder why it's now running and dominating my system resources.
    ClamXav cannot install itself and I'm not aware of any other installer that includes it, so it must have either been downloaded from the AppStore or a web site. Please highlight the application, hold the command key down and type the I key (that's eye, not ell) to bring up the "Get Info..." dialog and tell me what it says is the version number.
    I don't believe it's possible for the clamscan process to run without the application being used, so in Activity Monitor type the letters "clam" without the quotes in the search box in the upper right corner of the window and tell me everything running with clam in the name.  If the process is clamdscan, that would indicate that you are running ClamXav Sentry in the background which would also be running the clamd process.

  • Why the video playback stotter but audio is ok and all system resources are ok as well?

    Hi,
    I'm using Premiere Elements 12 and prepared a project using m2ts files of my sony camera. When I started the project, everything was find, editing easy. Now, some months later I wanted to finish the project on the same laptop ( Intel Cor i5-4200 2,50GHz, 8GB RAM, 64 bit Windwos 8.1, 1TB Hybrid HDD, dual graphic: Intel HD Graphics 4600 and NVIDIA GeForce GT740M). The system resources are not completly used during the playback, maybe 10 - 15% usage, RAM is between 20 and 50% usage, harddrive usage is between 10 and 40% usage. Video data are stored local on the harddrive (not on USB or network).
    When I open the original files in e.g. VLC or Media Player the playback is perfect, no interupts. The playback of rendered elements in Premiere Elements is without interupts as well. Only "native", untouched HD material stotters after a short time I'm working on the project. It's the same for other videos, when I start a new project. It's anoying me because it was the reason why I decided for the SW.
    I deinstalled Premiere Elements completly, used also CCleaner to remove unused registry entries... reinstalled it completly after some restarts... updated to 12.1.0.0 but after an afternoon of installation, the same issue is back.
    Who can help me to fix it? Thanks for your feedback.

    Player version 7.1.6 is a very old version but it should play H264 / AAC videos without issue.
    http://support.apple.com/kb/DL837?viewlocale=en_US&locale=en_US a link for a more modern version.

  • An error has occurred while accessing SQL database or system resources. If this is the first time you have seen this message, please try again later. If this problem persists, please contact your administrator.

    I have SP Server 2010, and when I try to DELETE a rule within an existing Audience, "Property (Account Name) = domain/username", I get this error, "An error has occurred while accessing SQL database or system resources. If this
    is the first time you have seen this message, please try again later. If this
    problem persists, please contact your administrator."  When I try to "MODIFY" the rule I get this error, "One or more values typed on this page are not valid. Check the text for the indicated fields." 
    The last time I checked it was working, I'm not aware of any new updates installed recently?  I did a full Profile Synchronization as well, but still not working, please advise? -- Evenstarline

    Hi Sara,
    First of all thank you very much for your prompt responses. Here are my comments to each of your suggestions below, and just to let you know I am using a Farm Admin account.  I
    was able to do this way after we upgraded from SP 2007 to SP 2010 as well.   I would like to mention I'm not a SP expert, just been given the responsibility due to another person handling it just left, so apologize with some of
    my novice questions below?
    1. When I change the Operators to "Contains" or "Not Contains" get generates this error below.
         Error generating in red towards top of the audience page..."One or more values typed on this page are not valid.  Check the text for the indicated fields."
         Error occurred where you enter your "Value"..."Could not resolve the user identity. Please re-enter the account name."
    2. We have a 3-server-tier topology (SPWeb, SPDB, and SPFarm).  Does the updates only apply to where the Central Admin is installed, which is the "SPFarm"?  I checked all
    3 servers, and NONE of the updates (KB2899494, KB2889845, and KB2883055) you'd mentioned are installed.
    3. I'm new to IISRET, I need to be extra cautious of what I run in production, is this safe to run with no problem?  What does it do?  And How do I run it?
    4. I'm also new to viewing the ULS log.  I'd just downloaded a viewer for it.  I'm assuming the only logs I need to be concern with viewing are within the SPAdmin (where Central
    Admin is installed)?  There's so many of them, what should I be looking for exactly?
    Evenstarline 

  • Insufficient System Resources when merging large files

    My client is running on Windows Server 2003, 64 bit. He has 30 gig of RAM and a large amount of file storage. The drives are NTFS.
    I have a program that produces a number of text files from different processes, and then merges them when done. After running the code for many days (we're working with a lot of data), the merge process is failing with "Insufficient System Resources Exist to complete the requested process".
    Insufficient system resources exist to complete the requested service
    java.io.IOException: Insufficient system resources exist to complete the requested service
    at java.io.FileOutputStream.writeBytes(Native Method)
    at java.io.FileOutputStream.write(Unknown Source)
    at sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
    at sun.nio.cs.StreamEncoder.implWrite(Unknown Source)
    at sun.nio.cs.StreamEncoder.write(Unknown Source)
    at java.io.OutputStreamWriter.write(Unknown Source)
    at java.io.BufferedWriter.write(Unknown Source)
    at functionality.ScenarioThreadedLoanProcessor.processLoans(ScenarioThreadedLoanProcessor.java:723)
    at functionality.ScenarioThreadedLoanProcessor.construct(ScenarioThreadedLoanProcessor.java:227)
    at utility.SwingWorker$2.run(SwingWorker.java:131)
    at java.lang.Thread.run(Unknown Source)
    I've investigated this problem in other places, and most of the answers seem to not apply to my case.
    I've looked a this: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4938442
    But I am not using file channels (I don't think...), and I am copying data in chunks of <32MB.
    Here's the relevant code (I realize I don't need to be re-allocating the buffer, that's a legacy from an older version, but I don't think that's the cause.)
    There are usually four threads, 1-4 reports, and 1 scenario, so this loop shouldn't be executing thousands and thousands of times.
    for (int scenario = 0; scenario < scenarios.size(); scenario++)
                        for (int report = 0; report < reportPages.size(); report++)
                             for (LoanThread ln : loanThreads)
                                  BufferedReader br = new BufferedReader(new FileReader(new File(ln.reportPtr.get(
                                            (scenario * reportPages.size()) + report).getFileName())));
                                  br.readLine();//header, throw away
                                  BufferedWriter bw = new BufferedWriter(new FileWriter(formReport.get((scenario * reportPages.size()) + report)
                                            .getFileName(), true));//append
                                  char[] bu = new char[1024 * 1024 * 16];
                                  int charsRead = 0;
                                  while ((charsRead = br.read(bu)) != -1)
                                       bw.write(bu, 0, charsRead);
                                  bw.flush();
                                  bw.close();
                                  br.close();
                                  File f = new File(ln.reportPtr.get((scenario * reportPages.size()) + report).getFileName());
                                  f.delete();
    Any thoughts?Edited by: LizardSF on Jul 29, 2011 8:11 AM
    Edited by: sabre150 on 29-Jul-2011 09:02
    Added [ code] tags to make the code (more) readable

    1) You can allocate the buffer at the start of the outer loop to save the GC working overtime. You might even be able to move it out of the loops all together but I would need to see more code to be sure of that.+1. Exactly. This is the most important change you must do.
    The other change I would make is to reduce the buffer size. The disk only works in units of 4-16k at a time anyway. You will be surprised how much you can reduce it without affecting performance at all. I would cut it down to no more than a megabyte.
    You could also speed it up probably by a factor of at least two by using InputStreams and OutputStreams and a byte[] buffer, instead of Readers and Writers and char[], as you're only copying the file anyway. Also, those BufferedReaders and Writers are contributing nothing much, in fact nothing after the readLine(), as you are already using a huge buffer. Finally, you should also investigate FileChannel.transferTo() to get even more performance, and no heap memory usage whatsoever. Note that like your copy loop above, you have to check the result it returns and loop until the copy is complete. There are also upper limits on the transferCount that are imposed by the operating system and will cause exceptions, so again don't try to set it too big. A megabyte is again sufficient.

  • 'Resource Usage' field in Planner workbench

    Hi,
    Currently the 'Resource Usage' field in Planner Workbench > Item > Routing Operation > Resources doesn't not display decimal places.
    What do I need to change in profile option or preference or anywhere else so that atleast 1 place after decimal is display. In the database column this field has data with decimal places.
    Thanks

    Hi Geert,
    Thanks for the advice.
    I put '1' decimal place in Capacity Plan but it didn't work. Then I entered same value in all decimal places in all tab in Preferences, then it worked.
    Thanks
    Dee

  • How to view system resources, double tap on links in second monitor issue.

    I'm new to macs and so far so good. I've spent the last few days playing with my new macbook and leopard religiously to get aquainted. Couple of things i can't seem to get the answers to.
    1.) Is there something in macos where i can check out the status of my system resources like processor and ram usage? Like in windows it's called the "task manager".
    2.) I have an external monitor connected as an expanded desktop, it's located to the right of the macbook main screen. In the right, external screen, when i double tap anything in firefox, the box that shows up is on the left, macbook, screen. Anything you guys have encountered?
    Thanks a lot

    Hello,
    1.) Is there something in macos where i can check out the status of my system resources like processor and ram usage? Like in windows it's called the "task manager".
    Use /Applications/Utilities/Activity Monitor
    2.) I have an external monitor connected as an expanded desktop, it's located to the right of the macbook main screen. In the right, external screen, when i double tap anything in firefox, the box that shows up is on the left, macbook, screen. Anything you guys have encountered?
    I think this is an issue Firefox team should fix, please report to them. Why double tap ? most links on web page works with a single click, maybe you should try.

  • Clear resource usage counter on ACE module

    Hi
    Does anybody know how to clear the resource usage counter on an ACE module?
    We use an ACE20-MOD-K2 with version A2(3.5).
    Here you can see that after issuing 'clear stats resource-usage' the counters are still the same.
    uzhlbsrv1/Admin# sh resource usage resource rate bandwidth
                                                         Allocation
            Resource         Current       Peak        Min        Max       Denied
    Context: Admin
      bandwidth                  1966       3971    7487500  625000028          0
    Context: NOZONE
      bandwidth                     0       4450          0  617512528          0
    Context: ZONE1
      bandwidth              14021827  549340375          0  617512528  192084322
    Context: ZONE2
      bandwidth                197520   69634789          0  617512528      29385
    Context: ZONE3
      bandwidth                 38756   78911285          0  617512528    6471653
    Context: ZONE4
      bandwidth                     0       3052          0  617512528          0
    uzhlbsrv1/Admin# clear stats resource-usage
    uzhlbsrv1/Admin# sh resource usage resource rate bandwidth
                                                         Allocation
            Resource         Current       Peak        Min        Max       Denied
    Context: Admin
      bandwidth                   396        841    7487500  625000028          0
    Context: NOZONE
      bandwidth                     0       4450          0  617512528          0
    Context: ZONE1
      bandwidth               9350189  549340375          0  617512528  192084322
    Context: ZONE2
      bandwidth                128087   69634789          0  617512528      29385
    Context: ZONE3
      bandwidth                133229   78911285          0  617512528    6471653
    Context: ZONE4
      bandwidth                     0       3052          0  617512528          0
    Or is it a bug eventually?
    Thanks
    Patrik

    Hi Patrik,
    What could one of the issue here is, if this box is in production and is being used, as soon as you clear the coutners, the new traffic is still flowing in, so ace will populate the new stats. if you take this box out of production then you should be able to see all the traffic gone.
    Also to reinforce my previous argument, if you happen to see the stats second time, they are reduced , which will only point that the system is actively receiving and before you do a second show resource, it would have received some traffic and it will also take into account the existing traffic flow across the box.
    Most likely not a Bug.
    Regards
    Abijith

  • Not enough system-resources to finish required-service

    Hi,
    I have developed a backup-program, using java.util.zip package.
    When I applie this program to zip a file greather than 100Mo, an OutOfMemoryError occurs.
    So, I try to call the JVM with Xms and Xmx parameters set to 512Mo:
    java -Xms512M -Xmx512M ClassName
    Then, my program crash on the following exception:
    java.io.IOException: Ressources syst�me insuffisantes pour terminer le service demand�
    (Translation: "Not enough system-resources to perform the required-service")
    My workstation is equiped of 512Mo-RAM for an Athlon 1000MHz under Win2KPro 5.00.2195 and I using Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0-C) - Java HotSpot(TM) Client VM (build 1.3.0-C, mixed mode)
    The memory-usage after the Exception-evenment is 112Mo,
    the maximum-memory-usage is 216Mo,
    the virtual-memory-usage is 532Mo,
    Is it an another way than increasing physical-memory of my workstation to contain my JVM ?
    Thanks beforehand for your replies.

    You create (write) an archive I suppose.
    I wrote a little web-server in Java which serves the requests on the basis of the zip archives listed in its configuration. That is, it lets us browse inside several zip archives with a browsers without having to unpack them. I use this thing on my PC against a couple of complete Java SDK documentation packages etc. The total size is above 150MB (megabytes, or, si vous pr�f�rez, megaoctets). The thing runs without memory options without problems for a week (I usually shut the box down for the weekend).
    The bottom line: with reading the archives I encounter no problems with the java zip package.

Maybe you are looking for

  • After upgrading to Mavericks, iPhoto does not work

    I have an iMac early 2011, with dual hard drives. After upgrading to Mavericks, iPhoto and several other apps are no longer "installed". The following apps have a white circle with a line through it in my main Applications folder on my primary hard d

  • How do I count the number of times a word appears in a column?

    What I have is a spreadsheet logging work history. Let's say the work location is "office", "home", or "travel" and I want to have a separate cell in another table for totals, count up the number of time each appears in the data for the year. So it w

  • Vectors -please explain

    I'm looking through a textbook (Java How to program by Dietel abd Dietel) which provides some code to connect to database and then to display the database on the screen. However, I am trying to understand the code and can't understand the following m

  • Port for remote domain

    Trying to set up my mail account for my website.  Can receive but cannot send.  I know there is a port I can use to get it to work but I haven't been able to recreate my research path for the last time I found the port number.  Can anyone help?

  • I was using iPhoto 8.1.2 with Snow Leopard (10.6.x) and it worked perfectly.

    perfectly.  I upgraded to Mtn Lion (10.8.x) and iphoto 8.1.2 won't open. What steps do I follow to fix the problem?