I/O too high and it almost reach 100%

Experts:
I use berkeley DB to store some index information, the key values are string type and usually they are 20 chars.
Now the hit rate shows it is 98% and db_stat shows no more pages are pageout or pagein. While the I/O rate is too high. I only run the serach command.
2GB Total cache size
1 Number of caches
1 Maximum number of caches
2GB Pool individual cache size
0 Maximum memory-mapped file size
0 Maximum open file descriptors
0 Maximum sequential buffer writes
0 Sleep after writing maximum sequential buffers
0 Requested pages mapped into the process' address space
3245477 Requested pages found in the cache (98%)
57652 Requested pages not found in the cache
32 Pages created in the cache
57616 Pages read into the cache
48199 Pages written from the cache to the backing file
0 Clean pages forced from the cache
0 Dirty pages forced from the cache
0 Dirty pages written by trickle-sync thread
57665 Current total page count
56884 Current clean page count
781 Current dirty page count
262147 Number of hash buckets used for page location
3360554 Total number of times hash chains searched for a page
1 The longest hash chain searched for a page
3245235 Total number of hash chain entries checked for page
41241 The number of hash bucket locks that required waiting (0%)
40939 The maximum number of times any hash bucket lock was waited for (1%)
1872 The number of region locks that required waiting (3%)
0 The number of buffers frozen
0 The number of buffers thawed
0 The number of frozen buffers freed
57676 The number of page allocations
0 The number of hash buckets examined during allocations
0 The maximum number of hash buckets examined for an allocation
0 The number of pages examined during allocations
0 The max number of pages examined for an allocation
23 Threads waited on page I/O
Pool File: DG_11_23_1
4096 Page size
0 Requested pages mapped into the process' address space
2954110 Requested pages found in the cache (98%)
57629 Requested pages not found in the cache
0 Pages created in the cache
57611 Pages read into the cache
48072 Pages written from the cache to the backing file
Pool File: DG_20_24_1
8192 Page size
0 Requested pages mapped into the process' address space
291367 Requested pages found in the cache (99%)
23 Requested pages not found in the cache
32 Pages created in the cache
5 Pages read into the cache
127 Pages written from the cache to the backing file
2GB Total cache size
1 Number of caches
1 Maximum number of caches
2GB Pool individual cache size
0 Maximum memory-mapped file size
0 Maximum open file descriptors
0 Maximum sequential buffer writes
0 Sleep after writing maximum sequential buffers
0 Requested pages mapped into the process' address space
14M Requested pages found in the cache (99%)
58927 Requested pages not found in the cache
32 Pages created in the cache
58891 Pages read into the cache
48199 Pages written from the cache to the backing file
0 Clean pages forced from the cache
0 Dirty pages forced from the cache
0 Dirty pages written by trickle-sync thread
58940 Current total page count
54443 Current clean page count
4497 Current dirty page count
262147 Number of hash buckets used for page location
14M Total number of times hash chains searched for a page (14039718)
1 The longest hash chain searched for a page
13M Total number of hash chain entries checked for page (13921739)
251044 The number of hash bucket locks that required waiting (0%)
250230 The maximum number of times any hash bucket lock was waited for (2%)
1872 The number of region locks that required waiting (3%)
0 The number of buffers frozen
0 The number of buffers thawed
0 The number of frozen buffers freed
58951 The number of page allocations
0 The number of hash buckets examined during allocations
0 The maximum number of hash buckets examined for an allocation
0 The number of pages examined during allocations
0 The max number of pages examined for an allocation
23 Threads waited on page I/O
Pool File: DG_11_23_1
4096 Page size
0 Requested pages mapped into the process' address space
13M Requested pages found in the cache (99%)
58904 Requested pages not found in the cache
0 Pages created in the cache
58886 Pages read into the cache
48072 Pages written from the cache to the backing file
Pool File: DG_20_24_1
8192 Page size
0 Requested pages mapped into the process' address space
618586 Requested pages found in the cache (99%)
23 Requested pages not found in the cache
32 Pages created in the cache
5 Pages read into the cache
127 Pages written from the cache to the backing file
I can not understand why the I/O rate is so high, any expert can give some help?
thanks

This issue is discussed internally. If the user agrees, he can post the resolution on this topic.
Bogdan Coman

Similar Messages

  • My iPhone 5s with iOS 7.1 become very hot when charged almost reach 100% and will shut down itself.

    My iPhone 5s with iOS 7.1 become very hot when charged almost reach 100 % and will shut down itself. Then I need to off the power and let it cool down first before I can on the phone back. Please help me to solve this problem. Thanks.

    Hi Limfromsi,
    It is normal to an extent for the iPhone to get warm during charging. If your iPhone is currently in a case, you may want to try charging it without one and see if the issue occurs, as the design of the iPhone uses the exterior of the device as a cooling surface. For more information about iPhones and temperature, you may find the following article helpful:
    iOS devices: Keeping device within acceptable operating temperatures
    http://support.apple.com/kb/ht2101
    If you continue to have issues with your iPhone in the default config (no case, using the included original cable and power adapter), you may want to have your phone evaluated for service. The following page may be of use:
    Service Answer Center - iPhone
    http://support.apple.com/kb/index?page=servicefaq&geo=United_States&product=ipho ne
    Regards,
    - Brenden

  • Db_files too high and  High parse to execute ratio Error

    Hi DBAs,
    I was using TOAD to check the statistics on our database and got the above
    error(db_files too high) against DBWR avg scan depth(3,057.4334) AND ALSO High parse to execute ratio against Parse to execute ratio 83,2903 How do I
    deal with these problems ?
    Thanks in advance.

    Database version ?
    9.2.0.4.0
    db_files is a parameter. Check what it is set to.
    show parameter db_files
    NAME TYPE VALUE
    db_files integer 200
    "High parse to execute ratio" may mean that your code does not use bind variables, so there is not much reuse. It can also be impacted by the setting of parameters cursor_sharing or shared_pool.
    show parameter cursor_sharing
    NAME TYPE VALUE
    cursor_sharing string EXACT
    show parameter shared_pool
    shows nothing!!!!!!
    show parameter sga
    NAME TYPE VALUE
    lock_sga boolean FALSE
    pre_page_sga boolean FALSE
    sga_max_size big integer 1612782288
    So what do you suggest?
    Thanks

  • "db file scattered read" too high and Query going for full table scan-Why ?

    Hi,
    I had a big table of around 200mb and had a index on it.
    In my query I am using the where clause which has to use the
    index. I am neither using any not null condition
    nor using any function on the index fields.
    Still my query is not using the index.
    It is going for full table scan.
    Also the statspack report is showing the
    "db file scattered read" too high.
    Can any body help and suggest me why this is happenning.
    Also tell me the possible solution for it.
    Thanks
    Arun Tayal

    "db file scattered read" are physical reads/multi block reads. This wait occurs when the session reading data blocks from disk and writing into the memory.
    Take the execution plan of the query and see what is wrong and why the index is not being used.
    However, FTS are not always bad. By the way, what is your db_block_size and db_file_multiblock_read_count values?
    If those values are set to high, Optimizer always favour FTS thinking that reading multiblock is always faster than single reads (index scans).
    Dont see oracle not using index, just find out why oracle is not using index. Use the INDEX hint to force optimizer to use index. Take the execution with/witout index and compare the cardinality,cost and of course, logical reads.
    Jaffar
    Message was edited by:
    The Human Fly

  • I had gain too high and mike was too sensitive, now my audio is distorted!

    Is there any hope for me? I was using an external directional mike, and I think I had the gain (or mike input volume) too high.
    I was recording an outside rock concert, and the sound is muddy, distorted, and horrible. Can I use Soundtrack Pro to clean this up? Is there anything I can do or is the situation hopeless?
    Thanks for any help.

    All of us who work with technology can tell stories of really bad mistakes we made
    as we were learning our craft. Some of them are funny. Some are not. But we learn and move on.
    There's nothing you can do about that distortion.
    However, from now on, you will always remember to check your levels and monitor your audio.

  • My ipad 2 will only charge if the system is completely shutdown and it can take up too 7-8 hours to reach 100% 2 hours later I'm down to 12-13% what's wrong with it?

    My grandson's IPad 2 won't hold a charge. It will only charge when the system is completely shutdown and it can take up to 8 hours to reach 100%! he's only 5 so he uses it to watch netflixs and playing games but a couple of hours after finally getting a full charge the indicater is down to 12%-13%. Keeping the system plugged up while he's using it doesn't do any good its like its not even plugged up. What could be wrong? Any assistance would be appreciated! I brought the IPad 2 in 2011 and gave it to him in 2013 when I brought myself the IPad Air...so its really not that old to be acting up...

    Hi manisnana09,
    If you are having issues with charging and capacity on your iPad, you may find the following articles helpful:
    iPad: Charging the battery
    http://support.apple.com/kb/ht4060
    Apple - Batteries - iPad
    https://www.apple.com/batteries/ipad.html
    If you are still having issues, you may need to have your iPad serviced, or at least evaluated. You may find this page useful:
    Service Answer Center - iPad
    http://support.apple.com/kb/index?page=servicefaq&geo=United_States&product=ipad
    Regards,
    - Brenden

  • My phone intermittently States that the temperature is too high and so needs to cool down!! Howeve, it feels cold and I am only able to shut it down to restart it. This only temporarily resolves the problem. This started when battery was replaced.

    Iphone 5 is stating that the phone is too hot and needs to cool down before it can be used. However the phone actually feels cold!! I can turn the phone off and restart it which temporarily resolves the issue. this issue stated once Apple replaced my battery. Any solutions or idease??

    Take it back to Apple and have them look at it.

  • Account Balance too high and won't let me make any...

    All of a sudden couple weeks back I was seeing $4.26 million in my Skype account although I recharged my account with $5.00. And it is still showing up on my Skype account and it's still a mystery. However, the biggest challenge that I am having as of now is making calls from Skype which have come to a stand by since I cannot make any outgoing calls wherever it is chargeable. Not sure what happened but since I started seeing this huge credit balance on my account, my outgoing PAID calls seems to have been blocked. There is no customer service no that I could reach out to, but I need this to be resolved at the earliest. Also I didn't utilise all of my balance so not sure where did that balance vanish. I would really appreciate a quick response. Thanks, Sandi.

    sandi.bagchi wrote:
    However, the biggest challenge that I am having as of now is making calls from Skype which have come to a stand by since I cannot make any outgoing calls wherever it is chargeable. Not sure what happened but since I started seeing this huge credit balance on my account, my outgoing PAID calls seems to have been blocked. Also I didn't utilise all of my balance so not sure where did that balance vanish.
    Hello and welcome to the Skype Community!
    Your account shows that you have used up your last credit purchase made on 08/02/2014. To be able to make calls again you'll need some more credit. I'll check out the other aspects and advise.
    TIME ZONE - US EASTERN. LOCATION - PHILADELPHIA, PA, USA.
    I recommend that you always run the latest Skype version: Windows & Mac
    If my advice helped to fix your issue please mark it as a solution to help others.
    Please note that I generally don't respond to unsolicited Private Messages. Thank you.

  • EP Load time is too High - and Browser crashes

    Hi,
      We have customized Enterprise Portal for our Company. All are going fine, but some users who are in same network as others are facing Long load time issue. It takes lot of time to load the home page and some time it even crashes.
    Is there are other reason for such occurrences other than network error, like browser setting or any thing else. Please help me out in this.
    Best Regards,
    -Shabir Rahim.

    Shabir,
    You might want to look at these threads.
    Performance tuning problem
    How to guide for Fine tuning the performance of SAP EP
    Good Luck!
    Sandeep Tudumu

  • After Mavericks, at start up, initial screen brightness too high and starting sound too loud, different than I left on previous shutdown. Didn't happen before the update.

    I've tried sudo nvram SystemAudioVolume=%80 for the sound, but it works just once... returns next startup's.

    The first thing to do is use smartctl to test the drive. Start with the short test ( smartctl -t short /dev/sdX ), and if it passes run the long test ( ... -t long ... ).

  • Error message Translational currency is too high when posting GR for a PO

    Hi,
    I am trying to post a GR for a PO,with document currency say in GBP and local currency in EUR,when i tried to post a GR the system gives the message with-"Translational currency is too high" and also the value updated for previous GRs(for a qty 10) is vary high like 37,056,361,610.68     GBP,just i want to know how this value is picked by the system,i know exhange rate table maintained is plays important role,but the value i am getting is too high which is not at all related with rates we maintained in the table TCURR.
    I want to know why system is giving such a high value.     
    further PO quantity is 17,000 and net price is 1 GBP.
    we have posted very sucessfull GR earlier,but now this high value and error in GR  we are facing.
    with regards,

    Hi,
    Good afternoon and greetings,
    Wishing you a Happy New Year 2007
    Please go through the following OSS Note
    Note 191927 - Posting logic: GR for foreign currency PO
    Please reward points if found useful
    Thanking you
    With kindest regards
    Ramesh Padmanabhan

  • Accidental​ly set my screen resolution too high

    I was playing around with screen resolutions and accidentally set one too high and now every time i load up my Computer, it says 'Input not supported' , please help me.

    It would help greatly if you:
    A) Identified the installed operating system
    B) Identified your HP desktop PC. (look on the service tag. Post the complete  p/n
    If your OS is Windows 7, start the operating system in Safe Mode. Press the power button and before Windows begins to boot, start tapping the F8 key. Choose Safe Mode.  In Safe Mode click on the start button and type  msconfig in the search all programs and files box . Click on the msconfig icon that appears above to invoke msconfig. In the msconfig dialog choose the Boot tab as in the following image. In Boot options put a tick inside the box to the left of base video, then click on apply and OK. Restart your PC and  right-click an unused area on the desktop and set your resolution. Choose the recommended resolution.  After you do that, go back to the msconfig and remove the tick mark in the Boot options -->Base video, click on OK and restart your PC. All should be back to normal again.
    The desktop I am using has a dual display setup, so yours will appear a bit differently. the operatng system will recommend an optimal resolution and designate it as recommended.
    Best regards,
    erico
    ****Please click on Accept As Solution if a suggestion solves your problem. It helps others facing the same problem to find a solution easily****
    2015 Microsoft MVP - Windows Experience Consumer

  • Mic recording volume too high

    Even with the lowest input volume setting in System Preferences / Sound, the mic recording volume is too high and I'm getting clipping. I'm using an MXL Desktop Recording Kit from Marshall Electronics, with a Griffin iMic USB interface, and recording in GarageBand 3 on a Mac Mini.
    I'm a folk singer playing a nylon-string classical guitar, so I'm not even especially loud! The MXL mic captures great sound quality, but it is so sensitive that even when I'm six feet away, my acoustic guitar and vocals frequently max out the sound levels and get clipped. The room where I record doesn't allow me to get much farther away, so I need a different solution.
    I've tried using compression while recording, but this doesn't appear to limit the peaks or prevent clipping. Do I need to buy a hardware mixer or some other interface to allow me to further reduce the mic input level, or is there another software contol in GarageBand or someplace else (other than System Preferences / Sound) that I'm missing?
    I'd appreciate any suggestions. Thanks, David
    Mac Mini G4   Mac OS X (10.4.6)   GarageBand 3

    Thanks for these suggestions. I suspected GB effects wouldn't change the recording levels, but appreciate the confirmation. I checked the Audio/Midi setup in GB preferences, and I don't see anywhere to adjust the recording level there, just a selection for the audio input (source).
    I have been using the iBooster, so I tried plugging the mic directly into the iMic and boosting the input level in System Preferences/Sound. This achieved a much lower input level; so low that the GB tuner couldn't even recognize the pitch of a single string when plucked. So this seems to create the opposite problem (recording volume too low). Good idea to try, though.
    I will experiment with the room acoustics and try a larger space, but it still seems the recording level is just too high, period. Any other suggestions?
    I saw a reference to a simple mixer in another GB thread (Behringer UB502 Eurorack). Could something like this be a possible solution?
    Thanks, David

  • Muxing bitrate too high

    Authoring in DVDSP 4.0 the build and format fails with the message in red "Muxing bitrate too high" The disk is only half full. I did go into preferences and lower the rates, but still same result. Any suggestions?
    thanx

    Hello thinkfinkinc and all others
    Did you solve your problem? if yes, what did you do?
    I have the same problem. And it´s when adding more than one audiostream that it fails.
    My case:
    One still overlay Menu (edited in Photoshop) with four buttons, all targeted to one Videotrack
    (a slideshow 43 minutes edited in Final Cut Pro, exported to Compressor (MPEG-2 High Quality Encode Widescreen 6.0Mbps 2-pass VBR 16:9),
    but to different audiostreams (two buttons plays the same audio, music only, one button for a swedish voice over and one for an english voice over))
    Adding only one audiotrack (DVD PCM Audio AIFF) to this and it works fine.
    Adding more than one audiotrack and it fails. I have tested that out
    It works fine in simulator, with all three audiotracks.
    Total content 3,3 GB.
    This talk about ac3 as audioformat, did it work? And if, how did you get there? I cant find no way to convert AIFF to ac3. Not through FCP, Compressor or DVDSP.
    At my first fail it said "Muxing Bitrate Too High", and after testing different combination it now says "Video Bitrate Too High".
    Brgds Leif (Sweden)

  • Nfs_write_latency, how high is too high

    statistics show-periodic -object volume -instance volume_name -counter nfs_write_latency I am running this command on volumes, and got different values, from 0 us to a few hundreds, How high it is too high, and then we could have performance issue.Anybody please let me know your measurement? Thanks!

    Hi, I think this is a duplicate post which I replied to ( http://community.netapp.com/t5/Data-ONTAP-Discussions/nfs-write-latency-how-high-is-high/m-p/106871/highlight/false#M22005 ) Thanks

Maybe you are looking for

  • HT4847 I have two iCloud accounts, one with 10GB and one with 20GB...how can I merge them into the 20GB plan?

    I have two iCloud plans.  One with 10GB that backs up my 1Phone and iPad.  I also have a 20GB plan for my iMAC and MAC BookPro.  How can I merge them so that I only have one plan and one iCloud to manage?    My first instinct is to delete the one on

  • Moving buttons in a subform switch script

    Hi, I've got a couple of issues with a form I'm making. 1.  It's flowable and when I set the subform to be flowed it moves my buttons around at the beginning -- print, reset, e-mail -- and I can't put spacing between them any more.  How do I correct

  • Tiger Install Stalls

    I'm trying to install Tiger onto a 366MHz G3 iBook (without a DVD drive) in Firewire target disc mode from a 400 Mhz G4 with a DVD drive. The problem I'm having is the installation stalls at the stage when it is "Preparing Taget Volume" I'm pretty mu

  • How to export a document to a tif document

    Before our upgrade to Microsoft Windows 7, we were using Microsoft Image Writer to export documents to tif.  Does Adobe Acrobat Pro have a function that does this.  The results should be 1 document = 1 tif file.  Thanks

  • Weblogic LDAP startup problem

    We are runnign BEA weblogic server 8.1 sp2 on windows 2000 machine. It starts up fine but after some days the service is stopped. If I try to restart it, it doesn't start but shows the following exception. <main> <<WLS Kernel>> <> <BEA-000364> <Serve