Why increase db env cache not improve random access performance?

I want to improve bdb random access performance.
I built a bdb with 3,000,000 records and then test random access on these records. I assign db env cache with 100M, 200M and 500M. With more cache, the cache hit ratio has been increased. However, the overall performance is NOT improved (actually performance is a little poorer with bigger cache). Why does this happen? Any way to improve the performance?
I plan to change page size later. Any suggestion on the page size setting?

Below is the db_stat output of 100M cache.
Thu Feb 25 07:02:37 2010 Local time
53162 Btree magic number
9 Btree version number
Little-endian Byte order
multiple-databases Flags
2 Minimum keys per-page
4096 Underlying database page size
1007 Overflow key/data size
4 Number of levels in the tree
3000000 Number of unique keys in the tree
3000000 Number of data items in the tree
546 Number of tree internal pages
42286 Number of bytes free in tree internal pages (98% ff)
48388 Number of tree leaf pages
4939160 Number of bytes free in tree leaf pages (97% ff)
0 Number of tree duplicate pages
0 Number of bytes free in tree duplicate pages (0% ff)
3000000 Number of tree overflow pages
2259M Number of bytes free in tree overflow pages (81% ff)
0 Number of empty pages
0 Number of pages on the free list
125MB 2KB 24B Total cache size
1 Number of caches
1 Maximum number of caches
125MB 8KB 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
9924074 Requested pages found in the cache (54%)
8125037 Requested pages not found in the cache
0 Pages created in the cache
8125037 Pages read into the cache
0 Pages written from the cache to the backing file
8094176 Clean pages forced from the cache
0 Dirty pages forced from the cache
0 Dirty pages written by trickle-sync thread
30861 Current total page count
30860 Current clean page count
1 Current dirty page count
16381 Number of hash buckets used for page location
26M Total number of times hash chains searched for a page (26174148)
132 The longest hash chain searched for a page
53M Total number of hash chain entries checked for page (53243413)
0 The number of hash bucket locks that required waiting (0%)
0 The maximum number of times any hash bucket lock was waited for (0%)
0 The number of region locks that required waiting (0%)
0 The number of buffers frozen
0 The number of buffers thawed
0 The number of frozen buffers freed
8125049 The number of page allocations
17M The number of hash buckets examined during allocations (17891415)
12 The maximum number of hash buckets examined for an allocation
8094176 The number of pages examined during allocations
1 The max number of pages examined for an allocation
0 Threads waited on page I/O
Pool File: md.bdbxml
16384 Page size
0 Requested pages mapped into the process' address space
131 Requested pages found in the cache (90%)
14 Requested pages not found in the cache
0 Pages created in the cache
14 Pages read into the cache
0 Pages written from the cache to the backing file
Pool File: md.bdbdb
4096 Page size
0 Requested pages mapped into the process' address space
9923933 Requested pages found in the cache (54%)
8125020 Requested pages not found in the cache
0 Pages created in the cache
8125020 Pages read into the cache
0 Pages written from the cache to the backing file
Pool File: compMd.bdbdb
4096 Page size
0 Requested pages mapped into the process' address space
10 Requested pages found in the cache (76%)
3 Requested pages not found in the cache
0 Pages created in the cache
3 Pages read into the cache
0 Pages written from the cache to the backing file
Default locking region information:
158 Last allocated locker ID
0x7fffffff Current maximum unused locker ID
9 Number of lock modes
1000 Maximum number of locks possible
1000 Maximum number of lockers possible
1000 Maximum number of lock objects possible
40 Number of lock object partitions
14 Number of current locks
104 Maximum number of locks at any one time
4 Maximum number of locks in any one bucket
0 Maximum number of locks stolen by for an empty partition
0 Maximum number of locks stolen for any one partition
20 Number of current lockers
35 Maximum number of lockers at any one time
13 Number of current lock objects
101 Maximum number of lock objects at any one time
3 Maximum number of lock objects in any one bucket
0 Maximum number of objects stolen by for an empty partition
0 Maximum number of objects stolen for any one partition
12M Total number of locks requested (12049088)
12M Total number of locks released (12049068)
0 Total number of locks upgraded
35 Total number of locks downgraded
0 Lock requests not available due to conflicts, for which we waited
0 Lock requests not available due to conflicts, for which we did not wait
0 Number of deadlocks
0 Lock timeout value
0 Number of locks that have timed out
0 Transaction timeout value
0 Number of transactions that have timed out
736KB The size of the lock region
0 The number of partition locks that required waiting (0%)
0 The maximum number of times any partition lock was waited for (0%)
0 The number of object queue operations that required waiting (0%)
0 The number of locker allocations that required waiting (0%)
0 The number of region locks that required waiting (0%)
3 Maximum hash bucket length
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Lock REGINFO information:
Lock Region type
5 Region ID
__db.005 Region name
0x7fc142d1c000 Original region address
0x7fc142d1c000 Region address
0x7fc142d1c138 Region primary address
0 Region maximum allocation
0 Region allocated
Region allocations: 3006 allocations, 0 failures, 0 frees, 1 longest
Allocations by power-of-two sizes:
1KB 3002
2KB 0
4KB 1
8KB 0
16KB 0
32KB 2
64KB 1
128KB 0
256KB 0
512KB 0
1024KB 0
REGION_JOIN_OK Region flags
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Lock region parameters:
32792 Lock region region mutex [0/28 0% 18243/140468027311840]
1031 locker table size
1031 object table size
824 obj_off
73640 locker_off
0 need_dd
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Lock conflict matrix:
0 0 0 0 0 0 0 0 0
0 0 1 0 1 0 1 0 1
0 1 1 1 1 1 1 1 1
0 0 0 0 0 0 0 0 0
0 1 1 0 0 0 0 1 1
0 0 1 0 0 0 0 0 1
0 1 1 0 0 0 0 1 1
0 0 1 0 1 0 1 0 0
0 1 1 0 1 1 1 0 1
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Locks grouped by lockers:
Locker Mode Count Status ----------------- Object ---------------
42 dd= 0 locks held 1 write locks 0 pid/thread 19176/139654678157040
42 READ 1 HELD md.bdbxml:secondary_ handle 2
45 dd= 0 locks held 0 write locks 0 pid/thread 19176/139654678157040
46 dd= 0 locks held 1 write locks 0 pid/thread 19176/139654678157040
46 READ 1 HELD md.bdbxml:secondary_ handle 4
49 dd= 0 locks held 0 write locks 0 pid/thread 19176/139654678157040
4a dd= 0 locks held 1 write locks 0 pid/thread 19176/139654678157040
4a READ 1 HELD md.bdbxml:secondary_ handle 6
4d dd= 0 locks held 0 write locks 0 pid/thread 19176/139654678157040
4e dd= 0 locks held 1 write locks 0 pid/thread 19176/139654678157040
4e READ 1 HELD md.bdbxml:secondary_ handle 8
51 dd= 0 locks held 0 write locks 0 pid/thread 19176/139654678157040
52 dd= 0 locks held 1 write locks 0 pid/thread 19176/139654678157040
52 READ 1 HELD md.bdbxml:secondary_ handle 10
55 dd= 0 locks held 0 write locks 0 pid/thread 19176/139654678157040
56 dd= 0 locks held 2 write locks 0 pid/thread 19176/139654678157040
56 READ 1 HELD md.bdbxml:secondary_ handle 12
56 READ 6 HELD md.bdbxml:secondary_ handle 0
59 dd= 0 locks held 0 write locks 0 pid/thread 19176/139654678157040
5d dd= 0 locks held 1 write locks 0 pid/thread 19176/139654678157040
5d READ 1 HELD md.bdbxml:secondary_ handle 14
60 dd= 0 locks held 0 write locks 0 pid/thread 19176/139654678157040
61 dd= 0 locks held 2 write locks 0 pid/thread 19176/139654678157040
61 READ 1 HELD md.bdbxml:secondary_ handle 16
61 READ 2 HELD md.bdbxml:secondary_ handle 0
64 dd= 0 locks held 0 write locks 0 pid/thread 19176/139654678157040
95 dd= 0 locks held 2 write locks 0 pid/thread 19176/139654678157040
95 READ 1 HELD md.bdbdb:md.db handle 2
95 READ 1 HELD md.bdbdb:md.db handle 0
98 dd= 0 locks held 0 write locks 0 pid/thread 19176/139654678157040
99 dd= 0 locks held 2 write locks 0 pid/thread 19176/139654678157040
99 READ 1 HELD compMd.bdbdb:compMd.bdb handle 2
99 READ 1 HELD compMd.bdbdb:compMd.bdb handle 0
9c dd= 0 locks held 0 write locks 0 pid/thread 19176/139654678157040
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Locks grouped by object:
Locker Mode Count Status ----------------- Object ---------------
61 READ 1 HELD md.bdbxml:secondary_ handle 16
4a READ 1 HELD md.bdbxml:secondary_ handle 6
46 READ 1 HELD md.bdbxml:secondary_ handle 4
42 READ 1 HELD md.bdbxml:secondary_ handle 2
56 READ 6 HELD md.bdbxml:secondary_ handle 0
61 READ 2 HELD md.bdbxml:secondary_ handle 0
5d READ 1 HELD md.bdbxml:secondary_ handle 14
56 READ 1 HELD md.bdbxml:secondary_ handle 12
52 READ 1 HELD md.bdbxml:secondary_ handle 10
4e READ 1 HELD md.bdbxml:secondary_ handle 8
95 READ 1 HELD md.bdbdb:md.db handle 0
95 READ 1 HELD md.bdbdb:md.db handle 2
99 READ 1 HELD compMd.bdbdb:compMd.bdb handle 0
99 READ 1 HELD compMd.bdbdb:compMd.bdb handle 2

Similar Messages

  • Why is the scroll function not working after accessing the voice feature in settings?

    Why is the scroll function not working after accessing the voice feature in settings?

    For some prerecorded audio files the Transpose slider will not work reliably. I found no clear pattern, when it does and when not.
    If all fails, create a loop from the audio file. Select the region in the track and use the command "File: Add region to Loop library".
    Set the current key and tempo, name the loop, and save the loop.
    Now add it from the loop browser to a new track and delete your old track. The search field in the Loop browser will help you to find the loop quickly.
    You will be able to transpose the sample as described above, like a regular loop.
    For example - a audio file turned into a loop and transposed:

  • Why is my Apple ID not allowed to access iTunes Connect?

    I'm trying to apply to post my podcast via iTunes, but in the process of trying to apply, I receive an error message informing me that my Apple ID is not authorized to access iTunes Connect. Any suggestions?

    Are you able to sign into the iTunes Store and purchase items with that ID? If so I've no idea why you should get this message. However, though I'm not familiar with iTunes Connect, I'm not sure it's got anything to do with posting podcasts. To submit a podcast you go to
    https://phobos.apple.com/WebObjects/MZFinance.woa/wa/publishPodcast
    Is that what you've been doing?

  • Why can't I suddenly not able to access online accounts?

    Suddenly, why when I'm on one of my online accounts and try to click on a log in button, screen freezes and cannot log in?

    Hello,
    Bootup holding CMD+r, or the Option/alt key to boot from the Restore partition & use Disk Utility from there to Repair the Disk, then Repair Permissions.
    If no change on restarting normally...
    Open console in Applications>Utilities, check the system log for the date/time of the last problem  & the Startup right after that for clues.
    click on the top line we want, Shift plus click on the bottom line we want, CMD+c to copy, then paste the text in a reply with CMD+v
    A few dozen lines should be about right, hundreds or thousands won't likely be readable.

  • Ihave 51 iphoto library and they keep increasing and i do not know why

    My iphoto has 51 libraries and they keep increasing and i do not know why, i would like only one iphoto library and consolidate all photos in that.

    If you're using an IMAP account, also check your other devices to be sure you don't have some filters or rules set up that either delete or move emails to subfolders. You can see all Emails on your iPad, but displaying the sidebar showing Mailboxes, tapping the email account you are having trouble with (NOT the Inbox, but the section below), then tapping All Mail or something similar depending on your provider.
    If the mails are there, they are somehow being moved by one of your mail clients or by a rule you set up with your provider.

  • Why not improve the iPod Classic?

    Why do not improve the iPod Classic from the point of view of speed? The would be enough to put a chip designed specifically for the iPod Classic or an A5 chip that expedite both the iPod. Just a little, and you could even do that more subtle. do something

    Since all of us here are only end users like yourself, nobody here would know of such information. Only Apple knows and according to the terms of use of these forums, we are not allowed to speculate. Sorry.
    B-rock

  • Why is the music on my iPod randomly not letting me play? all my good ones are the ones I purchased won't play, my storage is fine. I tap on the song but it skips to a completly different song on iPod but not laptop

    Why is the music on my iPod randomly not letting me play? all my good ones are the ones I purchased won't play, my storage is fine. I tap on the song but it skips to a completly different song on iPod but not laptop. For example both versions of Til' I Collapse by Eminem won't play on my iPod but on laptop, same with Born this Way by Lady Gaga

    Try:
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Unsync all music and resync
    - Reset all settings
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:                                 
    iOS: How to back up           
    - Restore to factory settings/new iOS device.

  • Why does apple tv play my photos randomly in screen saver mode when random is not selected

    why does apple tv2 play my photos randomly in screen saver mode when random is not selected?

    Thanks for that.
    Random is not selected in transition or anywhere else. Unless I am missing something in the settings.
    So why is it playing my photos ramdomly in screen saver mode ?

  • Why is osx continuously caching external disk?

    While I am -using an/any application that does- reading from an  external disk, free memory continuously decreases and inactive memory  increases with the same amount, which is aproximately the amount of data  read. At some time, os starts paging and the system renders useless,  forcing me to reboot.
    Closing the application or using another usb slot has no effect, I have to eject the USB or use purge -which makes other applications sluggish-. Format of the -external  drive's- partition (GUID, MBR),(HFS+, FAT32, NTFS) does not matter. All  of the drives are excluded from Spotlight (are not indexed). I have
    OSXFuse but that is only for Truecrypt, info about partitions show native drivers.
    Why is osx continuously caching external disk, can a  configuration/app/plugin cause this, is there a way to avoid this? Is  there a selective purge command for external disk cache? Does anybody have this problem with external drives, and also with Mavericks?
    My EtreCheck (after a reboot) is:
    EtreCheck version: 1.9.11 (43) - report generated June 15, 2014
    Hardware Information:
        MacBook Pro (13-inch, Mid 2009)
        MacBook Pro - model: MacBookPro5,5
        1 2.26 GHz Intel Core 2 Duo CPU: 2 cores
        4 GB RAM
    Video Information:
        NVIDIA GeForce 9400M - VRAM: 256 MB
    System Software:
        OS X 10.8.3 (12D78) - Uptime: 0 days 1:4:54
    Disk Information:
        Hitachi HTS5450 disk0 : (160.04 GB)
            disk0s1 (disk0s1) <not mounted>: 209.7 MB
            Macintosh HD (disk0s2) / [Startup]: 94.62 GB (48.81 GB free)
            Recovery HD (disk0s3) <not mounted>: 650 MB
            BOOTCAMP (disk0s4) /Volumes/BOOTCAMP: 64.57 GB (44.49 GB free)
        HL-DT-ST DVDRW  GS23N 
    USB Information:
        Apple Inc. Built-in iSight
        JMicron Storage 500.11 GB
            BKPFAT (disk1s1) /Volumes/BKPFAT: 443.2 GB (25.08 GB free)
            BKPNTFS (disk1s2) <not mounted>: 56.9 GB
        Apple Internal Memory Card Reader
        Apple Inc. Apple Internal Keyboard / Trackpad
        Apple Computer, Inc. IR Receiver
        Apple Inc. BRCM2046 Hub
            Apple Inc. Bluetooth USB Host Controller
    Configuration files:
        /etc/hosts - Count: 1
    Gatekeeper:
        Anywhere
    Startup Items:
        TuxeraNTFSUnmountHelper: Path: /Library/StartupItems/TuxeraNTFSUnmountHelper
    Launch Daemons:
        [loaded]    com.adobe.fpsaud.plist Support
        [loaded]    com.google.keystone.daemon.plist Support
        [loaded]    com.oracle.java.Helper-Tool.plist Support
        [not loaded]    de.jinx.SmartSleepDaemon.plist Support
        [loaded]    org.macosforge.xquartz.privileged_startx.plist Support
    Launch Agents:
        [loaded]    com.google.keystone.agent.plist Support
        [loaded]    com.oracle.java.Java-Updater.plist Support
        [loaded]    org.macosforge.xquartz.startx.plist Support
    User Login Items:
        GrowlHelperApp
        Google Drive
        witchdaemon
        BetterTouchTool
    Internet Plug-ins:
        JavaAppletPlugin: Version: Java 8 Update 05 Check version
        FlashPlayer-10.6: Version: 12.0.0.38 - SDK 10.6 Support
        QuickTime Plugin: Version: 7.7.1
        Flash Player: Version: 12.0.0.38 - SDK 10.6 Outdated! Update
        o1dbrowserplugin: Version: 5.4.2.18903 Support
        googletalkbrowserplugin: Version: 5.4.2.18903 Support
        Silverlight: Version: 5.1.30317.0 - SDK 10.6 Support
        Unity Web Player: Version: UnityPlayer version 4.1.5f1 Support
        iPhotoPhotocast: Version: 7.0
    Safari Extensions:
        Bing Highlights: Version: 1.0.20
        ClickToFlash: Version: 2.5.1
    Audio Plug-ins:
        AirPlay: Version: 1.7 - SDK 10.8
        iSightAudio: Version: 7.7.1 - SDK 10.8
    iTunes Plug-ins:
        Quartz Composer Visualizer: Version: 1.4 - SDK 10.8
    3rd Party Preference Panes:
        Flash Player  Support
        FUSE for OS X (OSXFUSE)  Support
        GamePadCompanionPrefPanel  Support
        Growl  Support
        Java  Support
        MenuMeters  Support
        SmartSleep  Support
        Tuxera NTFS  Support
        Witch  Support
    Time Machine:
        Time Machine not configured!
    Top Processes by CPU:
            25% firefox
             4% activitymonitord
             4% WindowServer
             1% hidd
             1% BetterTouchTool
    Top Processes by Memory:
        254 MB  firefox
        111 MB  Google Chrome
        66 MB   Sublime Text
        61 MB   mds
        59 MB   Google Chrome Helper
    Virtual Memory Information:
        1.72 GB Free RAM
        1.21 GB Active RAM
        416 MB  Inactive RAM
        425 MB  Wired RAM
        378 MB  Page-ins
        0 B Page-outs

    Try a restart.
    Do a backup, using either Time Machine or a cloning program, to ensure files/data can be recovered. Two backups are better than one.
    Try setting up another admin user account to see if the same problem continues. If Back-to-My Mac is selected in System Preferences, the Guest account will not work. The intent is to see if it is specific to one account or a system wide problem. This account can be deleted later.
    Isolating an issue by using another user account

  • How has moving the Home button and the refresh button improved Firefox? Peo grow accustomed to the location of features, moving them does not improve the browser.

    Moving the location of features such as the Home button and the sometimes refresh button does not improve the function of the browser. It simply forces users to re-learn the location of these features and put up with the associated inconvenience. Why, what have you gained?

    what a ridiculous reply. moving the home button is a pain when it has been on he left for many years now. why the change? are you trying to mimic ie? i hope not.
    it doesn't create more space on the toolbar - in fact he default setting for firefox 4 removes space. by moving the home buttons and other buttons back it increases the space back to where it was before.
    also why did the history button change to be a button on its own rather thn attached to the forward / back buttons?
    to say it's not worth changing it for one person is a nonsense answer. i know loads of people who say it sucks so have had to customize it to change it back to how it was.

  • After upgrading to 5.01, songs in my playlist no longer are in the same order as on itunes.  I want to at least list them by the most played first not some random Apple order.

    After upgrading to 5.01, songs in my playlist is no longer are in the same order as on itunes.  I want to at least list them by the most played first not some random Apple order.

    Not sure why this is happening and it is a pain. Once the Purchased list sorted by 'date added' go to the left most column and select the top - in my Purchased list the new items go to the bottom and I drag them back up to the top position.
    MJ

  • Will I increase my Buffer Cache ?

    Oracle 9i
    Shared Pool 2112 Mb
    Buffer Cache 1728 Mb
    Large Pool 32Mb
    Java Pool 32 Mb
    Total 3907.358 Mb
    SGA Max Size 17011.494 Mb
    PGA
    Aggregate PGA Target 2450 Mb
    Current PGA Allocated 3286059 KB
    Maximum PGA Allocated (since Startup) 3462747 KB
    Cache Hit Percentage 98.71%
    The Buffer Cache Size advise is telling me that if I increase the Buffer Cache to 1930Mb i will get a 8.83 decrease in phyiscal reads (And its get better the more I increase it)
    The question is .. can I safely increase it (In light of my current memory allocations) ? Is it worth it .. ?

    Two things stand out:
    Your sga max size is 17Gb, but you are only using about 4Gb of it - so you seem to have 13Gb that you are not making best use of.
    Your pga aggregate target is 2.4Gb, but you've already hit a peak of 3.4Gb - which means your target may be too small - so it's lucky you had all that spare memory which hadn't gone into the SGA. Despite the availability of memory, some of your queries may have been rationed at run-time to try to minimise the excess demand.
    Is this OLTP or DSS - where do you really need the memory ? (Have a look in v$process to see the pga usage on a process by process level).
    How many processes are allowed to connect to the database ? (You ought to allow about 2Mb - 4Mb per process to the pga_aggregate_target for OLTP) and at least 1Mb per process for the buffer cache.
    Where do you see time lost ? time on disk I/O, or time on CPU ? What type of disk I/O, what's the nature of the CPU usage. These figures alone do not tell us what you should do with the spare memory you seem to have.
    A simple response to your original question would be that you probably need to increase the pga_aggregate_target, and you might as well increase the buffer size since you seem to have the memory for both.
    On the downside, changing the pga_aggregate_target could cause some execution plans to change; and changing the buffer size does change the limit size on a 'short' table, which can cause an increase in I/O as an unlucky side effect if you're a little heavy on "long" tablescans.
    Regards
    Jonathan Lewis
    http://jonathanlewis.wordpress.com
    http://www.jlcomp.demon.co.uk

  • Cache not working on 4.1 SP 13 w/SSL

    Hi, we are currently running 4.1 SP 13 with SSL and I have noticed from perf-dump that the file cache isn't being utilized. I thought it was enabled by default ? Any Ideas ?
    I realize IPlanet 4.1 is being end of lifed, which is I why didn't bother calling support over this, but until the application vendor gives us an update in a WAR file or servlets that work with 6.0 we are stuck using 4.1.
    On a completely unrelated note, someone should update the text box to allow more characters per line, thus making it easier to cut/paste system files.
    Here is my obj.conf:
    Init fn="flex-init" access="/usr/ns-home/https-secweb-port443/logs/access" format.access="%Ses->client.ip% - %Req->vars.auth-user% [%SYSDATE%] \"%Req->reqpb.clf-request%\" %Req->srvhdrs.clf-status% %Req->srvhdrs.content-length%"
    Init fn="load-types" mime-types="mime.types"
    Init fn="load-modules" funcs="htaccess-init,htaccess-find" shlib="/usr/ns-home/plugins/htaccess/bin/htaccess.so"
    Init fn="htaccess-init"
    Init fn="load-modules" shlib="/usr/ns-home/bin/https/lib/libNSServletPlugin.so"
    funcs="NSServletEarlyInit,NSServletLateInit,NSServletNameTrans,NSServletService" shlib_flags="(global|now)"
    Init fn="nsapi-cache-init" enable=true
    Init fn="NSServletEarlyInit" EarlyInit="yes"
    Init fn="NSServletLateInit" LateInit="yes"
    Init fn="perf-init" enable=true
    Init fn="define-perf-bucket" name="file-bucket" description="Non-cached responses"
    Init fn="define-perf-bucket" name="servlet-bucket" description="Servlets"
    <Object name="default">
    NameTrans fn="pfx2dir" from="/TrmsF" dir="/usr/ns-home/docs2/TrmsF" name="ServletByExt" bucket="servlet-bucket"
    NameTrans fn="pfx2dir" from="/TrmsWeb" dir="/usr/ns-home/docs2/TrmsWeb" name="ServletByExt" bucket="servlet-bucket"
    NameTrans fn="pfx2dir" from="/TrmsO" dir="/usr/ns-home/docs2/TrmsO" name="ServletByExt" bucket="servlet-bucket"
    NameTrans fn="pfx2dir" from="/cgi-bin" dir="/usr/ns-home/cgi-bin" name="cgi"
    NameTrans fn="document-root" root="/usr/ns-home/docs2"
    PathCheck fn="unix-uri-clean"
    PathCheck fn="check-acl" acl="default"
    PathCheck fn="find-pathinfo"
    PathCheck fn="find-index" index-names="index.html,home.html"
    PathCheck fn="htaccess-find"
    ObjectType fn="type-by-extension"
    ObjectType fn="force-type" type="text/plain"
    Service method="(GET|HEAD)" type="magnus-internal/imagemap" fn="imagemap"
    Service method="(GET|HEAD)" type="magnus-internal/directory" fn="send-error" path="/nf.htm"
    Service method="(GET|HEAD)" type="*~magnus-internal/*" fn="send-file" bucket="file-bucket"
    AddLog fn="flex-log" name="access" iponly="1"
    </Object>
    <Object name="cgi">
    ObjectType fn="force-type" type="magnus-internal/cgi"
    Service fn="send-cgi"
    </Object>
    <Object name="servlet">
    ObjectType fn="force-type" type="text/html"
    Service fn="NSServletService"
    </Object>
    <Object name="ServletByExt">
    ObjectType fn="force-type" type="magnus-internal/servlet"
    Service type="magnus-internal/servlet" fn="NSServletService" bucket="servlet-bucket"
    </Object>
    <Object name="es-internal">
    PathCheck fn="check-acl" acl="es-internal"
    </Object>
    <Object ppath="/usr/ns-home/docs2/*">
    PathCheck fn="load-config" file=".htaccess"
    </Object>
    <Object name="jsp092">
    ObjectType fn="type-by-extension"
    ObjectType fn="change-type" type="magnus-internal/jsp092" if-type="magnus-internal/jsp"
    Service fn="NSServletService" type="magnus-internal/jsp092"
    </Object>
    <Object ppath="/usr/ns-home/docs2/.perf">
    Service fn="service-dump"
    </Object>
    Here is the output from perf-dump. Note that the cache has zero entries. It always stays at zero.
    ns-httpd pid: 27965
    ListenSocket #0:
    Address https:\\INADDR_ANY:443
    ActiveThreads 53
    WaitingThreads 52
    BusyThreads 1
    Thread limits 48/1024
    Total Sessions 53/1224
    KeepAliveInfo:
    KeepAliveCount 0/200
    KeepAliveHits 365
    KeepAliveFlushes 0
    KeepAliveTimeout 30 seconds
    CacheInfo:
    enabled yes
    CacheEntries 0/4096
    Hit Ratio 0/274 ( 0.00)
    pollInterval 30
    Native pools:
    NativePool:
    Idle/Peak/Limit 1/1/128
    Work queue length/Peak/Limit 0/0/0
    Server DNS cache disabled
    Async DNS disabled
    Performance Counters:
    Server start time: Thu Nov 6 05:42:07 2003
    Avarage Total Percent
    Total number of requests: 602
    Request processing time: 0.6210 373.8160
    Servlets (servlet-bucket)
    Number of Requests: 602 (100.00%)
    Number of Invocations: 1629 ( 18.63%)
    Latency: 0.0000 0.0228 ( 0.01%)
    Function Processing Time: 0.2277 370.9337 ( 99.23%)
    Total Response Time: 0.2277 370.9564 ( 99.24%)
    Non-cached responses (file-bucket)
    Number of Requests: 264 ( 43.85%)
    Number of Invocations: 264 ( 3.02%)
    Latency: 0.0000 0.0011 ( 0.00%)
    Function Processing Time: 0.0002 0.0609 ( 0.02%)
    Total Response Time: 0.0002 0.0620 ( 0.02%)
    Cache Bucket (cache-bucket)
    Number of Requests: 0 ( 0.00%)
    Number of Invocations: 0 ( 0.00%)
    Latency: 0.0000 0.0000 ( 0.00%)
    Function Processing Time: 0.0000 0.0000 ( 0.00%)
    Total Response Time: 0.0000 0.0000 ( 0.00%)
    Default Bucket (default-bucket)
    Number of Requests: 602 (100.00%)
    Number of Invocations: 6849 ( 78.35%)
    Latency: 0.0000 0.0213 ( 0.01%)
    Function Processing Time: 0.0000 0.0726 ( 0.02%)
    Total Response Time: 0.0000 0.0939 ( 0.03%)

    Has any one had problem like this, plz share to resolve this issue.

  • Why local file destype does not appear in the parameter form ?

    Hi,
    There is a Destype option Local File but it does not appear in the list for Destype in the Parameter form.Why?
    Even file is not working & the reports server is getting hanged if i specify the destype as file & a valid file name & format is given.
    Print option from the app server is also not working, i mean remote printing.
    My App server machine can see my local printer, but when i give the print share name or literally five\\machine name..printername then too print option is not working.
    Thanks
    Mahesh

    Hi Shaun,
    I'am using 9iDS & the reports documentation says that Local File DesType Option is valid for rwclient & rwservlet.
    When your specify in the command line option it works, no issues but in web reports where i get the parameter form Destype list does not contain Local File Option.
    For web reports i use rwservlet.
    i mean to say my url is something like this
    http://oracle.guru:8888/reports/rwservlet?report=abc.rdf&userid=a/b@c&destype=cache&paramform=yes&server=myserver
    one more peculiar thing, i have reported it on Metalink.
    As you can see in the above URL i have given an argument of destype=cache, if i do not give this then my parameter for will not come up!!!, why should i give a destype for the parameter form to be displayed?
    Ok coming to my current problem..
    in 9iDS Reports is Local File supported? i.e. when i give a URL like above(My parameter form has system & user parameters including DesType,DesName & DesFormat).
    coming to the file option in DesType.
    In my parameter form if i select Destype as File & give a valid file name & a valid Desformat the report server hangs i mean there is no activity on the client & after this any report requests from any other clients is not responded by the Reports Server.
    When i check in the performance monitor of my Reports Server the CPU Utilization will be constant at 100%
    Thanks
    Mahesh

  • Env 3 not compatible?

    Hello,
    I have an env 3, and with my mac, it doesn't show up on the desktop when I connect it. I started using I sync, and it found my phone via bluetooth, but now says "Isync cannot sync with this device." Why? Is there a different way to do this?
    Please advise!

    with my mac, it doesn't show up on the desktop when I connect it
    Via USB I presume? Does the phone support USB Mass Storage mode? If so, you may need to turn it on in the phone menus somewhere.
    I started using I sync, and it found my phone via bluetooth, but now says "Isync cannot sync with this device." Why?
    Because LG have not made the Env 3 compatible with iSync. Unfortunately, LG don't seem to care much for the industry standard syncing protocols iSync uses, or for Mac users.
    The software linked to below supports some LG phones, but not the Env 3 it seems. It may be worth contacting the makers to ask if support is coming:
    http://www.novamedia.de/en/mac-fonesync-lg.html

Maybe you are looking for

  • Team Development with Subversion

    Hallo, we have a model with nearly 1,900 tables. We were on Oracle Designer before and now started with a fresh reverse engineered Data Modeler model. Since Data Modeler does not have a database repository like Designer had, we use integrated subvers

  • How do i make http connection  from an applet to  a servlet

    i am not able to make a http connection from the applet to servlet my code for servlet is as follows import java.io.*; import javax.servlet.*; import javax.servlet.http.*; public class newDatabaseServlet extends HttpServlet { //      Connection con;

  • Duplicate emails in 10.6.7

    I am getting irritating duplication of incoming emails and if I delete one - both go!. I see from the forums that this is has been a big problem with Apple's Mail client - are there any quick-fix solutions?

  • Looking for an AS3  expert

    Urgent requirement, looking for AS 3 expert, please contact me with your contact info ASAP. Thanks a million

  • Can't activate second iPhone- HELP!

    Bought 2 new iPhone on Saturday, one for me, one for my wife. Sunday night, I activated my phone first (porting over from Sprint/Nextel) in 15 minutes. Tried to activate the second phone and received the message "Your activation requires additional t