PTC System Monitor Solution Training

Size: px
Start display at page:

Download "PTC System Monitor Solution Training"

Transcription

1 PTC System Monitor Solution Training Patrick Kulenkamp June 2012

2 Agenda What is PTC System Monitor (PSM)? How does it work? Terminology PSM Configuration The PTC Integrity Implementation Drilling Down and Analyzing Data Release Timelines Questions/Discussion 2

3 What is PTC System Monitor (PSM)? PSM is a custom solution that can be split into two parts: The core dynatrace monitoring application. The custom Integrity Solution (Fastpack) that has been built on top of it The dynatrace Product: Centralized multi-server system monitoring Out of the Box monitoring for generic servers Out of the Box notifications for common incidents The Customized Integrity Solution: Custom hooks into the PTC Integrity product Custom notifications for core Server components Custom notifications for end user operations Custom actions for when incidents occur Powered By 3

4 Why dynatrace? Scalable architecture Can monitor multiple servers at the same time. Customizable & modular configuration Custom plugins/scripts. Custom dashboards, incidents, sensors. Wholistic monitoring of application, system and environment End to end transaction visability (Database, OS, JVM) Strings all data together for quick root cause analysis Always-on, low overhead and in-depth monitoring Self managing overhead Real-time and interactive data analysis Heap and Thread Dump analysis Instant PurePath analysis and comparison 4

5 dynatrace Components Separate monitoring server with 5 main components: Server Agent(s) Collector(s) Analysis Server (Optional) Client (Installed or Webstart) Server Stand alone dedicated application server that requires a good physical server. Real time analysis and reporting. Requires an enterprise database referred to as the Performance Warehouse. *The Performance Warehouse only stores Time Series data. Agent(s) Lightweight, compact and native object that is deployed on each server that is to be monitored and it resides within the application JVM. Uses very little memory (under 50MB) and managed CPU overhead (under ~2%). Auto upgrades. Communicates directly with the Collector. 5

6 dynatrace Components Collector(s) Collects all data from Agents and sends it to the server. Not lightweight but not as big as the server. Does not necessarily need a dedicated machine. Must be local to all Agents that are being monitored. Can be remote from the DT Server (WAN). Install a collector for each geographical location of servers being monitored. Analysis Server (Optional) Used to analyze proprietary dynatrace heap and thread dumps. If not analyzing these dumps this server is not needed. Customers don t need to install this. More for Tactical and Dev. Client Thick Java client that can be installed locally or deployed from the DT Server webpage on demand via Webstart. Exact same client whether its installed or deployed. Auto upgrades for minor releases. There is also a WebUI directly on the server but this has limited reporting functionality. 6

7 Solution Overview Simple dashboards with drill down capabilities Instant Notifications/ Actions Custom Scripts dynatrace Server dynatrace Client Collector Database Administrator Performance Warehouse Always On Monitoring Integrity Servers with embedded Agents Time Series Data only 7

8 Initial Configuration Server Settings Allocate at least 4G to the server memory, preferably 6G. Disable embedded collector since it is not recommended for production use. Setup SMTP settings. Verify that the separately installed collector is up and running and connected to the server. Setup the database connection (Oracle or SQL are recommended). Setup LDAP (if applicable) and user/group management. Defined appropriate permissions. Enable Continuous Session Recording and give it a quota of at *least* 20G. The more you allocate to the quote the further back in time you can analyze PurePaths. If this is not enabled all PurePaths are stored in the DT Server memory and the retention will be very low! Define hosts that will be monitored and put them in the appropriate Host Groups. Note that the stand alone Collector by default uses 2G memory. Profile Settings Rename the default System Profile so future FastPacks do not overwrite it. Define custom Incident thresholds to fit your environment For example the default Warning threshold for an Item Edit transaction is 3 sec. This may need to be increased. Configure appropriate Monitors Windows Performance Monitor Unix Monitor Oracle Monitor 8

9 Terminology Hierarchy Quick overview of the dynatrace Terminology Hierarchy Sensors Incidents Fast Pack Profile License Plugins Measures/ Thresholds Business Transactions Agent Mappings Tasks/ Monitors Dashboards Dashlets Dashboard Filter 9

10 Terminology FastPack Container made by PTC Integrity that contains the entire Integrity implementation for dynatrace. Installs like a normal plugin. Requires a dynatrace server restart. Includes the following: License System Profile Business Transactions Measures/Thresholds Incidents Sensors Tasks/Monitors Dashboards Plugins 10

11 Terminology Dashboards/Dashlets Dashboards contain dashlets. Dashboards are a similar concept to Viewsets in Integrity. Can be locked down view permissions. Can be opened from the Dashboard menu or from right clicking in a Dashboard and selecting Show in Dashboard. 11

12 Terminology Profiles/Configurations The profile contains all the Sensors, Incidents, Measure definitions/thresholds. Many Agents can map to a single Profile if they share the same thresholds. Configurations can enable and disable sensors on the fly. Example: Integrity Debugging Configuration. 12

13 Terminology Pure Paths Start to Finish transaction recording. Can cross multiple Agents to built a full end to end transaction Captures method calls, return/argument values Captures method execution/suspension times. SQL Query Details 13

14 Terminology Business Transactions Logical grouping of PurePaths Can be used as a basis for Incidents Enhances visibility into usage of the product Can filter out PurePaths based on criteria Can be used as chart measures - We have defined a number of key Out-of-the-Box Business Transactions 14

15 Terminology Custom Business Transactions Filter What PurePaths should be grouped into this BT Example: Invocation of Item Edit Calculations What additional calculations do you want? Example: Amount of time spent in triggers Splitting How do you want the data split or grouped? Example: user name, operation, type, etc Tips Be mindful of performance Set aggregate to first where possible Minimize calculations and splitting Always split by Agent 15

16 Terminology Business Transactions (Example) Example of the Item-New Business Transaction. Here you can see who created how many items and sort by Avg, Max, etc times. 16

17 Terminology Measures Single data point that is captured from either a PurePath or Monitor Can define Thresholds levels for each measure. The server will store measure data for each agent in the DB as Time Series data Can capture method return value, argument values, exec time, etc. Can base it off Invocation of a certain method 17

18 Terminology Measures - Resolution Duration Measures will get averaged out and purged over time. This is referred to as Resolution Duration High Resolution equates to minute by minute data Medium Resolution equates to hour by hour data Low Resolution equates to day by day data Can be configured to whatever resolution is desired - Settings -> dynatrace Server - > Performance Warehouse -> Storage Management 18

19 Terminology Incidents An event that you would like to be notified on or take action on. Define incident criteria based off one or more Measures/Business Transactions. Notifications include pop-ups in the DT client, s, etc. Actions can include: Thread Dump Heap Dump dynatrace Session Dump Integrity API Execution Generic Command Execution (script) More... 19

20 Terminology Monitors/Tasks Monitors can be configured to execute on remote machines on a scheduled basis and store the resulting data in measures that can be tracked over time and used as a data point for Incidents. Tasks can be configured to execute on remote machines on a scheduled basis and execute a plugin/task. This does not capture any measure data however. 20

21 Terminology Sensors Define entry points in the code for dynatrace to start tracking. Define return argument values to capture. Be cautious when creating sensors as they can have a lot of overhead. Sensors require a restart of the Agent(Application Server) or a Hot Sensor Placement(HSP). Be cautious when performing a Hot Sensor Placement in Production. Recommend after hours. Never use HSP to /change/ a sensor, only add new ones. Changing a sensor requires complete rewrite of bytecode. 21

22 Terminology Sensor Packs Sensor Packs are a collection of Sensor Groups and Sensors. Out of the Box there are a number of Senor Packs that are enabled that collect valuable information 22

23 Terminology Sensor Packs/Group Configuration Some Sensor Packs and Sensor Groups can be configured Be cautious when changing these properties as they could have a large overhead For example extending the SQL capture length past 8192 could have a negative performance effect. Sensor Groups/Packs can be set as active, active and start pure paths and inactive at the Configuration level. 23

24 Terminology Agents/Agent Groups The actual application servers that are being monitored are referred to as Agents. These servers have the Agent component installed/embedded in them. By default Agents automatically map to the default system profile. Example Agent Config Line (mksservice.conf): mks.java.additional.30=-agentpath:"c:/progra~1/dynatrace/dtagent/agent/lib64/dtagent.dll"=name="integrity_server",server=dtserver:

25 Terminology Sessions Contains all timeseries and PurePath data for a specific timeframe. Automatically generated via an Incident or manually captured. Can be exported to a single file and sent into support. Stored on the dynatace server filesystem, not in the database. 25

26 Terminology Cockpit Starting point to open up any individual dashlet or view. By default always located on the left in every view. Can access Overview, Profiles and Sessions from it. Not Dashboards. 26

27 Terminology Start Center Opens every time you state the dynatrace client Alerts you of various configuration options that should be set/changed Only place to load built in dynatrace server monitoring dashboards 27

28 Terminology Filter/Status Line Global data source filter (Unless overridden at the dashlet level) In the example below: Integrity Overview is the Dashboard PTC Integrity Server is the System Profile From last 1 hour is the timeframe Business Transaction Item New is a custom filter for that specific data Tip: Not seeing the data you expected? Check the filter! 28

29 Terminology Hierarchy Quick recap of the dynatrace Terminology Hierarchy Sensors Incidents Fast Pack Profile License Plugins Measures/ Thresholds Business Transactions Agent Mappings Tasks/ Monitors Dashboards Dashlets Dashboard Filter 29

30 PSM Integrity Dashboards Out of the Box Dashboards The following is a list of Dashboards that come Out of the Box Dashboards can be customized, locked down, copied, etc 30

31 PSM Integrity Dashboards Integrity Overview Default dashboad. Displays status of all servers associated with the profile. Meant to be used as a central hub to drill into sister dashboards 31

32 PSM Integrity Dashboards Integrity Overview Cont d The Status Icon for each server is based on an aggregate of a set of defined Incident Rules. To see the Incident Rules simple hover over the status icon. 32

33 PSM Integrity Dashboards Integrity Overview Cont d To drill down from the main Integrity Overview dashboard into another one simply right click on the Agent and select Show in Dashboard and then select the dashboard that you would like to drill down into. Doing this will automatically filter the new dashboard by the Agent that you had selected. 33

34 PSM Integrity Dashboards Integrity Server Displays important Integrity Server data such as Memory and CPU usage Incident, Errors and Database queries are listed at the bottom. 34

35 PSM Integrity Dashboards Integrity Host Server Displays important Host Server data for the Integrity Server such as Over all Memory and CPU usage All data is captured from either the Windows or UNIX Monitor that must be preconfigured. 35

36 PSM Integrity Dashboards Integrity Usage Displays important Integrity Usage data such as Create and Edit Item times. 36

37 PSM Integrity Dashboards Source Usage Displays important Source Usage data such as Project Checkpoint and SubmitCP times. 37

38 PSM Integrity Dashboards Oracle Dashboard Displays important Oracle Metric information such as Cache Hit Ratios, System Waits, Concurrent Sessions, etc. All data is captured from the Oracle Monitor that must be configured. 38

39 PSM Integrity Dashboards MS SQL Server Dashboard Displays important MS SQL Metric information such as Buffer Page reads/writes, User Connections, Transactions, etc. All data is captured from the SQL Server Performance Monitor that must be configured. 39

40 Built in dynatrace Dashboards dynatrace built in Dashboards Can only be accessed from Start Center -> Monitoring Dashboards for monitoring DT Server, Collectors, Performance Warehouse, etc 40

41 Built in dynatrace Dashboards Example: dynatrace Server Health Displays important metrics pertaining to the actual dynatrace Server CPU Usage, Memory Usage, JVM Suspension Time, etc 41

42 Other dynatrace Views Database Queries Here you can see the top offending SQL queries in a descending list. 42

43 Other dynatrace Views Errors Overview Here you can all the errors that were thrown on the server whether they were handled or unhandled. Can sort by any of the columns below and drill right into the PurePaths. 43

44 dynatrace Tools CPU Sampling Can be ran on demand for a specific Agent or trigger via an Incident. Polls the JVM for thread stacks at an optional interval until you cancel it and stitches them all together. Great for determining where to set sensors Can be used to find problems for which the sensors are not catching - Tip: Sort by Total CPU Time and select view by Thread name (Highlighted with red box) 44

45 dynatrace Tools Heap Dump Analysis (Total and Selective) Total Memory Dump Similar to a Java heap dump but in dynatraces proprietary format. Expensive pause the world operation. Selective Memory Dump Only captures JVM Heap Data for which Memory Sensors are defined. We have not defined any Memory Sensors so this will generate no data. - All heap dumps are analyzed via the dynatrace Analysis Server 45

46 dynatrace Tools Thread Dump Similar to a normal JVM thread dump but in dynatraces proprietary format. Can be collected manually or via an Incident trigger. Not to be confused with CPU Sampling. 46

47 Analyzing Data Examples High Application CPU Usage This example will go through a situation where a High Application CPU Usage Incident was triggered *Sort PurePaths by CPU Sum Don t forget about the Thread dump! 47

48 Analyzing Data Examples High Application Memory Usage This example will go through a situation where a High Application Memory Usage Incident was triggered *dynatrace does not capture memory usage data per transaction. Sorting by Duration may give you some hints but Memory Dump is the only definitive way to determine what caused the spike. 48

49 Analyzing Data Examples Slow Business Transaction This example will go through a situation where a Slow Business Transaction Incident was triggered Here you can see the JDBC API is the main culprit Actual database queries that contributed to the slowness 49

50 Gathering Support Data Data to send in to PTC Integrity Support Exported Session dump Right click on the session and select Export. Always export PurePaths and Time Series data. Avoid removing confidential Strings as this will strip SQL, user names, etc. Any Thread or Heap Dumps if applicable (These are NOT contained in the Session Dump). dynatrace Support Package System Information -> Right click on DT Server and select Package All Included Files 50

51 Questions/Discussions 51

User and training guides and related documentation from Parametric Technology Corporation and its subsidiary companies (collectively "PTC") are

User and training guides and related documentation from Parametric Technology Corporation and its subsidiary companies (collectively PTC) are PTC System Monitor Installation and Usage Guide PTC System Monitor 2.0 July 17, 2012 Copyright 2012 Parametric Technology Corporation and/or Its Subsidiary Companies. All Rights Reserved. User and training

More information

HP OO 10.X - SiteScope Monitoring Templates

HP OO 10.X - SiteScope Monitoring Templates HP OO Community Guides HP OO 10.X - SiteScope Monitoring Templates As with any application continuous automated monitoring is key. Monitoring is important in order to quickly identify potential issues,

More information

Oracle Enterprise Manager 12c Microsoft SQL Server Plug-in version 12.1.0.6

Oracle Enterprise Manager 12c Microsoft SQL Server Plug-in version 12.1.0.6 Oracle Enterprise Manager 12c Microsoft SQL Server Plug-in version 12.1.0.6 July 2015 Heterogeneous Datacenter Management Oracle s Philosophy Productize our deep understanding of the Oracle stack to provide

More information

Monitoring IBM WebSphere extreme Scale (WXS) Calls With dynatrace

Monitoring IBM WebSphere extreme Scale (WXS) Calls With dynatrace Monitoring IBM WebSphere extreme Scale (WXS) Calls With dynatrace What is IBM WebSphere extreme Scale (WXS)? From IBM: WebSphere extreme Scale operates as an in-memory grid that dynamically processes,

More information

Holistic Performance Analysis of J2EE Applications

Holistic Performance Analysis of J2EE Applications Holistic Performance Analysis of J2EE Applications By Madhu Tanikella In order to identify and resolve performance problems of enterprise Java Applications and reduce the time-to-market, performance analysis

More information

Chapter 3 Application Monitors

Chapter 3 Application Monitors Chapter 3 Application Monitors AppMetrics utilizes application monitors to organize data collection and analysis per application server. An application monitor is defined on the AppMetrics manager computer

More information

FileMaker Server 11. FileMaker Server Help

FileMaker Server 11. FileMaker Server Help FileMaker Server 11 FileMaker Server Help 2010 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker is a trademark of FileMaker, Inc. registered

More information

Monitoring Agent for PostgreSQL 1.0.0 Fix Pack 10. Reference IBM

Monitoring Agent for PostgreSQL 1.0.0 Fix Pack 10. Reference IBM Monitoring Agent for PostgreSQL 1.0.0 Fix Pack 10 Reference IBM Monitoring Agent for PostgreSQL 1.0.0 Fix Pack 10 Reference IBM Note Before using this information and the product it supports, read the

More information

Veeam ONE What s New in v9?

Veeam ONE What s New in v9? Veeam ONE What s New in v9? Veeam ONE is a powerful monitoring, reporting and capacity planning tool for the Veeam backup infrastructure, VMware vsphere and Microsoft Hyper-V. It helps enable Availability

More information

There are numerous ways to access monitors:

There are numerous ways to access monitors: Remote Monitors REMOTE MONITORS... 1 Overview... 1 Accessing Monitors... 1 Creating Monitors... 2 Monitor Wizard Options... 11 Editing the Monitor Configuration... 14 Status... 15 Location... 17 Alerting...

More information

Monitoring.NET Framework with Verax NMS

Monitoring.NET Framework with Verax NMS Monitoring.NET Framework with Verax NMS Table of contents Abstract... 3 1. Adding.NET Framework to device inventory... 4 2. Adding sensors for.net Framework... 7 3. Adding performance counters for.net

More information

Tool - 1: Health Center

Tool - 1: Health Center Tool - 1: Health Center Joseph Amrith Raj http://facebook.com/webspherelibrary 2 Tool - 1: Health Center Table of Contents WebSphere Application Server Troubleshooting... Error! Bookmark not defined. About

More information

vrealize Operations Manager User Guide

vrealize Operations Manager User Guide vrealize Operations Manager User Guide vrealize Operations Manager 6.0.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by

More information

Application Performance in the Cloud

Application Performance in the Cloud Application Performance in the Cloud Understanding and ensuring application performance in highly elastic environments Albert Mavashev, CTO Nastel Technologies, Inc. amavashev@nastel.com What is Cloud?

More information

Introduction. AppDynamics for Databases Version 2.9.4. Page 1

Introduction. AppDynamics for Databases Version 2.9.4. Page 1 Introduction AppDynamics for Databases Version 2.9.4 Page 1 Introduction to AppDynamics for Databases.................................... 3 Top Five Features of a Database Monitoring Tool.............................

More information

Features Overview Guide About new features in WhatsUp Gold v12

Features Overview Guide About new features in WhatsUp Gold v12 Features Overview Guide About new features in WhatsUp Gold v12 Contents CHAPTER 1 Learning about new features in Ipswitch WhatsUp Gold v12 Welcome to WhatsUp Gold... 1 What's new in WhatsUp Gold v12...

More information

FileMaker Server 10 Help

FileMaker Server 10 Help FileMaker Server 10 Help 2007-2009 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker, the file folder logo, Bento and the Bento logo

More information

Quick Start Guide. Ignite for SQL Server. www.confio.com. Confio Software 4772 Walnut Street, Suite 100 Boulder, CO 80301 866.CONFIO.

Quick Start Guide. Ignite for SQL Server. www.confio.com. Confio Software 4772 Walnut Street, Suite 100 Boulder, CO 80301 866.CONFIO. Quick Start Guide Ignite for SQL Server 4772 Walnut Street, Suite 100 Boulder, CO 80301 866.CONFIO.1 www.confio.com Introduction Confio Ignite gives DBAs the ability to quickly answer critical performance

More information

Transaction Monitoring Version 8.1.3 for AIX, Linux, and Windows. Reference IBM

Transaction Monitoring Version 8.1.3 for AIX, Linux, and Windows. Reference IBM Transaction Monitoring Version 8.1.3 for AIX, Linux, and Windows Reference IBM Note Before using this information and the product it supports, read the information in Notices. This edition applies to V8.1.3

More information

DiskBoss. File & Disk Manager. Version 2.0. Dec 2011. Flexense Ltd. www.flexense.com info@flexense.com. File Integrity Monitor

DiskBoss. File & Disk Manager. Version 2.0. Dec 2011. Flexense Ltd. www.flexense.com info@flexense.com. File Integrity Monitor DiskBoss File & Disk Manager File Integrity Monitor Version 2.0 Dec 2011 www.flexense.com info@flexense.com 1 Product Overview DiskBoss is an automated, rule-based file and disk manager allowing one to

More information

SAP HANA SPS 09 - What s New? Administration & Monitoring

SAP HANA SPS 09 - What s New? Administration & Monitoring SAP HANA SPS 09 - What s New? Administration & Monitoring (Delta from SPS08 to SPS09) SAP HANA Product Management November, 2014 2014 SAP AG or an SAP affiliate company. All rights reserved. 1 Content

More information

FileMaker Server 12. FileMaker Server Help

FileMaker Server 12. FileMaker Server Help FileMaker Server 12 FileMaker Server Help 2010-2012 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker is a trademark of FileMaker, Inc.

More information

Monitoring PostgreSQL database with Verax NMS

Monitoring PostgreSQL database with Verax NMS Monitoring PostgreSQL database with Verax NMS Table of contents Abstract... 3 1. Adding PostgreSQL database to device inventory... 4 2. Adding sensors for PostgreSQL database... 7 3. Adding performance

More information

WebSphere Business Monitor

WebSphere Business Monitor WebSphere Business Monitor Administration This presentation will show you the functions in the administrative console for WebSphere Business Monitor. WBPM_Monitor_Administration.ppt Page 1 of 21 Goals

More information

CF8 Server Monitor Introduction Produced April 15, 2008

CF8 Server Monitor Introduction Produced April 15, 2008 CF8 Server Monitor Introduction Produced April 15, 2008 Charlie Arehart Independent Consultant charlie@carehart.org Topics Overview A walkthrough of features Overview page Request, query, environmental

More information

Load and Performance Load Testing. RadView Software October 2015 www.radview.com

Load and Performance Load Testing. RadView Software October 2015 www.radview.com Load and Performance Load Testing RadView Software October 2015 www.radview.com Contents Introduction... 3 Key Components and Architecture... 4 Creating Load Tests... 5 Mobile Load Testing... 9 Test Execution...

More information

Monitoring MySQL database with Verax NMS

Monitoring MySQL database with Verax NMS Monitoring MySQL database with Verax NMS Table of contents Abstract... 3 1. Adding MySQL database to device inventory... 4 2. Adding sensors for MySQL database... 7 3. Adding performance counters for MySQL

More information

vcenter Operations Management Pack for SAP HANA Installation and Configuration Guide

vcenter Operations Management Pack for SAP HANA Installation and Configuration Guide vcenter Operations Management Pack for SAP HANA Installation and Configuration Guide This document supports the version of each product listed and supports all subsequent versions until a new edition replaces

More information

IBM Tivoli Monitoring Version 6.3 Fix Pack 2. Infrastructure Management Dashboards for Servers Reference

IBM Tivoli Monitoring Version 6.3 Fix Pack 2. Infrastructure Management Dashboards for Servers Reference IBM Tivoli Monitoring Version 6.3 Fix Pack 2 Infrastructure Management Dashboards for Servers Reference IBM Tivoli Monitoring Version 6.3 Fix Pack 2 Infrastructure Management Dashboards for Servers Reference

More information

Monitor and Manage Your MicroStrategy BI Environment Using Enterprise Manager and Health Center

Monitor and Manage Your MicroStrategy BI Environment Using Enterprise Manager and Health Center Monitor and Manage Your MicroStrategy BI Environment Using Enterprise Manager and Health Center Presented by: Dennis Liao Sales Engineer Zach Rea Sales Engineer January 27 th, 2015 Session 4 This Session

More information

WebSphere Business Monitor

WebSphere Business Monitor WebSphere Business Monitor Dashboards 2010 IBM Corporation This presentation should provide an overview of the dashboard widgets for use with WebSphere Business Monitor. WBPM_Monitor_Dashboards.ppt Page

More information

Application Monitoring 6.1 Associate Certification

Application Monitoring 6.1 Associate Certification Application Monitoring 6.1 Associate Certification Exam Blueprint Page 1 INTRODUCTION The Application Monitoring Associate Certification validates that you have knowledge of the dynatrace infrastructure,

More information

Monitoring Remedy with BMC Solutions

Monitoring Remedy with BMC Solutions Monitoring Remedy with BMC Solutions Overview How does BMC Software monitor Remedy with our own solutions? The challenge is many fold with a solution like Remedy and this does not only apply to Remedy,

More information

FileMaker Server 13. FileMaker Server Help

FileMaker Server 13. FileMaker Server Help FileMaker Server 13 FileMaker Server Help 2010-2013 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and Bento are trademarks of FileMaker,

More information

FileMaker Server 14. FileMaker Server Help

FileMaker Server 14. FileMaker Server Help FileMaker Server 14 FileMaker Server Help 2007 2015 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and FileMaker Go are trademarks

More information

How To Improve Performance On An Asa 9.4 Web Application Server (For Advanced Users)

How To Improve Performance On An Asa 9.4 Web Application Server (For Advanced Users) Paper SAS315-2014 SAS 9.4 Web Application Performance: Monitoring, Tuning, Scaling, and Troubleshooting Rob Sioss, SAS Institute Inc., Cary, NC ABSTRACT SAS 9.4 introduces several new software products

More information

<Insert Picture Here> Java Application Diagnostic Expert

<Insert Picture Here> Java Application Diagnostic Expert Java Application Diagnostic Expert Agenda 1. Enterprise Manager 2. Challenges 3. Java Application Diagnostics Expert (JADE) 4. Feature-Benefit Summary 5. Features Overview Diagnostic

More information

Enterprise Manager Performance Tips

Enterprise Manager Performance Tips Enterprise Manager Performance Tips + The tips below are related to common situations customers experience when their Enterprise Manager(s) are not performing consistent with performance goals. If you

More information

In Memory Accelerator for MongoDB

In Memory Accelerator for MongoDB In Memory Accelerator for MongoDB Yakov Zhdanov, Director R&D GridGain Systems GridGain: In Memory Computing Leader 5 years in production 100s of customers & users Starts every 10 secs worldwide Over 15,000,000

More information

Informix Performance Tuning using: SQLTrace, Remote DBA Monitoring and Yellowfin BI by Lester Knutsen and Mike Walker! Webcast on July 2, 2013!

Informix Performance Tuning using: SQLTrace, Remote DBA Monitoring and Yellowfin BI by Lester Knutsen and Mike Walker! Webcast on July 2, 2013! Informix Performance Tuning using: SQLTrace, Remote DBA Monitoring and Yellowfin BI by Lester Knutsen and Mike Walker! Webcast on July 2, 2013! 1! Lester Knutsen! Lester Knutsen is President of Advanced

More information

MyOra 3.0. User Guide. SQL Tool for Oracle. Jayam Systems, LLC

MyOra 3.0. User Guide. SQL Tool for Oracle. Jayam Systems, LLC MyOra 3.0 SQL Tool for Oracle User Guide Jayam Systems, LLC Contents Features... 4 Connecting to the Database... 5 Login... 5 Login History... 6 Connection Indicator... 6 Closing the Connection... 7 SQL

More information

MONyog White Paper. Webyog

MONyog White Paper. Webyog 1. Executive Summary... 2 2. What is the MONyog - MySQL Monitor and Advisor?... 2 3. What is agent-less monitoring?... 3 4. Is MONyog customizable?... 4 5. Comparison between MONyog and other Monitoring

More information

Monitoring and Diagnosing Production Applications Using Oracle Application Diagnostics for Java. An Oracle White Paper December 2007

Monitoring and Diagnosing Production Applications Using Oracle Application Diagnostics for Java. An Oracle White Paper December 2007 Monitoring and Diagnosing Production Applications Using Oracle Application Diagnostics for Java An Oracle White Paper December 2007 Monitoring and Diagnosing Production Applications Using Oracle Application

More information

WebSphere Business Monitor V6.2 KPI history and prediction lab

WebSphere Business Monitor V6.2 KPI history and prediction lab Copyright IBM Corporation 2009 All rights reserved IBM WEBSPHERE BUSINESS MONITOR 6.2 LAB EXERCISE WebSphere Business Monitor V6.2 KPI history and prediction lab What this exercise is about... 1 Lab requirements...

More information

VMware vcenter Operations Manager Administration Guide

VMware vcenter Operations Manager Administration Guide VMware vcenter Operations Manager Administration Guide Custom User Interface vcenter Operations Manager 5.6 This document supports the version of each product listed and supports all subsequent versions

More information

CHAPTER. Monitoring and Diagnosing

CHAPTER. Monitoring and Diagnosing CHAPTER 20. This chapter provides details about using the Diagnostics & Monitoring system available through ShoreTel Director. It contains the following information: Overview... 661 Architecture... 661

More information

DiskPulse DISK CHANGE MONITOR

DiskPulse DISK CHANGE MONITOR DiskPulse DISK CHANGE MONITOR User Manual Version 7.9 Oct 2015 www.diskpulse.com info@flexense.com 1 1 DiskPulse Overview...3 2 DiskPulse Product Versions...5 3 Using Desktop Product Version...6 3.1 Product

More information

Tuning WebSphere Application Server ND 7.0. Royal Cyber Inc.

Tuning WebSphere Application Server ND 7.0. Royal Cyber Inc. Tuning WebSphere Application Server ND 7.0 Royal Cyber Inc. JVM related problems Application server stops responding Server crash Hung process Out of memory condition Performance degradation Check if the

More information

FileNet System Manager Dashboard Help

FileNet System Manager Dashboard Help FileNet System Manager Dashboard Help Release 3.5.0 June 2005 FileNet is a registered trademark of FileNet Corporation. All other products and brand names are trademarks or registered trademarks of their

More information

Monitoring HP OO 10. Overview. Available Tools. HP OO Community Guides

Monitoring HP OO 10. Overview. Available Tools. HP OO Community Guides HP OO Community Guides Monitoring HP OO 10 This document describes the specifications of components we want to monitor, and the means to monitor them, in order to achieve effective monitoring of HP Operations

More information

XpoLog Center Suite Log Management & Analysis platform

XpoLog Center Suite Log Management & Analysis platform XpoLog Center Suite Log Management & Analysis platform Summary: 1. End to End data management collects and indexes data in any format from any machine / device in the environment. 2. Logs Monitoring -

More information

An Oracle White Paper September 2013. Advanced Java Diagnostics and Monitoring Without Performance Overhead

An Oracle White Paper September 2013. Advanced Java Diagnostics and Monitoring Without Performance Overhead An Oracle White Paper September 2013 Advanced Java Diagnostics and Monitoring Without Performance Overhead Introduction... 1 Non-Intrusive Profiling and Diagnostics... 2 JMX Console... 2 Java Flight Recorder...

More information

MySQL Enterprise Monitor

MySQL Enterprise Monitor MySQL Enterprise Monitor Lynn Ferrante Principal Sales Consultant 1 Program Agenda MySQL Enterprise Monitor Overview Architecture Roles Demo 2 Overview 3 MySQL Enterprise Edition Highest Levels of Security,

More information

The Complete Performance Solution for Microsoft SQL Server

The Complete Performance Solution for Microsoft SQL Server The Complete Performance Solution for Microsoft SQL Server Powerful SSAS Performance Dashboard Innovative Workload and Bottleneck Profiling Capture of all Heavy MDX, XMLA and DMX Aggregation, Partition,

More information

The Evolution of Load Testing. Why Gomez 360 o Web Load Testing Is a

The Evolution of Load Testing. Why Gomez 360 o Web Load Testing Is a Technical White Paper: WEb Load Testing To perform as intended, today s mission-critical applications rely on highly available, stable and trusted software services. Load testing ensures that those criteria

More information

TSM Studio Server User Guide 2.9.0.0

TSM Studio Server User Guide 2.9.0.0 TSM Studio Server User Guide 2.9.0.0 1 Table of Contents Disclaimer... 4 What is TSM Studio Server?... 5 System Requirements... 6 Database Requirements... 6 Installing TSM Studio Server... 7 TSM Studio

More information

SQL diagnostic manager Management Pack for Microsoft System Center. Overview

SQL diagnostic manager Management Pack for Microsoft System Center. Overview Overview What is so cool about the SQL diagnostic manager Management Pack? The SQL diagnostic manager (SQLdm) Management Pack integrates key monitors and alerts used by SQL Server DBAs with Microsoft's

More information

Bernd Ahlers Michael Friedrich. Log Monitoring Simplified Get the best out of Graylog2 & Icinga 2

Bernd Ahlers Michael Friedrich. Log Monitoring Simplified Get the best out of Graylog2 & Icinga 2 Bernd Ahlers Michael Friedrich Log Monitoring Simplified Get the best out of Graylog2 & Icinga 2 BEFORE WE START Agenda AGENDA Introduction Tools Log History Logs & Monitoring Demo The Future Resources

More information

Oracle Sales Offline. 1 Introduction. User Guide

Oracle Sales Offline. 1 Introduction. User Guide Oracle Sales Offline User Guide Release 11i (11.5.9) June 2003 Part No. B10632-01 This document describes functionality to be delivered in the Oracle E-Business Suite 11.5.9 release. If you are implementing

More information

FileNet Business Activity Monitor (BAM) Release Notes

FileNet Business Activity Monitor (BAM) Release Notes FileNet Business Activity Monitor (BAM) Release Notes Release 3.6.0 September 2006 FileNet is a registered trademark of FileNet corporation. All other product and brand names are trademarks or registered

More information

VirtualCenter Database Performance for Microsoft SQL Server 2005 VirtualCenter 2.5

VirtualCenter Database Performance for Microsoft SQL Server 2005 VirtualCenter 2.5 Performance Study VirtualCenter Database Performance for Microsoft SQL Server 2005 VirtualCenter 2.5 VMware VirtualCenter uses a database to store metadata on the state of a VMware Infrastructure environment.

More information

Zing Vision. Answering your toughest production Java performance questions

Zing Vision. Answering your toughest production Java performance questions Zing Vision Answering your toughest production Java performance questions Outline What is Zing Vision? Where does Zing Vision fit in your Java environment? Key features How it works Using ZVRobot Q & A

More information

Enterprise Application Performance Monitoring with JENNIFER

Enterprise Application Performance Monitoring with JENNIFER JENNIFER Tech Note Enterprise Application Performance Monitoring with JENNIFER Date: 2009-03-30 Autor: S.J. Kim 1 / 11 http://www.jennifersoft.com In this article, I would like to discuss about the Enterprise

More information

Transaction Performance Maximizer InterMax

Transaction Performance Maximizer InterMax Transaction Performance Maximizer InterMax A-1208 Woorim Business Center, YeomChang-Dong, GangSeo-Gu, Seoul Korea Republic. TEL 82.2.6230.6300 l FAX 80.2.6203.6301 l www.ex-em.com Transaction Performance

More information

WHITE PAPER. Domo Advanced Architecture

WHITE PAPER. Domo Advanced Architecture WHITE PAPER Domo Advanced Architecture Overview There are several questions that any architect or technology advisor may ask about a new system during the evaluation process: How will it fit into our organization

More information

WEBAPP PATTERN FOR APACHE TOMCAT - USER GUIDE

WEBAPP PATTERN FOR APACHE TOMCAT - USER GUIDE WEBAPP PATTERN FOR APACHE TOMCAT - USER GUIDE Contents 1. Pattern Overview... 3 Features 3 Getting started with the Web Application Pattern... 3 Accepting the Web Application Pattern license agreement...

More information

SQL Server Solutions GETTING STARTED WITH. SQL Diagnostic Manager

SQL Server Solutions GETTING STARTED WITH. SQL Diagnostic Manager SQL Server Solutions GETTING STARTED WITH SQL Diagnostic Manager Purpose of this document Due to its depth and potential for customization, there are often features of SQL Diagnostic Manager that are overlooked

More information

EZManage V4.0 Release Notes. Document revision 1.08 (15.12.2013)

EZManage V4.0 Release Notes. Document revision 1.08 (15.12.2013) EZManage V4.0 Release Notes Document revision 1.08 (15.12.2013) Release Features Feature #1- New UI New User Interface for every form including the ribbon controls that are similar to the Microsoft office

More information

Product Review: James F. Koopmann Pine Horse, Inc. Quest Software s Foglight Performance Analysis for Oracle

Product Review: James F. Koopmann Pine Horse, Inc. Quest Software s Foglight Performance Analysis for Oracle Product Review: James F. Koopmann Pine Horse, Inc. Quest Software s Foglight Performance Analysis for Oracle Introduction I ve always been interested and intrigued by the processes DBAs use to monitor

More information

A Quick Start Guide to MONyog Ultimate Enterprise Monitor

A Quick Start Guide to MONyog Ultimate Enterprise Monitor A Quick Start Guide to MONyog Ultimate Enterprise Monitor 1 Objective Of This Guide MONyog Ultimate Enterprise Monitor (MUEM) is an efficient and easy to use monitoring tool used by thousands of Database

More information

Attix5 Pro Server Edition

Attix5 Pro Server Edition Attix5 Pro Server Edition V7.0.3 User Manual for Linux and Unix operating systems Your guide to protecting data with Attix5 Pro Server Edition. Copyright notice and proprietary information All rights reserved.

More information

Desktop Activity Intelligence

Desktop Activity Intelligence Desktop Activity Intelligence Table of Contents Cicero Discovery Delivers Activity Intelligence... 1 Cicero Discovery Modules... 1 System Monitor... 2 Session Monitor... 3 Activity Monitor... 3 Business

More information

IBM Tivoli Monitoring for Virtual Environments: Dashboard, Reporting, and Capacity Planning Version 7.2 Fix Pack 2. User s Guide SC14-7493-03

IBM Tivoli Monitoring for Virtual Environments: Dashboard, Reporting, and Capacity Planning Version 7.2 Fix Pack 2. User s Guide SC14-7493-03 IBM Tivoli Monitoring for Virtual Environments: Dashboard, Reporting, and Capacity Planning Version 7.2 Fix Pack 2 User s Guide SC14-7493-03 IBM Tivoli Monitoring for Virtual Environments: Dashboard,

More information

Winning the J2EE Performance Game Presented to: JAVA User Group-Minnesota

Winning the J2EE Performance Game Presented to: JAVA User Group-Minnesota Winning the J2EE Performance Game Presented to: JAVA User Group-Minnesota Michelle Pregler Ball Emerging Markets Account Executive Shahrukh Niazi Sr.System Consultant Java Solutions Quest Background Agenda

More information

Java Troubleshooting and Performance

Java Troubleshooting and Performance Java Troubleshooting and Performance Margus Pala Java Fundamentals 08.12.2014 Agenda Debugger Thread dumps Memory dumps Crash dumps Tools/profilers Rules of (performance) optimization 1. Don't optimize

More information

NetIQ. How to guides: AppManager v7.04 Initial Setup for a trial. Haf Saba Attachmate NetIQ. Prepared by. Haf Saba. Senior Technical Consultant

NetIQ. How to guides: AppManager v7.04 Initial Setup for a trial. Haf Saba Attachmate NetIQ. Prepared by. Haf Saba. Senior Technical Consultant How to guides: AppManager v7.04 Initial Setup for a trial By NetIQ Prepared by Haf Saba Senior Technical Consultant Asia Pacific 1 Executive Summary This document will walk you through an initial setup

More information

NetBeans Profiler is an

NetBeans Profiler is an NetBeans Profiler Exploring the NetBeans Profiler From Installation to a Practical Profiling Example* Gregg Sporar* NetBeans Profiler is an optional feature of the NetBeans IDE. It is a powerful tool that

More information

DB Audit Expert 3.1. Performance Auditing Add-on Version 1.1 for Microsoft SQL Server 2000 & 2005

DB Audit Expert 3.1. Performance Auditing Add-on Version 1.1 for Microsoft SQL Server 2000 & 2005 DB Audit Expert 3.1 Performance Auditing Add-on Version 1.1 for Microsoft SQL Server 2000 & 2005 Supported database systems: Microsoft SQL Server 2000 Microsoft SQL Server 2005 Copyright SoftTree Technologies,

More information

Kaseya 2. Quick Start Guide. for VSA 6.1

Kaseya 2. Quick Start Guide. for VSA 6.1 Kaseya 2 Monitoring Configuration Quick Start Guide for VSA 6.1 January 17, 2011 About Kaseya Kaseya is a global provider of IT automation software for IT Solution Providers and Public and Private Sector

More information

WhatsUp Gold v11 Features Overview

WhatsUp Gold v11 Features Overview WhatsUp Gold v11 Features Overview This guide provides an overview of the core functionality of WhatsUp Gold v11, and introduces interesting features and processes that help users maximize productivity

More information

ALTAIR SOFTWARE ASSET OPTIMIZATION USER GUIDE

ALTAIR SOFTWARE ASSET OPTIMIZATION USER GUIDE ALTAIR SOFTWARE ASSET OPTIMIZATION USER GUIDE Table Of Contents What is Altair SAO?... 6 System Architecture... 7 Report Navigation Chart... 8 Report Navigation Chart Dashboard... 9 Report Navigation Chart

More information

Introduction. Part I: Finding Bottlenecks when Something s Wrong. Chapter 1: Performance Tuning 3

Introduction. Part I: Finding Bottlenecks when Something s Wrong. Chapter 1: Performance Tuning 3 Wort ftoc.tex V3-12/17/2007 2:00pm Page ix Introduction xix Part I: Finding Bottlenecks when Something s Wrong Chapter 1: Performance Tuning 3 Art or Science? 3 The Science of Performance Tuning 4 The

More information

An Introduction to HIPPO V4 - the Operational Monitoring and Profiling Solution for the Informatica PowerCenter platform.

An Introduction to HIPPO V4 - the Operational Monitoring and Profiling Solution for the Informatica PowerCenter platform. An Introduction to HIPPO V4 - the Operational Monitoring and Profiling Solution for the Informatica PowerCenter platform. A Functional overview. ` Runner-Up 2012 MVP Competition Copyright Assertive Software

More information

ORACLE SERVICE CLOUD GUIDE: HOW TO IMPROVE REPORTING PERFORMANCE

ORACLE SERVICE CLOUD GUIDE: HOW TO IMPROVE REPORTING PERFORMANCE ORACLE SERVICE CLOUD GUIDE: HOW TO IMPROVE REPORTING PERFORMANCE Best Practices to Scale Oracle Service Cloud Analytics for High Performance ORACLE WHITE PAPER MARCH 2015 Table of Contents Target Audience

More information

Product Guide. Sawmill Analytics, Swindon SN4 9LZ UK sales@sawmill.co.uk tel: +44 845 250 4470

Product Guide. Sawmill Analytics, Swindon SN4 9LZ UK sales@sawmill.co.uk tel: +44 845 250 4470 Product Guide What is Sawmill Sawmill is a highly sophisticated and flexible analysis and reporting tool. It can read text log files from over 800 different sources and analyse their content. Once analyzed

More information

Tivoli Monitoring for Databases: Microsoft SQL Server Agent

Tivoli Monitoring for Databases: Microsoft SQL Server Agent Tivoli Monitoring for Databases: Microsoft SQL Server Agent Version 6.2.0 User s Guide SC32-9452-01 Tivoli Monitoring for Databases: Microsoft SQL Server Agent Version 6.2.0 User s Guide SC32-9452-01

More information

Installation and Configuration Guide for Windows and Linux

Installation and Configuration Guide for Windows and Linux Installation and Configuration Guide for Windows and Linux vcenter Operations Manager 5.7 This document supports the version of each product listed and supports all subsequent versions until the document

More information

Java Monitoring. Stuff You Can Get For Free (And Stuff You Can t) Paul Jasek Sales Engineer

Java Monitoring. Stuff You Can Get For Free (And Stuff You Can t) Paul Jasek Sales Engineer Java Monitoring Stuff You Can Get For Free (And Stuff You Can t) Paul Jasek Sales Engineer A Bit About Me Current: Past: Pre-Sales Engineer (1997 present) WaveMaker Wily Persistence GemStone Application

More information

Monitoring Oracle Enterprise Performance Management System Release 11.1.2.3 Deployments from Oracle Enterprise Manager 12c

Monitoring Oracle Enterprise Performance Management System Release 11.1.2.3 Deployments from Oracle Enterprise Manager 12c Monitoring Oracle Enterprise Performance Management System Release 11.1.2.3 Deployments from Oracle Enterprise Manager 12c This document describes how to set up Oracle Enterprise Manager 12c to monitor

More information

Application Performance Monitoring for WhatsUp Gold v16.1 User Guide

Application Performance Monitoring for WhatsUp Gold v16.1 User Guide Application Performance Monitoring for WhatsUp Gold v16.1 User Guide Contents Table of Contents Introduction APM Overview... 1 Learning about APM terminology... 2 Getting Started with APM... 3 Application

More information

Sisense. Product Highlights. www.sisense.com

Sisense. Product Highlights. www.sisense.com Sisense Product Highlights Introduction Sisense is a business intelligence solution that simplifies analytics for complex data by offering an end-to-end platform that lets users easily prepare and analyze

More information

Using Apache Derby in the real world

Using Apache Derby in the real world Apache Derby a 100% Java Open Source RDBMS Using Apache Derby in the real world Victorian AJUG, Australia 28 th August 2008 Chris Dance Chris Dance Introduction Director and Found of PaperCut Software

More information

Kaseya 2. User Guide. Version 7.0. English

Kaseya 2. User Guide. Version 7.0. English Kaseya 2 Monitoring Configuration User Guide Version 7.0 English September 3, 2014 Agreement The purchase and use of all Software and Services is subject to the Agreement as defined in Kaseya s Click-Accept

More information

Foglight. Monitoring Application Servers User and Reference Guide

Foglight. Monitoring Application Servers User and Reference Guide Foglight Monitoring Application Servers User and Reference Guide 2014 Quest Software, Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described

More information

OTM Performance OTM Users Conference 2015. Jim Mooney Vice President, Product Development August 11, 2015

OTM Performance OTM Users Conference 2015. Jim Mooney Vice President, Product Development August 11, 2015 OTM Performance OTM Users Conference 2015 Jim Mooney Vice President, Product Development August 11, 2015 1 Program Agenda 1 2 3 4 5 Scalability Refresher General Performance Tips Targeted Tips by Product

More information

Application Performance Monitoring for WhatsUp Gold v16.2 User Guide

Application Performance Monitoring for WhatsUp Gold v16.2 User Guide Application Performance Monitoring for WhatsUp Gold v16.2 User Guide C o n t e n t s CHAPTER 1 Introduction APM Overview... 1 Learning about APM terminology... 2 Getting Started with APM... 3 Application

More information

Enterprise Manager. Version 6.2. Installation Guide

Enterprise Manager. Version 6.2. Installation Guide Enterprise Manager Version 6.2 Installation Guide Enterprise Manager 6.2 Installation Guide Document Number 680-028-014 Revision Date Description A August 2012 Initial release to support version 6.2.1

More information

EMC Documentum Business Activity Monitor

EMC Documentum Business Activity Monitor EMC Documentum Business Activity Monitor Version 6.5 SP1 Implementation Guide P/N 300-008-214 A02 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 2009

More information

Spectrum Technology Platform. Version 9.0. Administration Guide

Spectrum Technology Platform. Version 9.0. Administration Guide Spectrum Technology Platform Version 9.0 Administration Guide Contents Chapter 1: Getting Started...7 Starting and Stopping the Server...8 Installing the Client Tools...8 Starting the Client Tools...9

More information

VMware vcenter Log Insight User's Guide

VMware vcenter Log Insight User's Guide VMware vcenter Log Insight User's Guide vcenter Log Insight 1.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition.

More information