Need Monitoring API detail

Hi,
Can somebody help me with API details using which I can get information similar to what is being provided by in Java Edition with JEMonitor, RepJEMonitor, JEDiagnostics, and RepJEDiagnostics JMX.
More details on this is found under "Monitoring JE with JMX and JConsole" chapter in java edition (4.0.103). I am planning to build something similar in native edition.
Thanks,
Bibhu

Hello,
I can offer some suggestions here. Perhaps someone else might
have more insight as well. As you know the BDB javadoc is at:
http://www.oracle.com/technology/documentation/berkeley-db/db/java/index.html
env.cleanlog
Take a look at checkpointing/archiving log files,
checkpoint:
http://www.oracle.com/technology/documentation/berkeley-db/db/java/com/sleepycat/db/Environment.html#checkpoint(com.sleepycat.db.CheckpointConfig)
getArchiveDatabase:
http://www.oracle.com/technology/documentation/berkeley-db/db/java/com/sleepycat/db/Environment.html#getArchiveDatabases()
getArchiveLogFiles:
http://www.oracle.com/technology/documentation/berkeley-db/db/java/com/sleepycat/db/Environment.html#getArchiveLogFiles(boolean)
db_archive:
http://www.oracle.com/technology/documentation/berkeley-db/db/api_reference/C/db_archive.html
db_checkpoint:
http://www.oracle.com/technology/documentation/berkeley-db/db/api_reference/C/db_checkpoint.html
env.evictMemory
Take a look at trickleCacheWrite:
http://www.oracle.com/technology/documentation/berkeley-db/db/java/com/sleepycat/db/Environment.html#trickleCacheWrite(int)
env.getStats
Take a look at the statistic methods i.e.:
getCacheFileStats
http://www.oracle.com/technology/documentation/berkeley-db/db/java/com/sleepycat/db/Environment.html#getCacheFileStats(com.sleepycat.db.StatsConfig)
getCacheStats
http://www.oracle.com/technology/documentation/berkeley-db/db/java/com/sleepycat/db/Environment.html#getCacheStats(com.sleepycat.db.StatsConfig)
getLockStats:
http://www.oracle.com/technology/documentation/berkeley-db/db/java/com/sleepycat/db/Environment.html#getLockStats(com.sleepycat.db.StatsConfig)
getLogStats:
http://www.oracle.com/technology/documentation/berkeley-db/db/java/com/sleepycat/db/Environment.html#getLogStats(com.sleepycat.db.StatsConfig)
getMutexStats:
http://www.oracle.com/technology/documentation/berkeley-db/db/java/com/sleepycat/db/Environment.html#getMutexStats(com.sleepycat.db.StatsConfig)
getTransactionStats:
http://www.oracle.com/technology/documentation/berkeley-db/db/java/com/sleepycat/db/Environment.html#getTransactionStats(com.sleepycat.db.StatsConfig)
env.getdatabasenames
Check: getArchiveDatabases:
http://www.oracle.com/technology/documentation/berkeley-db/db/java/com/sleepycat/db/Environment.html#getArchiveDatabases()
env.getCachePercent
Check the cache statistics
Thanks,
Sandra

Similar Messages

  • Want the link to open EAS IN WEb mode and also the Java API details needed

    Want the link to open EAS IN WEb mode and also the Java API details needed to get it up and running.
    Kindly provide the answer if knows.
    Thanks .

    Yes, you can have single sign on enabled on multiple essbase servers,
    It works like using single userid and password across mulple servers. you can configure essbase server to read from active directory.
    you can configure css.xml file in bin folder
    sample CSS FILE
    here is an example of a css.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <css xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <spi>
    <provider>
    <msad name="msad1"> <trusted>false</trusted>
    <url>ldap://ldapserver:389/dc=CompanyName,dc=com</url>
    <userDN>CN=#######,OU=Security Accounts,OU=IT,DC=CompanyName,DC=com</userDN>
    <password>########</password>
    <authType>simple</authType>
    <identityAttribute>dn</identityAttribute>
    <user>
    <loginAttribute>sAMAccountName</loginAttribute>
    <fnAttribute>givenname</fnAttribute>
    <snAttribute>sn</snAttribute>
    <emailAttribute>mail</emailAttribute>
    <objectclass>
    </objectclass>
    </user>
    <group>
    <url>cn=LostAndFound</url>
    </group>
    </msad>
    </provider>
    </spi>
    <searchOrder>
    <el>msad1</el>
    </searchOrder>
    <token>
    <timeout>60</timeout>
    </token>
    <logger>
    <priority>ERROR</priority>
    </logger>
    </css>

  • About using OSB JMX Monitoring API

    hi Experts,
    My customer is using OSB11.1.1.7, they are trying to use JMX Monitoring API to get the statistic info, but have the following issues:
    1. For the non-soap service, the serviceDomainMbean.getBusinessServiceStatistics method always return error when typeFlag was set with ResourceType.WEBSERVICE_OPERATION.value(), reason is there is no ws operation for this service, customer wants to know how to know if a service has no ws operation ,therefore they can avoid to get ws-operation statistic info for those kind of services.
    2. Is there a way to get statistic info for the current aggregation interval? the api seems works with period from last reset.
    3. Further more, How to get statistic info for special period, for example, customer want to query statistic info from 05/01 to 05/03, or from 05/03 12:00 to 05/03 13:00
    Thanks for the help.
    Best regards

    Davinder Singh wrote:
    Hi ,
    I have an application deployed on weblogic server 8.1 . This has some MBeans exposed
    for management purposes. This needs to be accessed from another web application
    running on another weblogic instance on different machine. For this the managed
    application has a Connector server and the management application is trying to
    connect it through Connector client.
    At the managed application side , i am getting NoSuchMethodError: javax.management.MBeanServer.getClassLoaderRepository()
    I am not using weblogic implementation of JMX (MBean Server).
    My guess about the error :the weblogic implements JMX version 1.0 and i am using
    JMX remoting API (RI from Sun) which requires JMX 1.2
    Is there a way i can make weblogic use JMX 1.2 ?I dont think there is a way to do this. But I might be wrong.
    >
    Thanx,
    Davinder

  • Need a API to load official documents info & family info in HRMS tables

    Hi,
    I need API to load official documents information's and family information in HRMS tables.. Can Anyone help me out to give API details..
    Thanks in advance..

    I'm not sure what kind of response you will get in this forum. Maybe you could also post this question in one of the Solaris forums located here http://forum.sun.com/. Perhaps the kernel forum.

  • The JMX Monitoring APIs for OSB

    hi
    I know Using the JMX Monitoring APIs can monitor Oracle Service Bus at run time to know how many messages in a particular service have processed successfully and how many have failed. but those are Statistical Information . i want to monitor the details when a particular service is invoked,such as the caller's IP address, the call is successful or not, the error message and error code.
    帖子经 David编辑过

    There are no public API that are present except for monitoring and Deployment.
    http://download.oracle.com/docs/cd/E14571_01/doc.1111/e15867/app_apis.htm#CHDHAJGD
    The runtime information for OSB artifacts and their instances are not exposed though API.This use-case can be accomplished by using reporting action. http://download.oracle.com/docs/cd/E14571_01/doc.1111/e15867/reporting_console.htm#CACJFDGF
    Getting IP address of cleints invoking proxy on OSB is little tricky, but some transports do support. eg HTTP. Can you describe in brief actual business case so that we can come-up with some solution. Is this monitoring, part of Business logic or Administrator requirement (Technical) etc.
    Thanks
    Manoj

  • SOAP service shutsdown and restarts itself -- SOAP - Performance Monitoring APIs

    Our "SOAP - Performance Monitoring APIs" service shutdown and restarted itself twice within 5 days. Would someone know what this service is dependent on, why might it be doing this and what are the best steps to stop this from happening?

    Sounds like you're hitting something similar to Bug ID CSCul26251
    There's no fix and the only workaround is to disable the service.
    GTG

  • Need my conformation details send to my email address please

    I order a all in one officejet pro 8610 printer but i order it over the phone and the representitive who made the ordr put in the wrong email address and I Need my conformation details send to my email address but the thing is once I've made the purchased and the order is ship I cannot fix my email from there so I need to know what I can  do to change my email address and for them to send my conformation details to me. please help thanks

    Call AppleCare & ask to talk to "Account Security". Contact numbers here:
    http://support.apple.com/kb/HT5699?viewlocale=en_US

  • Why do you need my bank details if your apps are free

    Why can't I download a free app, if my bank has under £10 in it?

    I don't need your bank details, and neither does any of the other users in this user-to-user discussion forum. You will have to direct your question to Apple, not to other users.
    However, Apple needs some sort of proof you are who you say you are. The way they do this is by verifying a payment method. So you need either Apple gift cards deposited to your account, or a debit or credit card number.

  • Need User Manual Details in Manual BRS

    Hi Experts
    I done Manual BRS customization for my client in development. That one I imported in quality. Now i need user manual details for providing training to my client (end user). I need standard T code for using BRS. As of now I know T code:FF67 AND i searched in google i got some t code related Manual BRS- FEBA / FEBA_BANK_STATEMENT for further reprocessing.
    But i cant able to understant this two t code, Is there any other t code is there  like reprocessing, reporting etc.,
    Please give me list of t code and how it will work explain me.
    Thanks & Regards
    Mani.S

    HI
    Apart from all the above information, i found one thing missing was deletion of bank statement process if any wrong statement is uploaded by mistake.
    1 First see that any postings have happened or not, if yes that thru FBRA you need to reverse that .
    2. Go to SE38 and run RFEBKA96 to delete the bank statement choose application 0001and select the checkbox on bank statement which you need to erase.
    Hope this helps
    Regards
    Minesh

  • I updated my iPhone and it said error we need your iPhone details in some portal iPhone 4S

    I updated my iPhone and it said error we need your iPhone details in some portal
    iPhone 4S

    Morning Akmal345,
    Thanks for using Apple Support Communities.
    For more information on this, take a look at this article:
    iOS: Device not recognized in iTunes for Windows
    http://support.apple.com/kb/TS1538
    iPhone not appearing in iTunes
    http://www.apple.com/support/iphone/assistant/itunes/
    iOS: Unable to update or restore
    http://support.apple.com/kb/ht1808
    Best of luck,
    Mario

  • I need an API

    I need an API to use with my time machine hardware. I bought it off ebay but the software was too expensive so I just have the hardware and I need the API to develop the software for it now. Thanks.

    If (1) you had any sense, and (2) you were able to access the API in the future, you would have already transported back the API to the current time. So either (1) or (2) is false.
    P.S.: I have a program which was designed to write other programs, which wrote itself.

  • Need Java API for Essbase

    <p>We want to load data in Essbase through a web based application,thus we would need JAVA API's. Please send us any related links,white papers, red books and/or any other links.</p>

    <blockquote>quote:<br><hr><i>Originally posted by: <b>sunny_rush</b></i><BR>com_beacon_essbase_jni_EssApiJni.c:15:20: essotl.h: No such file or directory<BR><hr></blockquote><BR><BR>That package does not appear to be from Hyperion but rather from a third party. Based on the name, it may have come from Beacon Analytics which is now part of Answerthink. Did you have consulting from them in the past?<BR><BR>Tim<BR><BR><BR>

  • System monitoring API needed

    Hi all,
    I have a requirement in which I need to monitor all the system parameters like processor usage, free RAM etc. from within my java application. Is there any open source JNI based API for that? I dont know much of c/c++ and thus can't code my own. Its really urgent. So help me please.

    Hi all,
    What I wanted was to profile the system on which my application is running, not my own application. So I guess I cant use the JProbe. As for the managment API I am supposed to use the 1.4 version only. So I cant use those API's too. The problem is solved now. I wrote my own wrapper for the getting the all the information on the PC.
    Anyway, thank you all.

  • Need XML APIs for finding server status details

    Hi,
    Can any one help me with the XML API format for finding server status details like Admin State,Avail State,Assoc State,etc.
    Thanks and Regards
    -Prateek

    Here is a very basic example.  I pulled out all the extra error trapping / logging.  I have been building a module that simplifies  most of this .. will produce simple Dumper output for what you are generally looking to do.
    The below example will connect to a default UCSM emulator ( http://developer.cisco.com/web/unifiedcomputing/start ) .. just change IP to match.  If you want a significantly more detailed information ( hierarchical ) ... change inHierarchical="false" to  inHierarchical="true".
    Let me know if you want something more specific.
    #!/usr/local/bin/perl
    use strict;
    use warnings;
    use Data::Dumper;
    use LWP::UserAgent;
    use HTTP::Request::Common;
    use XML::Simple;
    use POSIX;
    $Data::Dumper::Purity = 1;
    $Data::Dumper::Useqq = 1;
    ### Configurables
    my $ucsm = "10.#.#.#";
    my $user = "config";
    my $pass = "config";
    my $proto = "http";
    my $cookie;
    my $xml = XML::Simple->new();
    my $xml_blade = XML::Simple->new(ForceArray => ['computeBlade']);
    ## Setup User Agent
    my $ContentType = "application/x-www-form-urlencode";
    my $userAgent = LWP::UserAgent->new(agent => 'perl post');
    $userAgent->timeout(5);
    &connect;
    my $blades = &getblade;
    print Dumper $blades;
    &disconnect;
    ### Subroutines
    sub connect {
       my $message = q();
       print 'http://'.$ucsm.'/nuova\n';
       my $response = $userAgent->request(POST $proto.'://'.$ucsm.'/nuova', Content_Type => $ContentType, Content => $message);
       my $xml_ref = $xml->XMLin($response->content);
       $cookie = $xml_ref->{outCookie};
    sub getblade {
       my $message = q();
       my $response = $userAgent->request(POST $proto.'://'.$ucsm.'/nuova', Content_Type => $ContentType, Content => $message);
       my $xml_ref = $xml_blade->XMLin($response->content, keyattr => []);
       return $xml_ref->{outConfigs};
    sub disconnect {
       my $message = q();
       my $response = $userAgent->request(POST $proto.'://'.$ucsm.'/nuova', Content_Type => $ContentType, Content => $message);

  • Need XSDs, API Java Docs and Java (with callback hooks) extension sample

    Would someone(Sue Harper?) please give us an ETA on when the info we developers need to develop extensions to SqlDeveloper will be made avaialble by Oracle?
    We have been waiting over a year to:
    1. Get the XSD files the poster refers to - the list of XSDs is on the page cited but all of the links take you to a generic download page and the XSDs are nowhere to be found. These must exist somewhere so it is very frustrating that no one on the development team will provide them.
    2. Get the API Javadocs so we can understand the java classes available and how to use them. As with #1, these must be available to the development team so why won't Oracle release them to us?
    3. Get a working example of a Jave extension. The lone example provided is not useful since it is really just an XML extension written in Java.l A useful Java extension would show how to create the hooks to cause SqlDeveloper to perform callbacks to the Java extension code when certain user actions take place. Same here as with #1 and #2. It's hard to beleive that someone on the dev team doesn't have the code for a simple Java extension with callbacks.
    JDeveloper has 'hook' elements in its example extension.xml files but there is no documentation for SqlDeveloper to show the equivalent.
    Please either provide the above requested items, provide an ETA on when Oracle will provide the items or at least be gracious enough to tell us Oracle won't provide the items.
    I'm sure there are many like myself that would love to start working with extensions but can't because Oracle won't share information and data that almost assuredly already exists.
    Waiting patiently. . .

    Hi,
    I'm sorry are feeling so aggrieved by the apparent lack of response from the SQL Developer team. There is a lot of information on the Oracle Wiki, where it has been available for well over a year. The detail and examples were initially created and published in 2008, while the xsds were added earlier this year. The recent OTN migration (in July) broke the links to the xsds, which I was unaware of and am glad you brought that to my attention.
    I see from your note that you have found the Oracle Wiki and the examples, so your complaint is really that the examples are not sufficient. Oracle is not hiding the detail, and we have every intention of adding more. This is just like any other feature request in the product. We are prioritizing the work that must be done and right now the team is focusing on those features most requested by the broadest audience. We do plan to add more and it was on our feature list for the next release. Like all features features proposed for future releases, we can't guarantee they will be included and we don't provide dates. The advantage of this particluar "feature" is that it is not dependent on a release date and can be updated after the next production release.
    We already have a number of customer teams writing Java extensions to the product very successfully.</p>
    <p> I will update the wiki withthe XSD link, but until that is done here they are:<br>
    Dialogs<br>
    Displays<br>
    Editors<br>
    Navigators<br>
    Query<br>
    Snippets</p>
    <p>Regards<br>
    Sue Harper<br>
    </p>

Maybe you are looking for

  • Purchase Order Header Status report

    Hi All, Just wondering in which table /report I could get the values of "STATUS" tab in PO header which has information about Ordered,Delivered,Still to deli.,Invoiced,Downpayments.. Does anyone know from wher i can get this information for list of P

  • Printing w/Leopard & AD-based Windows Print Queues:

    For those interested, I have written an overview of printing in Leopard 10.5.0 to Windows print servers (published queues Active Directory). Your mileage may vary. This document contains the good the bad and the ugly. Objective: Get Leopard based Mac

  • Custom File Naming

    Is there any way to save a custom file naming routine into a preset?

  • Display Problem in Nokia N70

    Hi, Yesterday when i was cleaning my mobile to remove the dust particles, I removed the upper cover of Nokia N70 & was cleaning the glass with a cloth & I used a brush to remove the dust, while cleaning a small minute particle fell down from my mobil

  • Newbie: how to get account firstname and lastname in SIM

    I have the following xpres code that retrieves all the account ids in SIM - this is working. However, how can i get the firstname and lastname of all of the returned account Ids. Some code example will be appreciated: <invoke name='getUsers' class='c