Dynatrace FastPack for Liferay DXP

Size: px
Start display at page:

Download "Dynatrace FastPack for Liferay DXP"

Transcription

1 Dynatrace FastPack for Liferay DXP

2 The Dynatrace FastPack for Liferay Digital Experience Platform provides a preconfigured Dynatrace profile custom tailored to Liferay DXP environments. This FastPack contains sensors, a template system profile with measures and business transactions, and dashboards for the Liferay platform. If you are using UEM, you will also get conversion and visitor tagging. The focus of the FastPack is page performance in relation to the portlets utilized on a page. FastPack Details Name Liferay DXP FastPack Version 1.0 Dynatrace Version Author License Support Brian Wilson Dynatrace BSD Community Supported FastPack Download contains: Dashboards (see below) Template Profile FastPack Contents Liferay Version FastPack FastPack developed on Liferay DXP: Digital Enterprise 7.0 GA1 Dynatrace Free Trial Download the free 30-day Dynatrace & UEM trial to gain deep user insight, understand application performance across all tiers, identify performance and scalability bottlenecks, and release new code faster. 1

3 Dashboards For more in-depth detail about the measures, business transactions, dashboards, and more in the FastPack, please download the Liferay DXP Profile for Dynatrace Documentation. Liferay Overview There are many aspects to Liferay, so to make performance and problem identification easy we created this high level overview dashboard providing insight into key Liferay services like Blogs, Media Gallery and Search. Context is important, too. Besides viewing the health of page performance, the overview dashboard provides a window into key metrics that may be impacting page performance. These include site load, database activity, thread usage and Ehcache metrics. In addition, the Layer Breakdown provides a view into which classes are consuming the most time, while the Agent Breakdown highlights how much time, and more importantly, what kind of time CPU, Database, Sync, Wait & Suspension is being consumed in each tier. By starting at the Liferay Overview, teams can quickly ascertain the nature of the problem at hand and proceed to diagnosing the problem with only involving the teams needed for the nature of the problem instead of pulling everybody together for an unnecessary war room. 2

4 Liferay [Portlet Type] Overview Most of the Portlets use the Liferay MVC framework as their implementation. Transactions then split on the significant portlet parameter which was used to form the portlet URL. Identifying these pages with a Business Transaction is not only a key to providing alerting in the Overview dashboard, but a key to understanding the performance of the different page types in Liferay DXP. Most portlets can be identified by either Action Processed, Resource Served or View Rendered. What this means is that, for instance, a Wiki page is not simply a Wiki page. By identifying and monitoring portlets by Portlet Phase, a slow Wiki page can be identified to actually be a slow Wiki Action Processed Page. Not only does this narrow down the scope of an issue ( All Wiki pages are slow. vs. Wiki Action pages are slow. ), it immediately provides teams a targeted subset of data to analyze further for root cause analysis. In total, there are six versions of this dashboard, one each for: Asset Publisher, Blog, Documents and Media, Message Boards, Web Content and Wiki. 3

5 Liferay CMS Overview A very large portion of pages served by Liferay will be served by the Liferay Content Management System. Simply identifying that CMS pages are slow or failing is too broad. CMS pages can be Private Site pages, Private User pages or Public pages. Additionally, they can be sub-categorized by portlet phase: action phase, render phase and resource phase. Furthermore, they may be impacted by specific individual portlets of any phase that are present on the page. Ultimately, then, when CMS pages are slow, it s important to know which specific pages are slow and to determine if it s because of a specific portlet on the page or if it s something broader, like a slow query or issues elsewhere in the code. This dashboard brings clarity to this by identifying and analyzing CMS pages along these groups. The CMS Page Overview provides details about performance, throughput and errors across multiple dimensions. It even lets you know if there are any host or process health issues that may be contributing to the slowness. Liferay CMS Page Performance Analysis When there s a problem with specific pages, deeper analysis can be conducted in the CMS Page Performance Analysis dashboard. By selecting a specific page on the top left, users can analyze the page for fault domain, API hotspot and database hotspot errors, as well as identifying which portlets, in their corresponding phases, are on the page and if they are contributing to latency. 4

6 Liferay Search Overview Liferay leverages several search engines to get the job done and it s important to monitor the performance of each. Liferay ships with Elasticsearch or can be configured to use the Solr plugin. Index searcher determines which of these two engines is implemented and delegates the search to the appropriate implementation for that search engine. Faceted search returns documents matching the search. The Liferay FastPack exposes the time spent on each of these and their impact on the actual individual search transactions. In addition, it s important to monitor the overall performance of the Search portlet page by view rendered. Liferay HTTP API Request Analysis This dashboard has the same parent/child relationship as described in the Liferay CMS Page Performance Analysis dashboard, but since portlets are not part of these pages, the portlet tabs are not present. Select any API request split to determine where time is being spent in each page request type. Drill down to PurePaths for a granular view. 5

7 Liferay Worst Performers The Liferay Worst Performers dashboard provides a view of the slowest transactions and more. In the upper half, there s a comparison of tier and package performance comparing the fasted 90th percentile with the slowest 10th percentile. This tells you, overall, where the latency is coming from for the slowest activity on your site. The bottom half contains what we like to think of as an improvement checklist. It includes the slowest web requests, slowest user actions, slowest web services, slowest database queries, top client (browser/device) errors and top application errors. From these lists, the business owners can easily prioritize where to spend time on making improvements to the existing sites. 6

8 Liferay Ehcache Metrics Liferay relies heavily on Ehcache to deliver a fast user experience. This is a good thing. As a general rule of thumb, if something can be cached, it should be. What is not good is ignoring your cache. All too often, developers make the mistake of enabling caching without making sure it s optimized or even being leveraged. The Ehcache dashboard, complete with pre-defined threshold alerts, is designed to provide that awareness of cache usage. Specifically, this dashboard monitors Cache Occupancy Rate in memory and In-Memory Hit percentage for the different Ehcache caches. If page performance slows down, it is very easy to determine if misconfigured Ehcache is contributing to that problem. 7

9 Liferay Process Monitoring Not every problem is related to code. In fact, many problems are simply a result of a poorly tuned JVM. Even with the most finely tuned code and JVM, a host will always have a limit. Common causes of latency in a Liferay system include GC pauses and misconfigured thread pools. The Liferay Process Performance dashboard monitors process CPU health, heap/gc utilization, the impact of GC on response times, and JVM/Liferay Thread pools. These provide great insight in whether or not threads and memory need tuning. Liferay System Monitoring The Liferay System Monitor dashboard adds the context of host performance metrics like host CPU, host memory, disk I/O, and network I/O along with page performance and visit load. Sometimes a problem is as simple as a full disk because somebody misconfigured log clean-up. With an eye on page and visit load, it s simple to determine if the server/process is just simply overloaded with traffic, or if there s a bigger problem with low load. 8

10 Liferay Database Performance In almost any application, database performance still ranks as one of the top performance problems. The teams at Liferay see the same thing in their customer engagements as well. Three of the most common problems on the database side are the N+1 query, slow queries and JDBC pool usage. The Liferay Database Performance Dashboard shines a light on these and other database problems, including database host health. Installation Just download and import the FastPack on your Dynatrace Server (see Plugin Management). Either configure your commerce agents name to start with Tomcat or JBoss_Liferay, as listed in the Tomcat or JBoss agent group, so they will be mapped to the system profile contained in the FastPack, or copy the profile to match your application and modify the contained agent groups and mappings. To use UEM you will need to match your webserver s agent name to start with Apache_Monitoring, as listed in the Apache agent group, or adopt accordingly. Also make sure to enable the UEM and webserver sensor in the agent configuration (disabled by default). For more in-depth detail about the measures, business transactions, dashboards and more in the FastPack, please download the Liferay DXP Profile for Dynatrace Documentation. Contribution Feel free to contribute any changes on Github. 9

11 Liferay makes software that helps companies create digital experiences on web, mobile, and connected devices. Our platform is open source, which makes it more reliable, innovative and secure. We try to leave a positive mark on the world through business and technology. Companies such as Adidas, Carrefour, Cisco Systems, Danone, Fujitsu, Lufthansa Flight Training, Siemens, Société Générale and the United Nations use Liferay. Visit us at Liferay, Inc. All rights reserved

Content Management Course Overview

Content Management Course Overview Content Management Course Overview LIFERAY Training Content Management Course Overview Target Audience Marketing Content Managers Content Editors Agenda Day 1 Prerequisites Prior to taking this course,

More information

Liferay DXP profile for Dynatrace

Liferay DXP profile for Dynatrace Liferay DXP profile for Dynatrace This document provides description of Dynatrace profile created for monitoring of Liferay DXP installations. Version Liferay version Dynatrace Version Created by Created

More information

Liferay Fundamentals Course Overview

Liferay Fundamentals Course Overview Liferay Fundamentals Course Overview LIFERAY Training Liferay Fundamentals Course Overview Liferay Fundamentals is recommended for all audiences before taking any other training course. Target Audience

More information

Liferay Security Features Overview. How Liferay Approaches Security

Liferay Security Features Overview. How Liferay Approaches Security Liferay Security Features Overview How Liferay Approaches Security Table of Contents Executive Summary.......................................... 1 Transport Security............................................

More information

Liferay Digital Experience Platform. New Features Summary

Liferay Digital Experience Platform. New Features Summary Liferay Digital Experience Platform New Features Summary Liferay has redesigned its platform with new functionality in Liferay Digital Experience Platform (DXP). The following is a summary of the key new

More information

Managing Performance in Liferay DXP: An Overview of Liferay Connected Services

Managing Performance in Liferay DXP: An Overview of Liferay Connected Services Managing Performance in Liferay DXP: An Overview of Liferay Connected Services Executive Summary Liferay Connected Services (LCS) is an online platform that helps our customers successfully manage their

More information

Why Upgrade to Liferay Digital Experience Platform? The Right Solution for Your Future Challenges

Why Upgrade to Liferay Digital Experience Platform? The Right Solution for Your Future Challenges Why Upgrade to Liferay Digital Experience Platform? The Right Solution for Your Future Challenges Table of Contents Transform Your Business With a Modern Platform.............. 1 The Evolving Role of IT

More information

Diagnostics in Testing and Performance Engineering

Diagnostics in Testing and Performance Engineering Diagnostics in Testing and Performance Engineering This document talks about importance of diagnostics in application testing and performance engineering space. Here are some of the diagnostics best practices

More information

Deploying Liferay Digital Experience Platform in Amazon Web Services

Deploying Liferay Digital Experience Platform in Amazon Web Services Deploying Liferay Digital Experience Platform in Amazon Web Services Table of Contents Introduction................................. 1 Reference Architecture........................ 1 Overview..................................

More information

ORACLE ENTERPRISE MANAGER 10g ORACLE DIAGNOSTICS PACK FOR NON-ORACLE MIDDLEWARE

ORACLE ENTERPRISE MANAGER 10g ORACLE DIAGNOSTICS PACK FOR NON-ORACLE MIDDLEWARE ORACLE ENTERPRISE MANAGER 10g ORACLE DIAGNOSTICS PACK FOR NON-ORACLE MIDDLEWARE Most application performance problems surface during peak loads. Often times, these problems are time and resource intensive,

More information

Using AppDynamics with LoadRunner

Using AppDynamics with LoadRunner WHITE PAPER Using AppDynamics with LoadRunner Exec summary While it may seem at first look that AppDynamics is oriented towards IT Operations and DevOps, a number of our users have been using AppDynamics

More information

Goliath Technology Overview with MEDITECH Module

Goliath Technology Overview with MEDITECH Module Customers # 324 Fortune 500 Goliath Technology Overview with MEDITECH Module In approximately one week, support tickets dropped by 25% z Our Customers were complaining about persistent slowness with Citrix.

More information

Overview. SUSE OpenStack Cloud Monitoring

Overview. SUSE OpenStack Cloud Monitoring Overview SUSE OpenStack Cloud Monitoring Overview SUSE OpenStack Cloud Monitoring Publication Date: 08/04/2017 SUSE LLC 10 Canal Park Drive Suite 200 Cambridge MA 02141 USA https://www.suse.com/documentation

More information

J2EE DIAGNOSING J2EE PERFORMANCE PROBLEMS THROUGHOUT THE APPLICATION LIFECYCLE

J2EE DIAGNOSING J2EE PERFORMANCE PROBLEMS THROUGHOUT THE APPLICATION LIFECYCLE DIAGNOSING J2EE PERFORMANCE PROBLEMS THROUGHOUT THE APPLICATION LIFECYCLE ABSTRACT Many large-scale, complex enterprise applications are now built and deployed using the J2EE architecture. However, many

More information

Liferay Digital Experience Platform. Apps and Features Overview

Liferay Digital Experience Platform. Apps and Features Overview Liferay Digital Experience Platform Apps and Features Overview Table of Contents The Portal Platform.................................................. 1 Access and Administration...........................................

More information

Copyright 2018, Oracle and/or its affiliates. All rights reserved.

Copyright 2018, Oracle and/or its affiliates. All rights reserved. Beyond SQL Tuning: Insider's Guide to Maximizing SQL Performance Monday, Oct 22 10:30 a.m. - 11:15 a.m. Marriott Marquis (Golden Gate Level) - Golden Gate A Ashish Agrawal Group Product Manager Oracle

More information

Beacon Catalog. Categories:

Beacon Catalog. Categories: Beacon Catalog Find the Data Beacons you need to build Custom Dashboards to answer your most pressing digital marketing questions, enable you to drill down for more detailed analysis and provide the data,

More information

Migrating to Liferay DXP: Best Practices, High-Level Approach and Strategy

Migrating to Liferay DXP: Best Practices, High-Level Approach and Strategy Migrating to Liferay DXP: Best Practices, High-Level Approach and Strategy Table of Contents Executive Summary............................................. 1 How do I go from my current system to Liferay?....................

More information

Monitoring and Reporting System (MARS)

Monitoring and Reporting System (MARS) Monitoring and Reporting System (MARS) MARS transforms application delivery data flows into actionable intelligence that enhances application availability, security and performance. MARS (Monitoring and

More information

Hands-on Lab Session 9909 Introduction to Application Performance Management: Monitoring. Timothy Burris, Cloud Adoption & Technical Enablement

Hands-on Lab Session 9909 Introduction to Application Performance Management: Monitoring. Timothy Burris, Cloud Adoption & Technical Enablement Hands-on Lab Session 9909 Introduction to Application Performance Management: Monitoring Timothy Burris, Cloud Adoption & Technical Enablement Copyright IBM Corporation 2017 IBM, the IBM logo and ibm.com

More information

Monitoring Agent for Tomcat 6.4 Fix Pack 4. Reference IBM

Monitoring Agent for Tomcat 6.4 Fix Pack 4. Reference IBM Monitoring Agent for Tomcat 6.4 Fix Pack 4 Reference IBM Monitoring Agent for Tomcat 6.4 Fix Pack 4 Reference IBM Note Before using this information and the product it supports, read the information in

More information

TUTORIAL: WHITE PAPER. VERITAS Indepth for the J2EE Platform PERFORMANCE MANAGEMENT FOR J2EE APPLICATIONS

TUTORIAL: WHITE PAPER. VERITAS Indepth for the J2EE Platform PERFORMANCE MANAGEMENT FOR J2EE APPLICATIONS TUTORIAL: WHITE PAPER VERITAS Indepth for the J2EE Platform PERFORMANCE MANAGEMENT FOR J2EE APPLICATIONS 1 1. Introduction The Critical Mid-Tier... 3 2. Performance Challenges of J2EE Applications... 3

More information

Healthcare IT A Monitoring Primer

Healthcare IT A Monitoring Primer Healthcare IT A Monitoring Primer Published: February 2019 PAGE 1 OF 13 Contents Introduction... 3 The Healthcare IT Environment.... 4 Traditional IT... 4 Healthcare Systems.... 4 Healthcare Data Format

More information

Log Data: A Source of Value. Nagios Enterprises LLC Nagios Enterprises 2017 Logs: A Source of Value // 1

Log Data: A Source of Value. Nagios Enterprises LLC Nagios Enterprises 2017 Logs: A Source of Value // 1 Log Data: A Source of Value Nagios Enterprises LLC 2017 Nagios Enterprises 2017 Logs: A Source of Value // 1 Log Data: A Source of Value Nagios Enterprises LLC 2017 Introduction Part 1 : What s in a Log?

More information

2012 Microsoft Corporation. All rights reserved. Microsoft, Active Directory, Excel, Lync, Outlook, SharePoint, Silverlight, SQL Server, Windows,

2012 Microsoft Corporation. All rights reserved. Microsoft, Active Directory, Excel, Lync, Outlook, SharePoint, Silverlight, SQL Server, Windows, 2012 Microsoft Corporation. All rights reserved. Microsoft, Active Directory, Excel, Lync, Outlook, SharePoint, Silverlight, SQL Server, Windows, Windows Server, and other product names are or may be registered

More information

An Application for Monitoring Solr

An Application for Monitoring Solr An Application for Monitoring Solr Yamin Alam Gauhati University Institute of Science and Technology, Guwahati Assam, India Nabamita Deb Gauhati University Institute of Science and Technology, Guwahati

More information

Advanced ecommerce Monitoring one tool does it all

Advanced ecommerce Monitoring one tool does it all Advanced ecommerce Monitoring one tool does it all No ecommerce platform can be operated without a proper monitoring solution in place. In fact monitoring or analytics alone isn t enough. If you are serious

More information

FUJITSU Software ServerView Cloud Monitoring Manager V1.0. Overview

FUJITSU Software ServerView Cloud Monitoring Manager V1.0. Overview FUJITSU Software ServerView Cloud Monitoring Manager V1.0 Overview J2UL-2073-01ENZ0(00) November 2015 Trademarks Copyright FUJITSU LIMITED 2015 LINUX is a registered trademark of Linus Torvalds. The OpenStack

More information

About BigMemory Go. Innovation Release. Version 4.3.5

About BigMemory Go. Innovation Release. Version 4.3.5 About BigMemory Go Innovation Release Version 4.3.5 April 2018 This document applies to BigMemory Go Version 4.3.5 and to all subsequent releases. Specifications contained herein are subject to change

More information

About Terracotta Ehcache. Version 10.1

About Terracotta Ehcache. Version 10.1 About Terracotta Ehcache Version 10.1 October 2017 This document applies to Terraco a Ehcache Version 10.1 and to all subsequent releases. Specifications contained herein are subject to change and these

More information

SaaS Providers. ThousandEyes for. Summary

SaaS Providers. ThousandEyes for. Summary USE CASE ThousandEyes for SaaS Providers Summary With Software-as-a-Service (SaaS) applications rapidly replacing onpremise solutions, the onus of ensuring a great user experience for these applications

More information

Senior Technical Specialist, IBM. Charles Price (Primary) Advisory Software Engineer, IBM. Matthias Falkenberg DX Development Team Lead, IBM

Senior Technical Specialist, IBM. Charles Price (Primary) Advisory Software Engineer, IBM. Matthias Falkenberg DX Development Team Lead, IBM Session ID: DDX-15 Session Title: Building Rich, OmniChannel Digital Experiences for Enterprise, Social and Storefront Commerce Data with Digital Data Connector Part 2: Social Rendering Instructors: Bryan

More information

Solving Problems in Ways Never Before Possible, with FusionReactor 7

Solving Problems in Ways Never Before Possible, with FusionReactor 7 Solving Problems in Ways Never Before Possible, with FusionReactor 7 Introductions Charlie Arehart Independent Consultant, CArehart.org (Focused on server troubleshooting) Agenda Foreword Major new FR

More information

Heimdall Data Access Platform Installation and Setup Guide

Heimdall Data Access Platform Installation and Setup Guide Heimdall Data Access Platform Installation and Setup Guide Heimdall Data Access Platform Installation and Setup Guide Heimdall Data Access Platform Installation and Setup Guide 1. General Information 1

More information

The Power of the Crowd

The Power of the Crowd WHITE PAPER The Power of the Crowd SUMMARY With the shift to Software-as-a-Service and Cloud nearly complete, organizations can optimize their end user experience and network operations with the power

More information

Caching Use Cases in the Enterprise

Caching Use Cases in the Enterprise terracotta whitepaper: Caching Use Cases in the Enterprise What You Can Learn from Hundreds of Ehcache Users Around the Globe Eric J. Bruno Allure Technology, Inc www.alluretechnology.com I was recently

More information

Google Analytics. Gain insight into your users. How To Digital Guide 1

Google Analytics. Gain insight into your users. How To Digital Guide 1 Google Analytics Gain insight into your users How To Digital Guide 1 Table of Content What is Google Analytics... 3 Before you get started.. 4 The ABC of Analytics... 5 Audience... 6 Behaviour... 7 Acquisition...

More information

Curriculum Guide. ThingWorx

Curriculum Guide. ThingWorx Curriculum Guide ThingWorx Live Classroom Curriculum Guide Introduction to ThingWorx 8 ThingWorx 8 User Interface Development ThingWorx 8 Platform Administration ThingWorx 7.3 Fundamentals Applying Machine

More information

How to Upgrade to Liferay Digital Experience Platform

How to Upgrade to Liferay Digital Experience Platform How to Upgrade to Liferay Digital Experience Platform Table of Contents Introduction... 1 Setting the Right Timeline.... 1 Infrastructure Changes.... 2 Compatibility Matrix.... 2 Search... 2 JDK... 2 Deployment

More information

vrealize Operations Manager Management Pack for vrealize Hyperic Release Notes

vrealize Operations Manager Management Pack for vrealize Hyperic Release Notes vrealize Operations Manager Management Pack for vrealize Hyperic Release Notes vrealize Operations Manager Management Pack for Hyperic 6.0 Last document update: 04 December 2014. Contents: New Features

More information

OS-caused Long JVM Pauses - Deep Dive and Solutions

OS-caused Long JVM Pauses - Deep Dive and Solutions OS-caused Long JVM Pauses - Deep Dive and Solutions Zhenyun Zhuang LinkedIn Corp., Mountain View, California, USA https://www.linkedin.com/in/zhenyun Zhenyun@gmail.com 2016-4-21 Outline q Introduction

More information

CrownPeak Playbook CrownPeak Search

CrownPeak Playbook CrownPeak Search CrownPeak Playbook CrownPeak Search Version 0.94 Table of Contents Search Overview... 4 Search Benefits... 4 Additional features... 5 Business Process guides for Search Configuration... 5 Search Limitations...

More information

Online Demo Guide. Barracuda PST Enterprise. Introduction (Start of Demo) Logging into the PST Enterprise

Online Demo Guide. Barracuda PST Enterprise. Introduction (Start of Demo) Logging into the PST Enterprise Online Demo Guide Barracuda PST Enterprise This script provides an overview of the main features of PST Enterprise, covering: 1. Logging in to PST Enterprise 2. Client Configuration 3. Global Configuration

More information

GlassFish v2.1 & Enterprise Manager. Alexis Moussine-Pouchkine Sun Microsystems

GlassFish v2.1 & Enterprise Manager. Alexis Moussine-Pouchkine Sun Microsystems GlassFish v2.1 & Enterprise Manager Alexis Moussine-Pouchkine Sun Microsystems 1 Some vocabulary Cluster a group a homogenous GlassFish instances administered as a whole Load-Balancing a strategy and implementation

More information

Oracle Enterprise Manager 12c Sybase ASE Database Plug-in

Oracle Enterprise Manager 12c Sybase ASE Database Plug-in Oracle Enterprise Manager 12c Sybase ASE Database Plug-in May 2015 Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes only,

More information

JVM and application bottlenecks troubleshooting

JVM and application bottlenecks troubleshooting JVM and application bottlenecks troubleshooting How to find problems without using sophisticated tools Daniel Witkowski, EMEA Technical Manager, Azul Systems Daniel Witkowski - About me IT consultant and

More information

A Study Paper on Performance Degradation due to Excessive Garbage Collection in Java Based Applications using Profiler

A Study Paper on Performance Degradation due to Excessive Garbage Collection in Java Based Applications using Profiler Abstract A Study Paper on Performance Degradation due to Excessive Garbage Collection in Java Based Applications using Profiler Applications are becoming more complex, more larger and demand high quality.

More information

Best Practices. Deploying Optim Performance Manager in large scale environments. IBM Optim Performance Manager Extended Edition V4.1.0.

Best Practices. Deploying Optim Performance Manager in large scale environments. IBM Optim Performance Manager Extended Edition V4.1.0. IBM Optim Performance Manager Extended Edition V4.1.0.1 Best Practices Deploying Optim Performance Manager in large scale environments Ute Baumbach (bmb@de.ibm.com) Optim Performance Manager Development

More information

@joerg_schad Nightmares of a Container Orchestration System

@joerg_schad Nightmares of a Container Orchestration System @joerg_schad Nightmares of a Container Orchestration System 2017 Mesosphere, Inc. All Rights Reserved. 1 Jörg Schad Distributed Systems Engineer @joerg_schad Jan Repnak Support Engineer/ Solution Architect

More information

Monitoring & Tuning Azure SQL Database

Monitoring & Tuning Azure SQL Database Monitoring & Tuning Azure SQL Database Dustin Ryan, Data Platform Solution Architect, Microsoft Moderated By: Paresh Motiwala Presenting Sponsors Thank You to Our Presenting Sponsors Empower users with

More information

Sub-Second Response Times with New In-Memory Analytics in MicroStrategy 10. Onur Kahraman

Sub-Second Response Times with New In-Memory Analytics in MicroStrategy 10. Onur Kahraman Sub-Second Response Times with New In-Memory Analytics in MicroStrategy 10 Onur Kahraman High Performance Is No Longer A Nice To Have In Analytical Applications Users expect Google Like performance from

More information

BUYER S GUIDE WEBSITE DEVELOPMENT

BUYER S GUIDE WEBSITE DEVELOPMENT BUYER S GUIDE WEBSITE DEVELOPMENT At Curzon we understand the importance of user focused design. EXECUTIVE SUMMARY This document is designed to provide prospective clients with a short guide to website

More information

End User Monitoring. AppDynamics Pro Documentation. Version Page 1

End User Monitoring. AppDynamics Pro Documentation. Version Page 1 End User Monitoring AppDynamics Pro Documentation Version 4.1.1 Page 1 End User Monitoring....................................................... 4 Browser Real User Monitoring.............................................

More information

Coveo Platform 6.5. Liferay Connector Guide

Coveo Platform 6.5. Liferay Connector Guide Coveo Platform 6.5 Liferay Connector Guide Notice The content in this document represents the current view of Coveo as of the date of publication. Because Coveo continually responds to changing market

More information

Proactive Performance Monitoring for Citrix XenApp & XenDesktop

Proactive Performance Monitoring for Citrix XenApp & XenDesktop Proactive Performance Monitoring for Citrix XenApp & XenDesktop TECHNOLOGY OVERVIEW In approximately one week, support tickets dropped by 25% Our customers were complaining about persistent slowness with

More information

VMware vfabric AppInsight Installation Guide

VMware vfabric AppInsight Installation Guide VMware vfabric AppInsight Installation Guide vfabric AppInsight 5.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

More information

Consolidating Enterprise Performance Analytics

Consolidating Enterprise Performance Analytics Consolidating Enterprise Performance Analytics A Foundation for Effective End-to-End Enterprise Monitoring Introduction With rapid globalization and round-the-clock application availability requirements,

More information

ThousandEyes for. Application Delivery White Paper

ThousandEyes for. Application Delivery White Paper ThousandEyes for Application Delivery White Paper White Paper Summary The rise of mobile applications, the shift from on-premises to Software-as-a-Service (SaaS), and the reliance on third-party services

More information

Private Cloud Management Manage and Operate Applications

Private Cloud Management Manage and Operate Applications Private Cloud Management Manage and Operate Applications Introduction Manage and Operate Applications PRODUCTIVE INFRASTRUCTURE PREDICTABLE APPLICATIONS YOUR CLOUD Heterogeneous support Process automation

More information

IBM Spectrum Control. Monitoring, automation and analytics for data and storage infrastructure optimization

IBM Spectrum Control. Monitoring, automation and analytics for data and storage infrastructure optimization IBM Spectrum Control Highlights Take control with integrated monitoring, automation and analytics Consolidate management for file, block, object, software-defined storage Improve performance and reduce

More information

Maximize the All-Flash Data Center with Brocade Gen 6 Fibre Channel

Maximize the All-Flash Data Center with Brocade Gen 6 Fibre Channel WHITE PAPER Maximize the All-Flash Data Center with Brocade Gen 6 Fibre Channel Introduction The flash and hybrid takeover of the data center storage market has quickly gained momentum. In fact, the adoption

More information

Helping Administrators Prepare for Analytics 10

Helping Administrators Prepare for Analytics 10 Helping Administrators Prepare for Analytics 10 There are a few important configuration updates that Webtrends administrators can take in On Demand prior to the Analytics 10 release in order to prepare

More information

Challenges, Benefits and Best Practices of Performance Focused DevOps. 1 #Dynatrace

Challenges, Benefits and Best Practices of Performance Focused DevOps. 1 #Dynatrace Challenges, Benefits and Best Practices of Performance Focused DevOps Wolfgang Gottesheim @gottesheim 1 #Dynatrace When do we find performance problems? Developers Unit/Integration Tests Acceptance Tests

More information

SSIM Collection & Archiving Infrastructure Scaling & Performance Tuning Guide

SSIM Collection & Archiving Infrastructure Scaling & Performance Tuning Guide SSIM Collection & Archiving Infrastructure Scaling & Performance Tuning Guide April 2013 SSIM Engineering Team Version 3.0 1 Document revision history Date Revision Description of Change Originator 03/20/2013

More information

Java Without the Jitter

Java Without the Jitter TECHNOLOGY WHITE PAPER Achieving Ultra-Low Latency Table of Contents Executive Summary... 3 Introduction... 4 Why Java Pauses Can t Be Tuned Away.... 5 Modern Servers Have Huge Capacities Why Hasn t Latency

More information

Google Analytics. Tips & Tricks for Your Business. Interactive Marketing Summit. Laurel Highlands Visitor Bureau

Google Analytics. Tips & Tricks for Your Business. Interactive Marketing Summit. Laurel Highlands Visitor Bureau Google Analytics Tips & Tricks for Your Business Session Topics: 1. Getting to know the dashboard 2. Metrics and dimensions 3. What reports to use 4. User tips to segment your data 5. Tracking your paid

More information

End User Monitoring. AppDynamics Pro Documentation. Version Page 1

End User Monitoring. AppDynamics Pro Documentation. Version Page 1 End User Monitoring AppDynamics Pro Documentation Version 4.1.5 Page 1 End User Monitoring....................................................... 4 Browser Real User Monitoring.............................................

More information

Liferay Digital Experience Platform. Deployment Checklist

Liferay Digital Experience Platform. Deployment Checklist Liferay Digital Experience Platform Deployment Checklist Table of Contents Introduction.............................................. 1 Reference Architecture.................................... 1 Virtualized

More information

Optimizing Tiered Storage Workloads with Precise for Storage Tiering

Optimizing Tiered Storage Workloads with Precise for Storage Tiering Applied Technology Abstract By introducing Enterprise Flash Drives to EMC Symmetrix and CLARiiON storage systems, EMC revitalized the importance of tiered storage. Optimizing the use of these tiers provides

More information

Improving Drupal search experience with Apache Solr and Elasticsearch

Improving Drupal search experience with Apache Solr and Elasticsearch Improving Drupal search experience with Apache Solr and Elasticsearch Milos Pumpalovic Web Front-end Developer Gene Mohr Web Back-end Developer About Us Milos Pumpalovic Front End Developer Drupal theming

More information

MarkLogic Server. Monitoring MarkLogic Guide. MarkLogic 9 May, Copyright 2017 MarkLogic Corporation. All rights reserved.

MarkLogic Server. Monitoring MarkLogic Guide. MarkLogic 9 May, Copyright 2017 MarkLogic Corporation. All rights reserved. Monitoring MarkLogic Guide 1 MarkLogic 9 May, 2017 Last Revised: 9.0-2, July, 2017 Copyright 2017 MarkLogic Corporation. All rights reserved. Table of Contents Table of Contents Monitoring MarkLogic Guide

More information

Quickly Pinpoint and Resolve Problems in Windows /.NET Applications TECHNICAL WHITE PAPER

Quickly Pinpoint and Resolve Problems in Windows /.NET Applications TECHNICAL WHITE PAPER Quickly Pinpoint and Resolve Problems in Windows /.NET Applications TECHNICAL WHITE PAPER Table of Contents Executive Overview...1 Problem Resolution A Major Time Consumer...2 > Inefficiencies of the Problem

More information

Adobe Marketing Cloud Data Workbench Controlled Experiments

Adobe Marketing Cloud Data Workbench Controlled Experiments Adobe Marketing Cloud Data Workbench Controlled Experiments Contents Data Workbench Controlled Experiments...3 How Does Site Identify Visitors?...3 How Do Controlled Experiments Work?...3 What Should I

More information

BEAWebLogic. Portal. Overview

BEAWebLogic. Portal. Overview BEAWebLogic Portal Overview Version 10.2 Revised: February 2008 Contents About the BEA WebLogic Portal Documentation Introduction to WebLogic Portal Portal Concepts.........................................................2-2

More information

10 BEST PRACTICES TO STREAMLINE NETWORK MONITORING. By: Vinod Mohan

10 BEST PRACTICES TO STREAMLINE NETWORK MONITORING. By: Vinod Mohan 10 BEST PRACTICES TO STREAMLINE NETWORK MONITORING By: Vinod Mohan 10 Best Practices to Streamline Network Monitoring Introduction As a network admin, you are tasked with keeping your organization s network

More information

Diagnosing Performance Issues in Cray ClusterStor Systems

Diagnosing Performance Issues in Cray ClusterStor Systems Diagnosing Performance Issues in Cray ClusterStor Systems Comprehensive Performance Analysis with Cray View for ClusterStor Patricia Langer Cray, Inc. Bloomington, MN USA planger@cray.com I. INTRODUCTION

More information

Oil and Gas Firm Drills Down to Quickly

Oil and Gas Firm Drills Down to Quickly Oil and Gas Firm Drills Down to Quickly Resolve SQL Server Issues Page 1 of 5 THE CHALLENGE The challenge for this Fort Worth-based oil and gas firm s IT department was how to manage more servers, more

More information

S WHAT THE PROFILER IS TELLING YOU: OPTIMIZING GPU KERNELS. Jakob Progsch, Mathias Wagner GTC 2018

S WHAT THE PROFILER IS TELLING YOU: OPTIMIZING GPU KERNELS. Jakob Progsch, Mathias Wagner GTC 2018 S8630 - WHAT THE PROFILER IS TELLING YOU: OPTIMIZING GPU KERNELS Jakob Progsch, Mathias Wagner GTC 2018 1. Know your hardware BEFORE YOU START What are the target machines, how many nodes? Machine-specific

More information

Oracle Enterprise Manager 12c IBM DB2 Database Plug-in

Oracle Enterprise Manager 12c IBM DB2 Database Plug-in Oracle Enterprise Manager 12c IBM DB2 Database Plug-in May 2015 Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes only, and

More information

Cloud Monitoring as a Service. Built On Machine Learning

Cloud Monitoring as a Service. Built On Machine Learning Cloud Monitoring as a Service Built On Machine Learning Table of Contents 1 2 3 4 5 6 7 8 9 10 Why Machine Learning Who Cares Four Dimensions to Cloud Monitoring Data Aggregation Anomaly Detection Algorithms

More information

Open Source Database Performance Optimization and Monitoring with PMM. Fernando Laudares, Vinicius Grippa, Michael Coburn Percona

Open Source Database Performance Optimization and Monitoring with PMM. Fernando Laudares, Vinicius Grippa, Michael Coburn Percona Open Source Database Performance Optimization and Monitoring with PMM Fernando Laudares, Vinicius Grippa, Michael Coburn Percona Fernando Laudares 2 Vinicius Grippa 3 Michael Coburn Product Manager for

More information

Rapid Bottleneck Identification A Better Way to do Load Testing. An Oracle White Paper June 2008

Rapid Bottleneck Identification A Better Way to do Load Testing. An Oracle White Paper June 2008 Rapid Bottleneck Identification A Better Way to do Load Testing An Oracle White Paper June 2008 Rapid Bottleneck Identification A Better Way to do Load Testing. RBI combines a comprehensive understanding

More information

Democratized Performance Test Platform. Open source, enterprise ready modular platform, that is tool chain friendly.

Democratized Performance Test Platform. Open source, enterprise ready modular platform, that is tool chain friendly. Democratized Performance Test Platform Open source, enterprise ready modular platform, that is tool chain friendly. Democratized Performance Test Platform Open source, enterprise ready modular platform,

More information

VMAX: PERFORMANCE MADE SIMPLE

VMAX: PERFORMANCE MADE SIMPLE 1 VMAX: PERFORMANCE MADE SIMPLE RON ARNAN AND NIR SELA 2 AGENDA Unisphere Performance Analyzer (PA) Introduction Monitor and RCA use cases Plan View Unisphere Database Analyzer 3 PA- INTRODUCTION ENVIRONMENT

More information

SQL Diagnostic Manager Management Pack for Microsoft System Center

SQL Diagnostic Manager Management Pack for Microsoft System Center SQL Diagnostic Manager Management Pack for Microsoft System Center INTEGRATE SQL SERVER MONITORS AND ALERTS WITH SYSTEM CENTER SQL Diagnostic Manager (SQL DM) Management Pack for Microsoft System Center

More information

Datasheet FUJITSU Software ServerView Cloud Monitoring Manager V1.1

Datasheet FUJITSU Software ServerView Cloud Monitoring Manager V1.1 Datasheet FUJITSU Software ServerView Cloud Monitoring Manager V1.1 Datasheet FUJITSU Software ServerView Cloud Monitoring Manager V1.1 A Monitoring Cloud Service for Enterprise OpenStack Systems Cloud

More information

Microsoft SharePoint 2010 The business collaboration platform for the Enterprise and the Web. We have a new pie!

Microsoft SharePoint 2010 The business collaboration platform for the Enterprise and the Web. We have a new pie! Microsoft SharePoint 2010 The business collaboration platform for the Enterprise and the Web We have a new pie! 2 Introduction Key Session Objectives Agenda More Scalable More Flexible More Features Intranet

More information

Use the Organization Insights solution to view metrics about your instance

Use the Organization Insights solution to view metrics about your instance Use the Organization Insights solution to view metrics about your instance Dynamics CRM 2016 Updated: May 30, 2017 Applies To: Dynamics 365 online, Dynamics CRM Online Organization Insights for Dynamics

More information

Liferay Portal 4 - Portal Administration Guide. Joseph Shum Alexander Chow Redmond Mar Jorge Ferrer

Liferay Portal 4 - Portal Administration Guide. Joseph Shum Alexander Chow Redmond Mar Jorge Ferrer Liferay Portal 4 - Portal Administration Guide Joseph Shum Alexander Chow Redmond Mar Jorge Ferrer Liferay Portal 4 - Portal Administration Guide Joseph Shum Alexander Chow Redmond Mar Jorge Ferrer 1.1

More information

Customer Support Portal

Customer Support Portal Customer Support Portal Overview and user guide Version 3.0 September 2015 Table of Contents 1. Confidentiality Agreement... 2 2. About this guide... 2 3. Accessing and navigating the Portal... 3 4. Colocation

More information

Real Life Web Development. Joseph Paul Cohen

Real Life Web Development. Joseph Paul Cohen Real Life Web Development Joseph Paul Cohen joecohen@cs.umb.edu Index 201 - The code 404 - How to run it? 500 - Your code is broken? 200 - Someone broke into your server? 400 - How are people using your

More information

Architectural overview Turbonomic accesses Cisco Tetration Analytics data through Representational State Transfer (REST) APIs. It uses telemetry data

Architectural overview Turbonomic accesses Cisco Tetration Analytics data through Representational State Transfer (REST) APIs. It uses telemetry data Solution Overview Cisco Tetration Analytics and Turbonomic Solution Deploy intent-based networking for distributed applications. Highlights Provide performance assurance for distributed applications. Real-time

More information

CURZON PR BUYER S GUIDE WEBSITE DEVELOPMENT

CURZON PR BUYER S GUIDE WEBSITE DEVELOPMENT CURZON PR BUYER S GUIDE WEBSITE DEVELOPMENT Website Development WHAT IS WEBSITE DEVELOPMENT? This is the development of a website for the Internet (World Wide Web) Website development can range from developing

More information

COPYRIGHTED MATERIAL. Getting Started with Google Analytics. P a r t

COPYRIGHTED MATERIAL. Getting Started with Google Analytics. P a r t P a r t I Getting Started with Google Analytics As analytics applications go, Google Analytics is probably the easiest (or at least one of the easiest) available in the market today. But don t let the

More information

JVM Performance Study Comparing Oracle HotSpot and Azul Zing Using Apache Cassandra

JVM Performance Study Comparing Oracle HotSpot and Azul Zing Using Apache Cassandra JVM Performance Study Comparing Oracle HotSpot and Azul Zing Using Apache Cassandra Legal Notices Apache Cassandra, Spark and Solr and their respective logos are trademarks or registered trademarks of

More information

All Events. One Platform.

All Events. One Platform. All Events. One Platform. Industry s first IT ops platform that truly correlates the metric, flow and log events and turns them into actionable insights. Correlate Integrate Analyze www.motadata.com Motadata

More information

IBM Security QRadar Deployment Intelligence app IBM

IBM Security QRadar Deployment Intelligence app IBM IBM Security QRadar Deployment Intelligence app IBM ii IBM Security QRadar Deployment Intelligence app Contents QRadar Deployment Intelligence app.. 1 Installing the QRadar Deployment Intelligence app.

More information

WEBSITE INSTRUCTIONS. Table of Contents

WEBSITE INSTRUCTIONS. Table of Contents WEBSITE INSTRUCTIONS Table of Contents 1. How to edit your website 2. Kigo Plugin 2.1. Initial Setup 2.2. Data sync 2.3. General 2.4. Property & Search Settings 2.5. Slideshow 2.6. Take me live 2.7. Advanced

More information

A Quick Start Guide On How To Promote Your Site Using WebCEO

A Quick Start Guide On How To Promote Your Site Using WebCEO Move your site to the top! A Quick Start Guide On How To Promote Your Site Using WebCEO Welcome to WebCEO, a set of 15 cloud-based tools for SEO, Social Media Analytics and Competitive Analysis. This platform

More information

What is a Portal? by paul Hinz

What is a Portal? by paul Hinz What is a Portal? by paul Hinz Portals are complete web UI platforms for building web sites and web applications quickly, allowing coordinated updates and modular expansion. Web Platform A portal is generally

More information