How to monitor on disk i/o on healthcheck and awr report on biweekly health

can you explain how to monitor from disk i/o and awr report from old snap shot to new snap shot
how to check and analyze .,,,,,,,,,,,,,,,,,,,,,can any one tell few points which we can **regularly maintain for health check**
thanks in advance
SQL> SELECT group_number ,disk_number ,mount_status ,total_mb/1024 ,free_mb/1024
2 ,reads, (bytes_read / (1024*1024*1024)) mb_read ,read_errs ,read_time,writes
3 ,write_errs ,write_time FROM v$asm_disk;
GROUP_NUMBER DISK_NUMBER MOUNT_S TOTAL_MB/1024 FREE_MB/1024 READS
MB_READ READ_ERRS READ_TIME WRITES WRITE_ERRS WRITE_TIME
2 0 OPENED 199.989258 0 13697147
402.589765 0 44542.38 4358669 0 8883.86
2 1 OPENED 199.989258 0 13653653
405.503195 0 46014.33 4805783 0 11138.13
2 2 OPENED 199.989258 0 15272350
415.620874 0 45524.7 4571038 0 9806.01
GROUP_NUMBER DISK_NUMBER MOUNT_S TOTAL_MB/1024 FREE_MB/1024 READS
MB_READ READ_ERRS READ_TIME WRITES WRITE_ERRS WRITE_TIME
2 3 OPENED 199.989258 0 22713630
533.380945 0 48105.68 4692729 0 9994.31
2 4 OPENED 199.99707 0 23986390
547.804756 0 57601.79 5788565 0 11073.44
1 0 OPENED 199.989258 0 310810
47.4352741 0 9652.12 1877994 0 3490.5
GROUP_NUMBER DISK_NUMBER MOUNT_S TOTAL_MB/1024 FREE_MB/1024 READS
MB_READ READ_ERRS READ_TIME WRITES WRITE_ERRS WRITE_TIME
1 1 OPENED 199.99707 0 137665
44.7837362 0 9155.21 751099 0 3092.96
1 2 OPENED 199.99707 0 139561
44.7904587 0 9424.26 753116 0 2858.23
1 3 OPENED 199.99707 0 141139
44.7718539 0 9506.27 802414 0 2768.22
9 rows selected.
can you please tell me how to monitor on disk i/os which is as shown above and
please tell me AWR report to analyze some basic points for health check
please give some details for health check of database.
thanks in advance

Hi;
What is DB version?
Please check below doc:
http://download.oracle.com/docs/cd/B28359_01/server.111/b28275/tdppt_degrade.htm#CACGCJDC
Also see:
What is AWR( Automatic workload repository ) and How to generate the AWR report? [ID 748642.1]
How To Understand AWR Report / Statspack Report [ID 842884.1]
Regard
Helios

Similar Messages

  • How to monitor user logs,security logs,trace file,and performance monitori

    Hi guys,
    pls tel me how to monitor user logs,security logs,trace file,and performance monitoring.
    thanks
    regards
    kamal

    Hi,
    you can have a look in the Netweaver administration :
    http://<portal>:<port>/nwa
    Go to monitoring, Java system reports, etc..., you will find what you want.
    Fabien.

  • How to monitor hard disk in labview 8.2

    Hi ,
    I want to using labview 8.2 program to  monitor hard disk(one folder in hard disk)  for example one application generate a result file to the folder then it  will be captured  by labview program.
    thank you
    Solved!
    Go to Solution.

    What exactly are you trying to monitor? If the file is created? If the file is changed?
    Without resorting to some operating system specific options the only thing you can do is to poll the file information on a periodic basis to see if it has changed. For example, the File/Directory Info function will tell you the modication date. That same function can be used to check for the existence of the file by looking at the error code. In fact, that's exactly what the "Check if File or Folder Exists" VI does.
    If you want a more "event-based" scheme then you can try something that's OS-specific. For example, on Windows you can use .NET by making use of the FileSystemWatcher class (http://forums.ni.com/t5/tag/FileSystemWatcher/tg-p/board-id/170)

  • How to monitor available disk space in archive directory

    I need to monitor the available disk space of the archive directory during a long running PL/SQL program which does a lot of inserts and updates. This program is running in a background session and should regularly check for the available space. If there is less then a customizable number of MBs free the program must terminate itself. How can I access this information from the file system? (I'm using 8.1.6 and the application will run on both AIX and NT)

    The directory itself is not taking space (It actually does but in most cases you can neglect its size). It is files that it has that take space. Also, the more files you create the more space gets allocates from the media that holds them. And the last, the media (Hard Drive, Floppy, or other) has free space, not directory. That is how all OS's that I know about work.

  • Newbie question: how to monitor cluster disk drive free space

    ok folks, it is a really painful process for me to use SCOM2007R2 and I figure it might be easier if I start to ask concrete questions.
    1. I have a cluster server and I know some drives have only 10MB and they are not changing at all as I fixed them.  How can I use Monitor/Rules so that I could receive Alert?  I was told by our admin that SCOM only got triggered if status got changed
    In my case, since the drive space will never get changed (fixed to 10MB left), I will never receive alert???
    cheers
    --Currently using Reporting Service 2000; Visual Studio .NET 2003; Visual Source Safe SSIS 2008 SSAS 2008, SVN --

    "Logical disk free space" is the monitor that will be monitoring this.
    Yes, SCOM will send alerts only when the Mbytes and % values of the free space ; mentioned in the monitor are met. You can configure this monitor by setting up correct Mbytes and % values   to change the state of this monitor and thereafter you
    will receive the alerts from this monitor.
    Hope this helps.
    Thanks, S K Agrawal

  • How to monitor progress of web-service calculation?  And abort it?

    Hello. We're thinking of converting an existing Java radar calculation program into a web-service, so that it can be used by various interested parties. However, calculations can take some time (several minutes) and so we would like the client to be able to both show calculation progress and allow the user to abort the calculation if necessary. It is not obvious to us how to do this with a web-service. Are there any standard approaches to this problem? What's the best way of a client asking the web-service how a calculation is progressing? What's the best way for a client to abort a calculation? Any advice most welcomed.
    Kind regards
    Paul Howland
    NATO C3 Agency
    The Hague

    You can't estimate the duration withour running the gather_database_stats. You can monitor it while it is running. (e.g. count the tables that have got updated statistics based on DBA_TABLES)
    And if you run gather_database_stats, the default behaviour might well be to exclude tables which aren't "stale" while in the imported database the expectation is to gather stats on all tables.
    (Similarly, the behaviour to gather column histograms (method_opt) may differ in an existing database from a newly imported database)
    Hemant K Chitale
    Edited by: Hemant K Chitale on May 14, 2013 10:13 AM

  • How to monitor ADFS 2012r2, Commercial services use HEAD and ADFS returns 500 instead of 200

    I have set up an on-prim ADFS and an off-prim ADFS.
    I want to use DNS Failover to monitor them and switch off-prim as required.
    I've tried both Amazon Route 53 and DNS Made Easy monitoring, and both appear to use the HEAD command rather than the GET command. How can I monitor these services? ADFS 2012r2 does not seem to support the HEAD command.
    curl -iX GET h t t p s ://fs.redclay.com/adfs/ls/idpinitiatedsignon.htm returns 200 whereas
    curl -iX HEAD ... or curl -I ... return 500 or just hangs forever.
    Only by the process of elimination have I come to the conclusion that the HEAD command is being used. I don't know how to sniffer SSL, but both DNSMadeEasy and AmazonAWS say the services are down when I know they are up.

    Hi,
    Would you please be more specific about your requirements?
    If you want to figure out how to use curl –iX command, you can refer to the Official Scripting forum below:
    http://social.technet.microsoft.com/Forums/scriptcenter/en-US/home?forum=ITCG
    If you have doubts about your third-party software, I suggest you contact third-party support to get accurate answers.
    If you just want to monitor your ADFS servers, you can configure performance monitoring as this article guides:
    Configure Performance Monitoring
    http://technet.microsoft.com/en-us/library/ff627833.aspx
    Best Regards,
    Amy Wang

  • How to compare the variances of production order type and get report

    Hello All,
    I want to compare the variances of production order type wise.
    for ex. i want variances of order type PP 01 and PP 02 in a single report.

    Hi Sachin,
    You have to maintain summarization hierarchies to achieve this.
    1. Maintain summarization hierachies with hierarchy level - order type in the t.code.KKR0    
    2. Generate the hierarchy in KKRC
    3. Run the report KKBC_HOE
    Regards,
    Mukthar  

  • How to monitor disk space in BW

    can some body help me out on the following issues.
    1)How to monitor disk space in BW?
    2)How can I delete Application logs in BW?

    When I research with DB02 transaction code in BW, I encountered following tables having lot of log , please some body can help me, how to delete the following log data?
    ARFCSDATA     ARFC Call Data (Callers)          
    BALDAT          Application Log: Log data     
    BSRWBSTORE     Storage for binary large objects (Excel)

  • How to monitor DFS shares disk usage/free space?

    How to monitor DFS shares disk usage/free space?
    Using Netapp filer shares to which DFS points. Looking for powershell script to send report.

    Hi,
    How about using Disk Quota function in FSRM (File Server Resource Manager)?
    Please see:
    Quota Management
    http://technet.microsoft.com/en-us/library/cc755917(v=ws.10).aspx
    In your case you can setup a soft quota with a specific size so that when it runs out of space you set, you will get an email or warning according to your setup. 
    If you have any feedback on our support, please send to [email protected]

  • How do I access Disk Utility for 10.7.1?

    How do I access Disk Utility for 10.7.1? I found it in the forums a few weeks ago, used it, then lost the directions. This is a last ditch attempt
    to use OS Lion. I parted my hair incorrectly when I installed and have been plagued by the dread rainbow spinning ball in EVERY application. Yes, every. Name one, Safari, Firefox, Text Edit, Mail, Excel, Word, iTunes, Garage Band, Calculator, Calender, iPhoto....yes, every, and I cannot
    find a solution that works. I have back up files on two different hard drives 500 gig and 1 terrabyte with all my music, photo and writing files.
    I am a writer and a musician so imagine the frustration. OS 10.6 is an option of course. My dedication to Apple and each new OS is deep so
    I am hoping that somehow there will a fix, an upgrade, something that does not require me to go bac to the much more endangered species named OS.
    hahhaa! Just stalled waiting for the ball to finish with it's random spinning.... SO, this is like a last desperate .... it just did two more stalls.
    NO OTHER apps running, just little Firefox holding on for dear life, last desperate request for a fix.
    MacKeeper has been great in sending helpful directions for getting the Antivirus to work after it mysteriously decided to stop working, Quite MacKeeper,  go to Activity Monitor, force quit helper, start up MacKeeper and run program. It works!
    SO before my third stall stops me, please post directions to open disk utility in administration mode so that I can do any further repairs that have not worked by using it from the open system. Also keychain synching stopped working with Lion.
    Thanks to any and all who can help.

    Press and hold Command-R keys and reboot. You'll then start up in the Lion Recovery HD. You'll find Disk Utility there.
    Command-R to the rescue.
    Just hold down Command-R during startup and Lion Recovery springs into action. It lets you choose from common utilities: You can run Disk Utility to check or repair your hard drive, erase your hard drive and reinstall a fresh copy of Lion, or restore your Mac from a Time Machine backup. You can even use Safari to get help from Apple Support online. And if Lion Recovery encounters problems, it will automatically connect to Apple over the Internet.

  • How to enable Logical Disk Free Space

    Hi 
    I have installed SCOM 2012R2 and configured monitoring for Windows 2012 R2 HyperV cluster. i think i configured most of the part but i could not able to see my logical disk free space.
    I treid to enable In Monitors --> Windows Server 2012 Logical Disk --> "Logical Disk Free Space" but its grayed out. 
    can anyone tell me how to monitor my Logical Disk Free space and Physical Disk Free Space.
    Here i attached the screenshot of my SCOM - Montiors
    Regards
    Kris
    Kris

    Thanks Gautam,
    even i go through one by Monitors, i don't see any option to enable monitor. looks like its grayed out.
    Regards
    Kris
    Kris

  • How to monitor a specific transaction in Solution Manager ?

    Hi all,
    I have configured the Service Level Reporting and it works correctly.
    But i don't know how to monitor a specific transaction like SM21, DB02, FB01N etc... ?
    In the SL Reports configuration steps, we can configure this option : Select Business Processes For SL Report. I did a lot of tests but it does not work.
    Have i to configure the Business Process Monitoring ?
    Thanks.

    Hello,
    it depends a little on what you want to do. If you use the pure CCMS monitoring with the table ALTRAMONI you get average response time per instance and you only get new measurements once the status changes from green to yellow or red.
    In order to get continuous measurements you should look into Business Process Monitoring and the different documentations under https://service.sap.com/bpm --> Media Libary --> Technical Information. E.g. the PDF Setup Guide for Application Monitoring describes this "newer" dialog performance monitor. Probably you have to click on the calendar sheet in the Media Libary to also see older documents as well. As the Business Process Monitoring integrates with BW (there is also a BI Setup Guide in the Media LIbrary) you can get trendlines there. This BW integration also integrates back with SL Reporting.
    Some guidance for SL Reporting is probably given under https://service.sap.com/rkt-solman but I am not 100% sure.
    Best Regards
    Volker

  • How to monitor an application using JMX

    Hi,
    How can I monitor the portal application running on  portal server by using MBeans (JMX)? For this I need to make a connection between my portal application and  MBean class, How to monitor operations? How can I do that? If anybody has come across the same requirement pls explain me with the implementation details.

    Hello,
    I have done that in a project (not Portal, but pure Java Application, should be no difference), working fine.
    The steps are as follows:
    - create MBean Server (e.g. MBeanServerFactory.createMBeanServer("test");)
    - create your MBeans
    - make them accessible to clients (register the MBeans in the server)
    - query them from clients
    see http://java.sun.com/developer/technicalArticles/J2SE/jmx.html
    for very good explanation including sample source code.
    CSY

  • How to unmount a disk that thinks it's in use?

    Disk Utility will not Erase a backup hard drive disk b/c "Couldn't Unmount Disk." I've been trying to Erase a backup hard drive b/c it mistakenly thinks it's full, and in another discussion I was told to run Erase in Disk Utility.  No space on backup hard drive?
    However, each time I try to eject disk, which is what I assume unmount means, I get error message, "The volume can’t be ejected because it’s currently in use." I get this whether I try to eject in Finder or Disk Utility. However, the disk is not in use. It has only a few files, none of which are open. No aps.
    Is this a way to force an unmount, similar to a forced quit?
    I have a guess as what iMac might think in still "in use: the few files on the backup disk now have alias listed in burn folder. I had earlier thought I'd save those files by burning to a CD disk. Turned out my CD disk wasn't big enough. So, I rejected the idea. Ejected disk, but burn folder remained, and no matter how I try, I can't delete or trash it. I can't remove the 5 folders on it, individually or all together. The burn folder is one of the most stubborn things I've ever come across. Could this be why I can't unmount disk and thus can't erase the disk?
    Any other way to unmount or to Erase the disk?
    Thanks

    Hint:
    when you delete files on an external disk, they will stay in the local .trash bin on that disk, and not free up the space on the disk. You have to empty the trash bin on your mac (with the external disk still connected) to free up this hidden trash bin on the external disk.
    Lex

Maybe you are looking for

  • URGENT NEED HELP : JOURNALING TABLES AND TRIGGERS GENERATION

    Hi I need generate journaling tables for any tables to audit the update, delete statements executed for the users. I captured an existant schema, then and I change the derfiniton of the target tables, setting the value of Journaling to "Server". But,

  • How can i disable imessage on my notebook?

    I'm very sick of receiving text messages on every device. How can I disable imessage on my macbook pro so I don't receive texts that I wish to receive only on my phone?

  • Display acting up - Could it be the graphics card?

    About once a day weird lines will appear on the screen, in random colors. It won't just be floating there though, it seems to be stuck to a particular window. I can't understand why this is happening. Also, multiple times a week it will crash when la

  • Can we make single application and it should be work in all Platforms(Windows Phone 8,IOS,Android)?

    Dear Sir/Mam, I want write a program for Windows Phone ,IOS, Android using with C#.net ,i mean single application and it's work in multi platforms.  For this task which languages are needed  to make a project. Please give me some basic guidelines. Th

  • Problemas con pago

    Hola buenas tardes Quiero pasar a premiun, he intentado pagar con Tarjeta de Credito, que ya lo habia hecho antes, y me sale un error, he intentado con Paypal y el mismo error. Ups, parece que tu tarjeta o proveedor de pago están teniendo un mal día.