Performance metrics without awr

Hi,
I need to have below details from production database(11.2.0.3 or 10.2.0.4).
1.Cache hit ratios for a day, for a week, for a month.
2.Top 10 sql command sorted by elapsed time, cpu time, physical read/write. This is also for a day, for a week, for a month.
3.Top 5 wait event of a day, of week, of month.
Well I don't want to use awrrpt.sql script. I want to do it through queries.
How is that possible? Please help.
Regards,
Gourab

Hi,
Hi,
I need to have below details from production database(11.2.0.3 or 10.2.0.4).
1.Cache hit ratios for a day, for a week, for a month.
2.Top 10 sql command sorted by elapsed time, cpu time, physical read/write. This is also for a day, for a week, for a month.
3.Top 5 wait event of a day, of week, of month.
Well I don't want to use awrrpt.sql script. I want to do it through queries.
How is that possible? Please help.
Regards,
GourabTry to develop the queries for find the points list in 1,2,3 for day... schedule a cron. If it's working fine, now your task is jump to finding details for week.
As you have stated you have licensed for AWR, then check the workload repository threshold that is cleanup (till what time it will keep) then adjust based on your need and write queries (modify for week - instead of day)
then you task is done.. if it works for week then generalized to month.
Note - Don't try to eat food (full plate) at one go, it can't be fitted, try eating bit and pieces, it will finish your meal.
HTH
- Pavan Kumar N

Similar Messages

  • Why there are some metric without "Last Upload" in "All Metric" page?

    I am developing a MYSQL Plugin. after I deployed it to agent, and add target to it. I found there is something strange for some metric collecting/uploading. And I test it on both OMS 10.2.0.4 and OMS 10.2.0.5, they have the same issue.
    In page “All Metric”, not all of metrics have a value under column “Last Upload”. And if I click the metrics without “Last Uploaded”, some of them actually have data collected/uploaded and display it in UI. Then I am very confused why those metric had no "Last Upload" in All Metric page? Does it mean those three metric only collected/uploaded once? Does it mean there are something wrong with my XML? or what?
    Here is the definition for one of metrics without “Last Upload”,
    ===========================================================
    <Metric NAME="ProcessList_Count" TYPE="TABLE" HELP="NO_HELP">
    <Display>
    <Label NLSID="mmd_ip">ProcessList_Count</Label>
    <Description NLSID="mmd_ip_desc">The ProcessList_Count</Description>
    </Display>
    <TableDescriptor>
    <ColumnDescriptor NAME="GroupBy" TYPE="STRING" IS_KEY="TRUE">
    <Display>
    <Label NLSID="mmd_ip_GroupBy">GroupBy</Label>
    <Description NLSID="mmd_GroupBy_desc"> The GroupBy. </Description>
    </Display>
    </ColumnDescriptor>
    <ColumnDescriptor NAME="Ip_User_Aggr_Count" TYPE="NUMBER" IS_KEY="FALSE">
    <Display>
    <Label NLSID="mmd_ip_Ip_User_Aggr_Count_Value">Ip_User_Aggr_Count</Label>
    <Description NLSID="mmd_ip_Ip_User_Aggr_Count_desc"> The Ip_User_Aggr_Count. </Description>
    </Display>
    </ColumnDescriptor>
    <ColumnDescriptor NAME="Command_Aggr_Count" TYPE="NUMBER" IS_KEY="FALSE">
    <Display>
    <Label NLSID="mmd_ip_Command_Aggr_Count_Value">Command_Aggr_Count</Label>
    <Description NLSID="mmd_ip_Command_Aggr_Count_desc"> The Command_Aggr_Count. </Description>
    </Display>
    </ColumnDescriptor>
    </TableDescriptor>
    <ExecutionDescriptor>
    <GetTable NAME="MysqlProcessAggregate" USE_CACHE="TRUE"/>
    <GroupBy NAME="IpUserAggrCount_I" FROM_TABLE="MysqlProcessAggregate">
    <By NAME="GroupBy" COLUMN_NAME="UserIp" />
    <AggregateColumn NAME="Ip_User_Aggr_Count" COLUMN_NAME="Id" OPERATOR="COUNT"/>
    </GroupBy>
    <GetView NAME="IpUserAggrCount_II" FROM_TABLE="IpUserAggrCount_I">
    <Column NAME="GroupBy" COLUMN_NAME="GroupBy" />
    <Column NAME="Ip_User_Aggr_Count" COLUMN_NAME="Ip_User_Aggr_Count" />
    <ComputeColumn NAME="Command_Aggr_Count" IS_VALUE="TRUE" EXPR=" " />
    </GetView>
    <GroupBy NAME="CommandAggrCount_I" FROM_TABLE="MysqlProcessAggregate">
    <By NAME="GroupBy" COLUMN_NAME="Command" />
    <AggregateColumn NAME="Command_Aggr_Count" COLUMN_NAME="Id" OPERATOR="COUNT"/>
    </GroupBy>
    <GetView NAME="CommandAggrCount_II" FROM_TABLE="CommandAggrCount_I">
    <Column NAME="GroupBy" COLUMN_NAME="GroupBy" />
    <ComputeColumn NAME="Ip_User_Aggr_Count" IS_VALUE="TRUE" EXPR=" " />
    <Column NAME="Command_Aggr_Count" COLUMN_NAME="Command_Aggr_Count" />
    </GetView>
    <Union NAME="Result">
    <Table NAME="IpUserAggrCount_II" />
    <Table NAME="CommandAggrCount_II" />
    </Union>
    </ExecutionDescriptor>
    </Metric>
    ===========================================================
    ===========================================================
    <CollectionItem NAME="MysqlProcessAggregate">
    <Schedule>
    <IntervalSchedule INTERVAL="10" TIME_UNIT="Min" />
    </Schedule>
    <MetricColl NAME="MysqlProcessAggregate" />
    <MetricColl NAME="ProcessList_Count" />
    </CollectionItem>
    ===========================================================
    Any help will be appreciated!!!
    Thanks,
    Satine

    Hello Satine,
    If the 'Last Upload' timestamp value shows "-", it means data for particular metric(s) never got uploaded from EM Agent. This can happen if:
    - Metric collection is disabled
    - Metric is defined as 'Real-Time metric'
    - Metric is defined for scheduled collection, however, due to some parsing error, EM Agent
    You mentioned -
    "...And if I click the metrics without “Last Uploaded”, some of them actually have data collected/uploaded and
    display it in UI. Then I am very confused why those metric had no "Last Upload" in All Metric page? Does it
    mean those three metric only collected/uploaded once? Does it mean there are something wrong with my
    XML? or what?..."
    By clicking on the metric link (on 'All Metrics' page), you are performing a real-time collection - i.e., Agent is informed to collect the data and provide it to the caller APIs so that the data can be displayed on UI. Such a data displayed is not from EM Repository. Hope this addresses your confusion with - "...why those metric had no "Last Upload" in All Metric page...". If you want to see the history data, you need to expand the particular metric and click on the sub-links (which are the non-kyy metric-columns that you would have defined in the target-type metadata xml file)
    Since you mentioned that when you are doing a real-time collection (by clicking on the metric link on 'All Metrics' page), you are retrieving data, I don't think there should be anything wrong in the metadata xml file. Yes, it can happen that EM Agent didn't find an entry in default-collection OR there was parsing issue for the entry in default-collection, which may cause the metric to be assumed as 'real-time' by EM Agent. However, looking at the example that you specified, don't think that should be the case.
    Can you check
    1. the 'Collection Schedule' and 'Upload Interval' mentioned for these metrics on 'All Metrics' page ? Is this
    same as what you specified in the default-collection xml file ?
    2. Are there any errors reported in emagent.trc / emagent.log for metric "ProcessList_Count" ?
    Regards,
    -Shant

  • Extremely Important Performance Metrics OF XI

    Hi ALL
    Please do give me some documents  on Performance Metrics regarding file transfer from sap to XI,Message payload of XI, database integration.Scenarios is transfer of 100MB of data . please send me all the documents  related to it which gives detailed explaination of metrics .i will appreciate and reward accordingly .
    Perfomance ststistics is the prime objective of this post where data size exceeds 100MB.
    please do replyasap
    with regards
    subrato kundu

    HI,
    I don't think so, is there any documents available on this.
    But Performance of File Adapter depends on many parameters-
    Yes, depends on many parameters-
    1) Memory - Sizing of hardware
    2) Logic used to process the file ( for eg. write a script which will split the file etc)
    3) If multiple files at a time having huge volume of data, you can go with EOIO method
    But we have processed up to 10MB files without any problems. I took around couple of seconds
    Some links-
    Performance of File Adapter
    Hope this helps~
    Regards,
    Moorthy

  • Capture performance metrics across multiple servers

    Hello. I'm still very new to Powershell but anyone know of a good Powershell v.3 -4 script that can capture performance metrics across multiple servers with an emphasis on HPC (high performance computing) and gen up a helpful report, perhaps in HTML or Excel
    format?
    Closest thing I've found and used is this line of powershell:
    http://www.microsoftpro.nl/2013/11/21/powershell-performance-monitor-on-multiple-remote-computers/
    Maybe figure out a way to present that in better format, such as HTML or Excel.
    Also, if someone can suggest some performance metrics to look at with an HPC perspective. For example, if a CPU is running at 100 utilization, figure out if which cores are running high, see how many threads are queued waiting for CPU time, etc...

    As far as formatting is concerned,
    ConvertTo-HTML is a basic HTML output format, but you can spice it up as much as you like:
    http://technet.microsoft.com/en-us/library/ff730936.aspx
    Out-Grid is very functional and pretty simple:
    http://powertoe.wordpress.com/2011/09/19/out-gridview-now-has-a-passthru-parameter/
    Here's an example with Excel:
    Excel
    Worksheets Example
    This might be a good reference for HPC, I don't have access to an HPC environment so I can't offer much advice there.
    http://technet.microsoft.com/en-us/library/ff950195.aspx
    It might be better to keep unrelated questions separate, so a thread doesn't focus on one question and you lose time getting an answer to another.
    I hope this post has helped!

  • 1)    Is there North Bound Interface / API from SAP Solution Manager available for 3rd party integration?       i. The list of the modules that are being managed by SAP Solution Manager(s)      ii. The performance metrics of those modules/components at th

    1)
    Is there North Bound Interface / API from SAP Solution Manager available for 3rd party integration?
    i. The list of the modules that are being managed by SAP Solution Manager(s)
    ii. The performance metrics of those modules/components at the high level
    iii. The information about Early Watch Alerts (or situations to watch for)
    2)
    Is there a full SNMP interface for getting the above information from SAP Solution Manager?
    3)
    Is that understanding that SAP has SNMP support for forwarding alerts to a 3rd party system, correct?
    4)
    Does SAP has both free and licensed? If yes then what are the advantages of licensed over the open/free version?

    Mugunthan
    Yes we have applied 11i.AZ.H.2. I am getting several errors still that we trying to resolve
    One of them is
    ===========>>>
    Uploading snapshot to central instance failed, with 3 different messages
    Error: An invalid status '-1' was passed to fnd_concurrent.set_completion_status. The valid statuses are: 'NORMAL', 'WARNING', 'ERROR'FND     at oracle.apps.az.r12.util.XmlTransmorpher.<init>(XmlTransmorpher.java:301)
         at oracle.apps.az.r12.extractor.cpserver.APIExtractor.insertGenericSelectionSet(APIExtractor.java:231)
    please assist.
    regards
    girish

  • Solution Manager : Realtime Performance Metrics and Alerts

    Hi
    How can I configure Solution Manager to get
    - Realtime Alerts
    - Performance Metrics every 5 minutes
    - Business Performance Metrics every 5 minutes
    Can I have all the above data in CSV / HTML/ XML format
    I have read the Solution Manager documentation, and it is cryptic for newbie starter
    Any help or pointers to someone who has done this before, will be very valuable.
    regards
    Raj

    How do you get CCMS Alerts and E2E, can you elaborate or point me the steps/docs....
    Thanks!

  • Performance Metrics

    Performance Metrics
    Hi All ,
    EBS Version 12.1.3
    DB Version : 11.2.0.3
    Today in one of the meeting we were asked if our system was capable to handle the growth in the next 6-8 Months.
    Now before I could get inputs from them we decided to do some homework.
    I am looking for some points/ suggestions on which I can check and compare from the past and provide the answer to the question.
    Regards
    Karan Kukreja

    I Found !
    Environment -> Performance Metrics -> Performance Metrics Report
    -- Cedric GEORGEOT [MVP] File System Storage http://www.e-novatic.fr -- Auteur du livre Bonnes pratiques, planification et dimensionnement des infrastructures de stockage et de serveur en environnement virtuel -- N'oubliez pas de marquer comme réponse

  • Performance metrics for 8i standard vs. enterprise

    I'm looking for performance metrics comparicing Oracle 8i Standard Edition to the Enterprise Edition.
    Basically, I'm tyring to determine what level of web-site traffic will necessitate use of Enterprise instead of Standard.
    Any ideas out there?
    Thank you,
    Mike

    Hi,
    there should be no difference in performance because both products share the very same kernel.
    Of course, EE has features like partitioning which make a huge difference when they are used.
    So the answer clearly depends...

  • Application Server (Pertinent Report values for performance metrics)

    Hi
    With dmstool what are the most relevant values to collect. My objectives are to compare performance metrics on two environments. First one is on 9iAS (or 10 g AS), the second is a weblogic environment.
    Regards
    Den

    when running the dmstool -dump i noticed that some requests where throwing errors "connection refused".
    I verified the server properties focusing on the dms port 7200;
    I noticed that the listening adress and port was missing cfr httpd.conf
    After adding this info metrics are displayed
    thanks for the clue;
    chris

  • Missing performance metrics on OEM GC

    We have agents and OMS on 10.2.0.3. We configured performanace metrics as template and template applied for the targets. one of the target RAC database with 2 nodes, an agent on each node uploaded performance metrics until Mar 08th and after that the perfomance metrics shows not data available. These are the metrics related to
    1. Database Services
    2. System Response Time Per Call
    3. Wait Bottlenecks
    4. Waits by Wait Class
    Collection schedule shows every 15 minutes, upload interval shows Every collection, Last upload shows Mar 8, 2008 5:21:50 AM.
    ./emctl upload agent works fine no issues.
    ./emctl status agent shows XML's uploaded.
    we did clearstate agent, stop and start agent etc.. no change
    No pending files in the upload directory on the target agent, no pending files on the recv (recieving) directory of the agent.
    What else should have been the problem? How to get these metrics to upload properly and make it working. appreciate any help.

    What version of Oracle have you in the target RAC databases?
    For Oracle 9i you must to execute a workaround for enable this metrics
    Regards
    -

  • Oracle E-Business Suite Performance Metrics?

    Hi,
    Can anyone please comment on the subject. What are the performance metrics? In general offcourse.
    Sharjeel.

    Performance metrics for Oracle E-Business Suite is used to gather information about application/database for the purpose of monitoring the performance (application server, forms sessions, database, CMs .. etc). Its one of the components of Oracle Applications Manager (OAM), OAM as well as Oracle Grid Control provide a complete and integrated solution for Oracle E-Business Suite system management.
    To get more information and technical papers about this tool, please refer to "Administration and Management (OAM & OEM)" page at (http://www.oracle.com/technology/products/applications/admin/index.html)

  • Freelancew work for performance metrics

    http://www.rentacoder.com/RentACoder/misc/BidRequests/ShowBidRequest.asp?lngBidRequestId=899712

    Hi
    Yes , I have 3 years ago of experience in build performance metrics for monitoring oracle databases

  • OSB Reporting Performance Metrics Throttling

    Hi Friends,
    Can someone give me an idea around how can I achieve following for my OSB services? Like pointers towards, is it available out of the box or should i use some APIs to generate these statistics would be very helpful.
    •     Reporting / Analytics
    o     Ability to report service consumption per service per application
         Calls per sec/min/hour/day
         Error Counts
    o     Performance Metrics?
         Anything we can know from this perspective? Can we get performance matrix for Business services?
    - We are collecting this in ou
    •     Quotas / Throttling
    o     Max Requests per second/minute/hour/day
    o     Ability to restrict per consuming application
    o     Auto shut off and re-enable when time period expires
    Thanks.

    Have tried to answer what I know.
    You have to enable the Monitoring feature for the proxy/business services.This would help you collect req counts/response times etc.
    http://docs.oracle.com/cd/E14571_01/doc.1111/e15867/monitoring_ops.htm
    Ability to restrict per consuming application - For this you can use throttling work manager of OSB.

  • VFlash performance metrics missing

    Hi,
    I’m playing with the new vFlash feature in my vSphere 5.5 lab. All seems to be working…but – I’m unable to find the new Performance metrics in vSphere Web client (when looking on “virtual disk” on the VM object).
    According to http://www.vladan.fr/vflash-read-cache/ I should have three new metrics called:
    FlashCacheIOPs
    FlashCacheLatency
    FlashCacheThroughput
    But they are not there.
    Any clues out there?

    VMware have released the patch which resolves this problem now.
    VMware KB: VMware ESXi 5.5, Patch ESXi550-201505401-BG: Updates esx-base
    The vFlash cache metric counters such as FlashCacheIOPs, FlashCacheLatency, and FlashCacheThroughput might not be available when CBT is enabled on a virtual disk. Error messages similar to the following are logged in the stats.log file:
    nnnn-nn-nnT06:17:20.200Z [nnnnnnnn error 'Statssvc.vim.PerformanceManager'] CollectVmVdiskStats : Failed to get VFlash Cache stats for vscsi id scsi0:0 for vm 3
    nnnn-nn-nnT06:17:40.189Z [nnnnnnnn error 'Statssvc.vim.PerformanceManager'] GetVirtualDiskVFCStats: Failed to get VFlash Cache stat values for vmdk scsi0:0. Exception VFlash Cache filename not found!
    nnnn-nn-nnT06:18:20.181Z [nnnnnnnn error 'Statssvc.vim.PerformanceManager'] GetVirtualDiskVFCStats: Failed to get VFlash Cache stat values for vmdk scsi0:0. Exception VFlash Cache filename not found!

  • BIEE Performance Metrics

    Hello Experts,
    In BIEE 11.1.1.6, in the EM performance metrics, and if i choose some metrics to display , it is working fine but after navigating out of the Metrics page , and returning back the metrcis displayed are the default one not the one i choosed
    Is there a way to save my custom selection ?
    thx

    I found it , it is easy from View > save chart set
    thx

Maybe you are looking for

  • My library wont show up in itunes goes to blank screen  will play songs just cant see them

    can't get my library to stay on itunes screen pops up for a minute then goes blank  it will play my songs and tells me how many songs are in library but i can't see how to get it stay on screen

  • I can't boot with usb in windows 7 for setup win8.1

    please help me very fast...I have a iso file of win8.1 that i copied it in my usb disk.and i set the priority of boot in usb.but when i power on and select boot menu and then select usb...the windows 7 start normally.(my laptop:G500).what's the probl

  • How long of a movie can i make using imovie?

    I am planning on making an hour, hour and a half movie next year for a film competition. Can i do that using a macbook and imovie? would i need to get an external harddrive or new software? any help will be appriciated

  • Sleep timer on ipod with video?

    I was just wondering if this iPod has a sleep timer on it since I was thinking of buying one of these. My old nano doesn't have a sleep timer but a friend of mine has a mini that does... iPod w/ video (5th)   Windows XP  

  • Error in DW5 on Using Insert-HTML-Special Characters-

    I'm getting an error which stops the process and reads: The following JavaScript error(s) occurred: Unable to open the script file "C:\Program Files (x86)\Adobe\Adobe Dreamweaver CS5\Configuration\Objects\characters\jrtextformat.js" (error2). How do