Client Monitoring Tool

I have a server and 400 clients. What tool/s are available for me to monitor all nodes (401) to see what is happening?
This may include response times, failures, etc.

This is a very common question which can be solved by using EEM (Embedded Event Management).  Move this thread to the EEM section and you'll solutions there.

Similar Messages

  • Airport Client Monitor for Intel

    It appears that the ever-useful Airport Client Monitor does not work on Intel Macs. Am I wrong - is there a universal version?
    I've just found a donationware utility "AP Grapher" that may be a useful substitute available here:
    http://www.chimoosoft.com/products/apgrapher/
    I've been testing for a day so far. It looks good - I think a donation is deserved. I've only glanced at the "stumbler" function, but that looks good too.
    From the Macreviewcast
    "AP Grapher is a freeware tool for plotting the strength of a network as a function of time. AP Grapher has received a recent (Dec 06) update to Universal Binary along with some performance enhancements. It now does all the stuff that the Airport Client Monitor does as well as what MacStumbler does in one tool. The most valuable part is the time domain plot of Airport link characteristics. The plot will record data for as much as half an hour."

    this would appear to the the problem.
    Actually, NONE of the older tools that report on wireless networks or status work anymore.
    iStumbler has been fixed. I imagine that the rest will get fixed in time.
    - gws

  • Queue Monitoring Tool ?

    Hi,
    I am looking for some monitoring tool or administrative commands for Tibco EMS which can tell me what's happening inside the Queue/topic.
    If you know something about it . Please let me know...
    Thanks in advance

    YES.
    the queue manager will monitor any job in the queue even if it was submited from a web client.

  • Available resource monitoring tools

    Hi,
    Hi I'm evaluating my option to monitor resource utilisation by domains. The categories I'm interested in are CPU, Mem, Disc and I/O utilisation. What monitoring tools exist? Searching the web, I've seen Without having access to an oracle server, yet, the resource categories of sample output of 'xm list' I've seen so far only contained CPU and mem utilisation but not any I/O (disk or net). Is this correct? And what options have I got to monitor these resources as finely as possible?
    Best regards and thanks for your help

    Would you like to perform the monitoring from control domain or guest domains? If you do the monitoring inside guest domain, then I guess you can use SNMP tools for the job. I've used Orca and SEtoolkit inside guest domains (they don't use SNMP) but they are a bit outdated for that use. You might also take a look at Zabbix.
    I don't know what tools exists for collecting information from control domain (which would require less work and less installed clients etc.). Maybe some custom scripting with SNMP.

  • Best proactive monitoring tool

    HI,
    Please advise the best network proactive monitoring tool, that can raise auto-alert tickets with Remedy software.
    Thanks

    1 Spotlight works in about the same fashion as Grid Control/OEM, so you need a database to store metrics
    2 Grid Control can also take care of Oracle patches, notifying you a patch has been released, and optionally install it, and even of O/S patches
    3 Spotlight is a product of a third party, so it will always be less tightly integrated with Oracle
    4 The Grid Control is interfaced by means of a browser, whereas Spotlight needs a fat client. If you want to have Spotlight on multiple systems, you have to buy it multiple times.
    Sybrand Bakker
    Senior Oracle DBA

  • Unix Application monitor tool : Help needed

    Hi All,
    I am planning to develop an Application monitor tool for internal use.
    In a Nutshell this tool will monitor set of services (user applications), which or running on HP UNIX box from a windows terminal. Just to know whether they are running OK or not (red green amber!). In other words executing small command on unix and sending the result back to client.
    I am wondering is there any open source tools for this type purpose from which I can take some help.
    Thanks in advance

    A few simple Google searches will probably pull up what you are looking for on HP Unix. For starters
    http://www.google.com/search?sourceid=navclient&ie=UTF-8&rls=GGLD,GGLD:2004-08,GGLD:en&q=open+source+monitoring+tools+HP+unix

  • Application Monitoring Tool for PowerBuilder

    We are looking for an application monitoring tool that works with PowerBuilder Classic.  We have an application that is experiencing an issue at one client site and they are insisting there is an application issue.  I need a strong application monitoring tool that works with PowerBuilder so we can begin to monitor the performance at their site.  So far all the companies we have found to contact turn us away as soon as they hear our code is in PowerBuilder.
    I would greatly appreciate any input as to companies we can contact or recommendations/experiences anyone has had.
    Regards-
    Barbara Jean Dupuis

    I have an app that logs the execution time of all DataWindow retrieves in a table. I can then run a report that tells me which ones are slow. The base DataWindow object captures the start time in the retrievestart event and the retrieveend event inserts a row into a table with the DataWindow name datetime and elapsed time. I use the QueryPerformanceCounter Win API function to get sub-second timing.
    Something like this:
    External Functions:
    Function boolean QueryPerformanceFrequency(Ref Double lpFrequency) Library "kernel32.dll"
    Function boolean QueryPerformanceCounter(Ref Double lpPerformanceCount) Library "kernel32.dll"
    Instance variables:
    Double idbl_frequency
    Double idbl_start
    Constructor event:
    QueryPerformanceFrequency(idbl_frequency)
    Retrievestart event:
    QueryPerformanceCounter(idbl_start)
    Retrieveend event:
    Double ldbl_stop
    Dec{6} ldec_elapsed
    QueryPerformanceCounter(ldbl_stop)
    ldec_elapsed = (ldbl_stop - idbl_start) / idbl_frequency
    INSERT INTO RETRIEVAL_ACTIVITY_LOG
               ( DATAWINDOW_NAME, RETRIEVE_DATETIME, ROW_COUNT, ELAPSED_TIME )
        VALUES ( :this.DataObject, getdate(), :rowcount, :ldec_elapsed );

  • Oracle EPM 11.1.2.1 Monitoring tools

    Gurus,
    could you please let me know what are the available system monitoring or performance monitoring tools for oracle EPM 11.1.2.1 or in case licenses are involved what are the best key areas for manual procedures to monitor the system?
    Many thanks !

    Hello,
    Monitoring is a broad term. There are many 3rd party tools available that can provide monitoring, it all depends on what exactly you're looking for.
    Oracle has a document on setting up Oracle Enterprise Manager to monitor Hyperion Applications: http://www.oracle.com/technetwork/middleware/bi-foundation/sys9-oem-integration-1-129287.pdf. For performance monitoring, you can also look at this: https://blogs.oracle.com/pa/entry/epm_11_1_2_how3. This will basically connect to the JRockit JVM and look at the performance for the web application.
    If you want to do more monitoring (services, servers, processor, CPU), you can look into Hyperic HQ: http://www.hyperic.com/. They have both an open source version and an enterprise version. I've used the open source version myself and it is pretty good and plays well with Windows. You can see many metrics, graphics and information via the web based application. You can also setup email alerts on certain activities (service stop, service start) and also monitor website availability. For being an open source software, I think it offers alot and it is very reliable.
    Again, these are just a few suggestions. There are many tools out there that can accomplish what you're looking for.
    Regards,
    Luis

  • Where can i check in the real time monitoring tool if there are active calls in progress?

    where can i check in the real time monitoring tool if there are active calls in progress? 

    Hi
    Selecting Call Manager -->Call Process ---> call activity
    HTH
    Regards
    Carlo

  • Please suggest DB monitoring tool

    Our DB have some performance issues, I need your suggestions to buy a DB monitoring tool to help us to resolve these problems.
    If you can share your experiences on the tool, it will be the best.

    Hi,
    We don't have enough knowledge on DB.In that case, beware of tools that make recommendations that you cannot understand . . .
    Some advanced monitoring tools can be cryptic for beginners.
    Is OEM or Statspack suitable to a beginner? Beware, the OEM diagnostic pack and the OEM performance pack are really expensive, over $6,000 per seat:
    http://www.dba-oracle.com/news_tuning_packs_price.htm
    Plus, consider 3rd party tuining tools.
    Historically, Oracle tools have had a bad reputation, and Oracle's Oracle Expert tool was widely criticized for making ridiculous tuning recommendations . .
    Everybody has a monitoring tool to plug, I even have a few that I wrote myself.
    There are a zilllion of them, but they all offer test drives, but try to find:
    - A monitoring tool that makes recommendations in plain English
    - A tool that is reasonably priced
    - A tool from a well-know vendor with a good track record
    Lastly, if you are not familiar with Oracle tuning, it may be better and cheaper to buy an Oracle health check.
    A guru can find tuning problems in just a few hours, faster and more efficient that using a tuning tool.
    Hope this helps . . .
    Donald K. Burleson
    Oracle Press author
    Author of "Oracle Tuning: The Definitive Reference"
    http://www.rampant-books.com/t_oracle_tuning_book.htm
    "Time flies like an arrow; Fruit flies like a banana".

  • Messages are Holding in message monitoring tool

    Hi All,
    I am facing the problem with messages which are in holding state.
    My scenario is file to proxy. The file content contains of EDI. my scenario is already gone to production last year.
    and its working fine. Used java mappings for validation of EDI file. its running successfully.
    where as in Dev system till october first i used to load the files in FTP inbox folder and messages were processed successfully.
    But from october first week when i load the files in FTP inbox, file has been picking succesfully and can see the logs in sender comm channel  but the i can see that my interface is in holding state in message monitoring tool and its not going to receiver comm channel. I have loaded 5 files and all are in holding state. 
    even i have cancelled first error message and tried to resend the next message swhich is in holding state, but this is not happening.
    i am using EOIO queue.
    when i cancel the error message remaining messages should processed automatically but its not getting processed here.
    sequencing of the interface triggering is
    1. Interface_1
    2. Interface_2
    3. Interface_3
    4. Interface_4
    Here i am stucking up with the first interface itself.Here only first interface is in holding state.
    can any one advise what could be the problem..
    I m on SP 10.
    Thanks,
    Bhaskar

    Hi Abhijit,
    Even after unchecking the checkbox maintain order at runtime, its not working.
    i think there is no disturbed in message processing sequence.
    my first sender interface itself going into hold state.
    i have cancelled the hold message, even after that remaining messages are processing automatically.
    and also i could not fine any messages in SMQ1 and SMQ2.
    I also deresister and registered te queues and activated.
    Kindly advise what would be the problem..
    in production its working fine and development its not working fine.
    Thanks,
    Bhaskar

  • Monitoring Tool for Monitoring Business Process

    Hi All,
    Is there any monitoring tool which is able to monitor various technologies .
    we are integrating biztalk with SAP and we are looking for a tool which we can use to monitor both, is there any?
    Praj Dixit

    Hi All,
    Is there any monitoring tool which is able to monitor various technologies .
    we are integrating biztalk with SAP and we are looking for a tool which we can use to monitor both, is there any?
    Praj Dixit
    If if want just to monitor various technologies, lets say BizTalk, then there are lot of tools available for this. BizTalk 360 and SCOM are two main tools.
    similarly if you want to monitor SAP- like availbility of SAP services/URLS/Databases etc, then HP OpenView can be one option.
    However, if you just want to make sure your business process ( integrated BizTalk/SAP..etc) are up and running then you could write some Automated Smoke test scripts, which will perform some basic testing and make sure all components are up and running. 
    Hope this helps. 
    Greetings,HTH
    Naushad Alam
    When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or
    Mark As Answer
    alamnaushad.wordpress.com

  • What is Business Process Monitoring Tool (BPMT)?

    Dear colleagues
    There is also a strange tool named Business Process Monitoring Tool (BPMT), provided as an Add-on installation within SAP Netweaver 701 SP06
    [Note 1453759 - BPMT 701 Business Process Monitoring Tool: Installation|https://service.sap.com/sap/support/notes/1453759]
    What is it, and how it is connected with SAP NW BPM?
    Any explanation would be much appreciated

    Hi,
    this tool is to provide a business process monitoring within the ABAP stack. So you're able to get information about "how many processes of process X have not been finished, yet". This is based on several agents listening to the business process implementations (e.g. SAP Business Workflow) and provides those generated events to a monitoring engine.
    As far as I know this component has not been released, yet. I don't know the delivery date (maybe in QII or QIII 2011) --> who know's?
    Cheers
    Martin

  • Veiwing HD on a client monitor Aja card has no HDMI or DVI . any solutions

    I wrote to aja and they said to use the analog component out. I want to use the HDTV to on-line hd shows. Does going analog out sound like I'm not getting the best to the monitor? Do I need to add another DVI card to the computer? Will it work with the AJA Lhe?

    Well, you have the LHe, right? That doesn't have HDMI out...so you can't use that. It has SDI out, but, the HDTV doesn't. So that leaves Component. They are right (as usual). Component gives a fine signal, I use it myself at times.
    DVI out from your computer will NOT give you anything resembling a proper video signal to the HDTV. With the LHe, the only option you have is Component. And it will get you a decent signal.
    ONLINE HD shows? Well, since you can't properly calibrate the HDTV to color bars, I'd be hard pressed to recommend this option. Fine for client monitoring, but for critical viewing? Nope. The Matrox MXO2 has HDMI out that will calibrate your HDTV...I'd trust that. But HDTVs don't have the professional level options build in.
    Shane

  • MS SQL SERVER 2005 CLIENT ACCESS TOOLS

    HELLO EXPERTS
    I wanted to install sql 2005 client  access tools, but I cannot seem to find it on my installation CD, any help please? Urgent and thank you

    Its called Management Tools when you run it from installaton cd.
    see
    http://it-n-careerz.blogspot.in/2013/04/how-to-install-sql-server-management.html
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

Maybe you are looking for

  • DVI KVM Switch??

    Hi, I have a G5 running tiger (soon to be running leopard hopefully) with a DVI cinema display. I have a PC that I use for testing my work on the Web. I was able to switch back and forth easily with a Belkin KVM switch back when I was using a VGA mon

  • The prices are not coming automatically

    Hi gurus, In batch determination.  When i am creating a sales order the batch number is coming automatically.  But the thing is the prices are not coming automatically.  what could be the reason.  Even though i maintained the prices conditon records

  • IWeb 08 screws my photos color profile

    Anyone has this problem with the new iWeb 08? I installed the new version, ran it without any problems, did some rearranging of my site, created a new page etc.. And then published the whole site all over again. But now, all my images are tagged with

  • Flash 8: Making a component.

    It's really odd. When I test my scene (press ctrl+enter) and then go back to the "component inspector" the second I change a field and press "backspace" to delete a number in a textfield, it RESETS!! It's driving me crazy. Is this a bug in Flash8 or

  • Mapping data flow tracking?

    We are using OWB repository 10.2.0.1.0 and OWB client 10.2.0.1.31. The Oracle version is 10 G (10.2.0.3.0). OWB is installed on Linux. We have an existing mapping. Do we able track column from source to target or target to source in Mapping? Suppose