ATLAS job monitoring in the Dashboard Framework
|
|
|
- Pamela Byrd
- 10 years ago
- Views:
Transcription
1 ATLAS job monitoring in the Dashboard Framework J Andreeva 1, S Campana 1, E Karavakis 1, L Kokoszkiewicz 1, P Saiz 1, L Sargsyan 2, J Schovancova 3, D Tuckett 1 on behalf of the ATLAS Collaboration 1 CERN, European Organization for Nuclear Research, Switzerland 2 A I Alikhanyan National Scientific Laboratory, Yerevan, Republic of Armenia 3 Academy of Sciences of the Czech Republic, Prague, Czech Republic [email protected] ATL-SOFT-PROC /06/2012 Abstract. Monitoring of the large-scale data processing of the ATLAS experiment includes monitoring of production and user analysis jobs. The Experiment Dashboard provides a common job monitoring solution, which is shared by ATLAS and CMS experiments. This includes an accounting portal as well as real-time monitoring. Dashboard job monitoring for ATLAS combines information from the PanDA job processing database, Production system database and monitoring information from jobs submitted through GANGA to Workload Management System (WMS) or local batch systems. Usage of Dashboard-based job monitoring applications will decrease load on the PanDA database and overcome scale limitations in PanDA monitoring caused by the short job rotation cycle in the PanDA database. Aggregation of the task/job metrics from different sources provides complete view of job processing activity in ATLAS scope. 1. Introduction The Worldwide Large Hadron Collider Computing Grid [1] provides a large-scale computing environment for the ATLAS experiment. The ATLAS community daily runs more than 600k jobs on the GRID. The number of ATLAS jobs is growing every year and a scalable, robust monitoring system is required in order to follow distributed job processing and to quickly detect and resolve possible problems. Most ATLAS users submit jobs using PanDA (Production and Distributed analysis) [2] workload management system (WMS). A small fraction of jobs are submitted via GANGA [3] job submission system to glite WMS [4] or local batch system. In order to have a global picture of the ATLAS job processing a system which accumulates job-processing information from different sources into a single place is required. This system also decreases load on the PanDA database, which can then be used solely for operations. The Experiment Dashboard monitoring system [5] that focuses on the needs of the LHC user community was chosen for the implementation since it can meet the challenges of the large-scale ATLAS job processing monitoring. Development work started in the year This paper will present an overview of the job monitoring data flow, the functionality of the job monitoring applications, and the future development plans of the new job processing monitoring applications that include task monitoring for production and analysis users and an accounting portal for providing long-term monitoring statistics.
2 2. Job monitoring data flow 2.1. Design overview ATLAS job processing includes production activity carried out by groups of experts and distributed analysis performed by ATLAS physicists. Dashboard job monitoring uses ORACLE database backend as a data repository. It combines ATLAS job monitoring information from the PanDA job processing database, Production system database, and monitoring information from jobs submitted through GANGA to glite WMS or local batch systems. GANGA job definitions and jobs running at the Worker Nodes (WN) are instrumented to report job status and meta-information to the Messaging system for the Grid (MSG) [6]. A set of collectors consumes information from different sources and feeds the Dashboard Data Repository. Web User Interfaces at the frontend providing access to monitoring data with different levels of detail are customized to appropriate use cases. For any access to the database, both read and write, the Experiment Dashboard framework uses the data access object (DAO) pattern as an abstraction layer between server/collector code and the database. Rigorous separation between the database and server/collector code ensures that it is fully agnostic of database implementation, so that any changes to the persistence logic do not impact server/collector code as long as the interface remains correctly implemented. ATLAS job monitoring data flow is presented in Figure 1. Figure 1. ATLAS job monitoring data flow.
3 2.2. Main components Database. ATLAS Dashboard database plays the role of a central repository for the production and analysis job monitoring data. As stated above, both read and write access to the DB pass through a data access object (DAO) abstraction layer. Task/job data from consumers is inserted into the Dashboard tables using ORACLE procedures and triggers. Scheduled database procedures aggregate data into summary tables, which are used for high-level overviews. This significantly decreases query response time. DAO access to the database is done using a connection pool to reduce the overhead in creating new connections, therefore the load on the server is reduced and the performance increased Collectors. Dashboard collectors query Production and PanDA databases via SQL calls, consume from MSG broker (ActiveMQ) via HTTPS requests, and store job monitoring information in the central Dashboard Data Repository (ORACLE). In order to ensure the reliability of the service the collectors are being monitored: On the database level: DB scheduled jobs. The DB scheduled jobs check the timestamp of the most recent update of the relevant tables and raise an alarm in case of delay. On the service collector itself: collector alarms. Collectors check error conditions in the input data flow and raise alarms when errors are detected. On the operation system (Linux) level: cronjob scripts. The monitoring scripts check whether collectors are running within foreseen time intervals and restart collectors in case of eventual failure. In case of detected problems alarms are sent by SMS or . In case of a collector being stuck or stopped it is restarted. Consistency checks between PanDA and Dashboard databases, performed on a regular basis, also ensure the reliability of data exposed through the Dashboard UIs Web Application layer. The data source is fully decoupled from the user interface. Dashboard framework web Application layer provides HTTP entry point to the data and serves information in XML (extensible markup language), CSV (comma separated values), JSON (JavaScript object notation) or image formats. Third-party clients can also consume these serialized data User interface. Depending on the application the user interface is implemented using either Experiment Dashboard or hbrowse [7] visualization frameworks. The hbrowse based user interface for the Analysis and Production Task Monitor is a client-side JavaScript application that communicates with the server using asynchronous JavaScript requests from the client browser (AJAX) and expects JSON responses. It utilizes modern web technologies such as jquery JavaScript library [8], HighCharts plotting library, DataTable and SearchTable jquery plugins, and Google charts library. 3. Job monitoring applications 3.1. Analysis Task Monitor The Experiment Dashboard Analysis Task Monitoring application [9] is a user-centric monitoring tool. It collects and exposes information, which describes the progress of the processing of user tasks. Typically, analysis calculations are performed in large chunks by jobs which have a similar setup, i. e.
4 they perform specific processing over a given data collection. Such a group of jobs is called an analysis task. Each job of a given task processes some portion of an input data collection and produces a set of output files. According to ATLAS definition, a complete set of output files produced as a result of specific processing over a given data collection, represents some output container. User interface (UI) [10] provides access to the user s tasks, using a secure web connection (https) and Grid Certificate. However a demo version allows users to try out the functionality without being authenticated. Functionality: Monitoring on the task (collection of jobs, based on output container) level and individual job level. User interface includes sorting and filtering possibilities: Tasks can be filtered by name or some pattern inside the name or by time ranges. Graphical representation: o Job Evolution, jobs distribution by site, distribution of failed jobs by failure error category (Figure 2). Summary charts for task and job tables. Figure 2. Analysis Task Monitor: graphical plots under a task expanded row. The initial page presents a list of tasks that the user has submitted in the last day. Task meta information (creation time of the task, last modification time, input dataset used, list of sites where the jobs of this particular task are running, build job(s) number(s), etc.) (Figure 3).
5 Figure 3. The user interface of the Analysis Task Monitor: filters, task table, and task meta information. Advanced interactive plots could be exported as an image or PDF document. The Task Monitoring information includes the job status of individual jobs in the task, their distribution by site and over time, the reason of failure, the number of processed events and the resubmission history. The application is used by analysis users and by the analysis support team Production Task Monitor The Production Task Monitor application aims to satisfy the needs of the production operators, production managers and site administrators. Production UI [11] allows users to follow the progress of their production tasks by offering a wide selection of statistics and graphical plots (Figure 4). By using this tool, production operators can easily identify the problematic tasks, which require action, or detect sites with incorrect configuration, for example with incorrect software installation. The application provides the possibility to get the categorized error statistics for each task. Production managers and site administrators can benefit from functionality like a multifunctional filter that provides a co-dependency capability for enabled filters (Figure 5). This means that selection of a particular value in one filter automatically disables invalid values in another filter, in case of any dependency between them. Moreover, the privileged users can predefine set of filter values (time range, working group, cloud, pattern, etc.) to create group specific requests by editing a twiki page [12]. Privileged users can also make changes in Help topics, using twiki page [13]. The application is being developed in close collaboration with the ATLAS production managers.
6 Figure 4. Production Task Monitor: graphical plots and timing table. Figure 5. The user interface of the Production Task Monitor Historical Views Monitor The Historical Views application is an accounting-style UI [14] that presents job processing monitoring metrics and resource utilization information as a function of time. The interface uses aggregated tables in the database to provide efficient access to historical information. Functionality: Number of completed, submitted (Figure 6), pending, running jobs. Number of successful, failed jobs, efficiencies based on successful/accomplished jobs. Distribution of failed jobs by failure code, reason, category.
7 CPU/Wall clock consumption, efficiency as CPU versus wall clock time. Number of processed events as a function of time, CPU/wall clock time spent on a single event. Resource utilization, number of used slots, efficiency of site usage compared to pledges. Activities at the site. Single site view with job processing metrics. All data can be filtered by site, tier, country, activity, processing and destination cloud, data type, project and group. Any time range can be selected. Available granularities are hourly/daily/weekly/monthly. All data is available in machine-readable format (xml, csv, json). All plots and distributions in machine-readable format are available via direct link. The web UI provides a wide selection of graphical plots for selected parameters and serves to understanding the nature of the infrastructure inefficiencies, reasons of failures, and helps to resolve and predict problems. The Historical Views application is widely used by site admins, and VO computing managers. Figure 6. Historical Views: terminated, submitted jobs. 4. Future plans One of the important advanced functionality which is foreseen by the development plans is enabling of cancellation and resubmission on the task and individual job level from the Analysis Task Monitoring web user interface. For example through Analysis Task Monitor a user will be able to not only identify that a job have failed but will also be able to interactively kill task/jobs and resubmit them to a different site if a site experiences problems. ATLAS job processing monitoring applications will be extended according to the needs of the ATLAS user community.
8 5. Conclusions ATLAS Job Processing monitoring applications provide a complete view of job processing activity in the scope of ATLAS. Regular consistency checks between PANDA DB and Dashboard ensure data reliability. Advanced and intuitive user interfaces, providing a wide selection of graphical plots, filtering possibilities and good performance, have proved to satisfy the needs of various categories of ATLAS users: site admins, ATLAS VO managers, analysis users, user support teams, production operators and managers, and shifters [15]. Dashboard job monitoring applications have become an essential component of ATLAS distributed computing operations. 6. References [1] J. Shiers, The Worldwide LHC Computing Grid (worldwide LCG), 2006, Proc. of the Conference on Computational Physics (CCP06) Computer Physics communications 177, pp doi: / j.cpc [2] T. Maeno et al, Overview of ATLAS PanDA Workload Management, 2011 J. Phys.: Conf. Ser doi: / /331/7/ [3] J. Elmsheuser et al, Distributed analysis in ATLAS using GANGA, 2010, J. Phys.: Conf. Ser doi: / /219/7/ [4] [5] J. Andreeva et al, Experiment Dashboard for monitoring computing activities of the LHC virtual organizations, 2010, J. Grid Comput doi: /s x [6] J. Casey et al, Monitoring the efficiency of user jobs, 2010 J. Phys.: Conf. Ser doi: / /219/7/ [7] L. Kokoszkiewicz et al, hbrowse - Generic framework for hierarchical data visualization, in proceedings of EGI Community Forum 2012 / EMI Second Technical Conference, 2012, PoS(EGICF12-EMITC2)062 [8] [9] E. Karavakis et al, User-centric monitoring of the analysis and production activities within the ATLAS and CMS Virtual Organisations using the Experiment Dashboard system, in proceedings of EGI Community Forum 2012 / EMI Second Technical Conference, 2012, PoS(EGICF12-EMITC2)110 [10] [11] [12] [13] [14] [15] J. Schovancova et al, ATLAS Distributed Computing Monitoring tools after full 2 years of LHC data taking, 2012, to appear in the proceedings of Computing in High Energy and Nuclear Physics (CHEP 12)
PoS(EGICF12-EMITC2)110
User-centric monitoring of the analysis and production activities within the ATLAS and CMS Virtual Organisations using the Experiment Dashboard system Julia Andreeva E-mail: [email protected] Mattia
ARDA Experiment Dashboard
ARDA Experiment Dashboard Ricardo Rocha (ARDA CERN) on behalf of the Dashboard Team www.eu-egee.org egee INFSO-RI-508833 Outline Background Dashboard Framework VO Monitoring Applications Job Monitoring
CMS Dashboard of Grid Activity
Enabling Grids for E-sciencE CMS Dashboard of Grid Activity Julia Andreeva, Juha Herrala, CERN LCG ARDA Project, EGEE NA4 EGEE User Forum Geneva, Switzerland March 1-3, 2006 http://arda.cern.ch ARDA and
Status and Evolution of ATLAS Workload Management System PanDA
Status and Evolution of ATLAS Workload Management System PanDA Univ. of Texas at Arlington GRID 2012, Dubna Outline Overview PanDA design PanDA performance Recent Improvements Future Plans Why PanDA The
HappyFace for CMS Tier-1 local job monitoring
HappyFace for CMS Tier-1 local job monitoring G. Quast, A. Scheurer, M. Zvada CMS Offline & Computing Week CERN, April 4 8, 2011 INSTITUT FÜR EXPERIMENTELLE KERNPHYSIK, KIT 1 KIT University of the State
Distributed Database Access in the LHC Computing Grid with CORAL
Distributed Database Access in the LHC Computing Grid with CORAL Dirk Duellmann, CERN IT on behalf of the CORAL team (R. Chytracek, D. Duellmann, G. Govi, I. Papadopoulos, Z. Xie) http://pool.cern.ch &
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
Informatica Corporation Proactive Monitoring for PowerCenter Operations Version 3.0 Release Notes May 2014
Contents Informatica Corporation Proactive Monitoring for PowerCenter Operations Version 3.0 Release Notes May 2014 Copyright (c) 2012-2014 Informatica Corporation. All rights reserved. Installation...
Status and Integration of AP2 Monitoring and Online Steering
Status and Integration of AP2 Monitoring and Online Steering Daniel Lorenz - University of Siegen Stefan Borovac, Markus Mechtel - University of Wuppertal Ralph Müller-Pfefferkorn Technische Universität
itunes Store Publisher User Guide Version 1.1
itunes Store Publisher User Guide Version 1.1 Version Date Author 1.1 10/09/13 William Goff Table of Contents Table of Contents... 2 Introduction... 3 itunes Console Advantages... 3 Getting Started...
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
Site specific monitoring of multiple information systems the HappyFace Project
Home Search Collections Journals About Contact us My IOPscience Site specific monitoring of multiple information systems the HappyFace Project This content has been downloaded from IOPscience. Please scroll
4/25/2016 C. M. Boyd, [email protected] Practical Data Visualization with JavaScript Talk Handout
Practical Data Visualization with JavaScript Talk Handout Use the Workflow Methodology to Compare Options Name Type Data sources End to end Workflow Support Data transformers Data visualizers General Data
Das HappyFace Meta-Monitoring Framework
Das HappyFace Meta-Monitoring Framework B. Berge, M. Heinrich, G. Quast, A. Scheurer, M. Zvada, DPG Frühjahrstagung Karlsruhe, 28. März 1. April 2011 KIT University of the State of Baden-Wuerttemberg and
OpenText Information Hub (ihub) 3.1 and 3.1.1
OpenText Information Hub (ihub) 3.1 and 3.1.1 OpenText Information Hub (ihub) 3.1.1 meets the growing demand for analytics-powered applications that deliver data and empower employees and customers to
Adam Rauch Partner, LabKey Software [email protected]. Extending LabKey Server Part 1: Retrieving and Presenting Data
Adam Rauch Partner, LabKey Software [email protected] Extending LabKey Server Part 1: Retrieving and Presenting Data Extending LabKey Server LabKey Server is a large system that combines an extensive set
<Insert Picture Here> Oracle SQL Developer 3.0: Overview and New Features
1 Oracle SQL Developer 3.0: Overview and New Features Sue Harper Senior Principal Product Manager The following is intended to outline our general product direction. It is intended
Batch and Cloud overview. Andrew McNab University of Manchester GridPP and LHCb
Batch and Cloud overview Andrew McNab University of Manchester GridPP and LHCb Overview Assumptions Batch systems The Grid Pilot Frameworks DIRAC Virtual Machines Vac Vcycle Tier-2 Evolution Containers
The dashboard Grid monitoring framework
The dashboard Grid monitoring framework Benjamin Gaidioz on behalf of the ARDA dashboard team (CERN/EGEE) ISGC 2007 conference The dashboard Grid monitoring framework p. 1 introduction/outline goals of
Evolution of Database Replication Technologies for WLCG
Home Search Collections Journals About Contact us My IOPscience Evolution of Database Replication Technologies for WLCG This content has been downloaded from IOPscience. Please scroll down to see the full
SAP BO 4.1 COURSE CONTENT
Data warehousing/dimensional modeling/ SAP BW 7.0 Concepts 1. OLTP vs. OLAP 2. Types of OLAP 3. Multi Dimensional Modeling Of SAP BW 7.0 4. SAP BW 7.0 Cubes, DSO s,multi Providers, Infosets 5. Business
How To Use Happyface (Hf) On A Network (For Free)
Site Meta-Monitoring The HappyFace Project G. Quast, A. Scheurer, M. Zvada CMS Monitoring Review, 16. 17. November 2010 KIT University of the State of Baden-Wuerttemberg and National Research Center of
Online CMS Web-Based Monitoring. Zongru Wan Kansas State University & Fermilab (On behalf of the CMS Collaboration)
Online CMS Web-Based Monitoring Kansas State University & Fermilab (On behalf of the CMS Collaboration) Technology and Instrumentation in Particle Physics June 13, 2011 Chicago, USA CMS One of the high
Framework as a master tool in modern web development
Framework as a master tool in modern web development PETR DO, VOJTECH ONDRYHAL Communication and Information Systems Department University of Defence Kounicova 65, Brno, 662 10 CZECH REPUBLIC [email protected],
DiskPulse DISK CHANGE MONITOR
DiskPulse DISK CHANGE MONITOR User Manual Version 7.9 Oct 2015 www.diskpulse.com [email protected] 1 1 DiskPulse Overview...3 2 DiskPulse Product Versions...5 3 Using Desktop Product Version...6 3.1 Product
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.............................
Corporate Bill Analyzer
Corporate Bill Analyzer Product Description V 3.1 Contents Contents Introduction Platform Overview Core features Bill/Invoice presentment Corporate hierarchy support Billing Account hierarchy support Call
The Evolution of Cloud Computing in ATLAS
The Evolution of Cloud Computing in ATLAS Ryan Taylor on behalf of the ATLAS collaboration CHEP 2015 Evolution of Cloud Computing in ATLAS 1 Outline Cloud Usage and IaaS Resource Management Software Services
ANALYSIS FUNCTIONAL AND STRESS TESTING
ANALYSIS FUNCTIONAL AND STRESS TESTING Dan van der Ster, CERN IT-ES-DAS for the HC team: Johannes Elmsheuser, Federica Legger, Mario Úbeda García WLCG Workshop, 8 July 2010 Outline Overview what should
Web based monitoring in the CMS experiment at CERN
FERMILAB-CONF-11-765-CMS-PPD International Conference on Computing in High Energy and Nuclear Physics (CHEP 2010) IOP Publishing Web based monitoring in the CMS experiment at CERN William Badgett 1, Irakli
EDG Project: Database Management Services
EDG Project: Database Management Services Leanne Guy for the EDG Data Management Work Package EDG::WP2 [email protected] http://cern.ch/leanne 17 April 2002 DAI Workshop Presentation 1 Information in
<Insert Picture Here> Oracle Application Express 4.0
Oracle Application Express 4.0 The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any
ACEYUS REPORTING. Aceyus Intelligence Executive Summary
ACEYUS REPORTING Aceyus Intelligence Executive Summary Aceyus, Inc. June 2015 1 ACEYUS REPORTING ACEYUS INTELLIGENCE EXECUTIVE SUMMARY Aceyus Intelligence is a suite of products for optimizing contact
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
Evaluation of Nagios for Real-time Cloud Virtual Machine Monitoring
University of Victoria Faculty of Engineering Fall 2009 Work Term Report Evaluation of Nagios for Real-time Cloud Virtual Machine Monitoring Department of Physics University of Victoria Victoria, BC Michael
Performance Analytics with TDSz and TCR
Performance Analytics with TDSz and TCR Bradley Snyder IBM March 4, 2015 Session Number Insert Custom Session QR if Desired. Agenda How did this presentation come about? Business and Data Center Analytics
Evolution of the ATLAS PanDA Production and Distributed Analysis System
Evolution of the ATLAS PanDA Production and Distributed Analysis System T. Maeno 1, K. De 2, T. Wenaus 1, P. Nilsson 2, R. Walker 3, A. Stradling 2, V. Fine 1, M. Potekhin 1, S. Panitkin 1, G. Compostella
Building Views and Charts in Requests Introduction to Answers views and charts Creating and editing charts Performing common view tasks
Oracle Business Intelligence Enterprise Edition (OBIEE) Training: Working with Oracle Business Intelligence Answers Introduction to Oracle BI Answers Working with requests in Oracle BI Answers Using advanced
Reporting with CA Unified Infrastructure Management
WHITE PAPER OCTOBER 2014 Reporting with CA Unified Infrastructure Management Leveraging Views, Dashboards and Reports 2 WHITE PAPER: REPORTING WITH CA UNIFIED INFRASTRUCTURE MANAGEMENT ca.com Table of
An objective comparison test of workload management systems
An objective comparison test of workload management systems Igor Sfiligoi 1 and Burt Holzman 1 1 Fermi National Accelerator Laboratory, Batavia, IL 60510, USA E-mail: [email protected] Abstract. The Grid
Dream Report vs MS SQL Reporting. 10 Key Advantages for Dream Report
Dream Report vs MS SQL Reporting 10 Key Advantages for Dream Report Page 2 of 15 Table of Contents INTRODUCTION 3 PROFESSIONAL SOFTWARE FOR NON-PROGRAMMING USERS 4 CONSIDERABLE DIFFERENCE IN ENGINEERING
A Tool for Evaluation and Optimization of Web Application Performance
A Tool for Evaluation and Optimization of Web Application Performance Tomáš Černý 1 [email protected] Michael J. Donahoo 2 [email protected] Abstract: One of the main goals of web application
100% NO CODING NO DEVELOPING IMMEDIATE BUSINESS -25% -70% UNLIMITED SCALABILITY DEVELOPMENT TIME SOFTWARE STABILITY
100% UNLIMITED SCALABILITY TOTAL COST OF OWNERSHIP -25% +50% EFFICENCY INCREASE -70% +65% DEVELOPMENT TIME SOFTWARE STABILITY NO CODING NO DEVELOPING IMMEDIATE BUSINESS FlexyGo Rapid Application Builder
Monitoring individual traffic flows within the ATLAS TDAQ network
Home Search Collections Journals About Contact us My IOPscience Monitoring individual traffic flows within the ATLAS TDAQ network This content has been downloaded from IOPscience. Please scroll down to
Building a Volunteer Cloud
Building a Volunteer Cloud Ben Segal, Predrag Buncic, David Garcia Quintas / CERN Daniel Lombrana Gonzalez / University of Extremadura Artem Harutyunyan / Yerevan Physics Institute Jarno Rantala / Tampere
Vendor: Brio Software Product: Brio Performance Suite
1 Ability to access the database platforms desired (text, spreadsheet, Oracle, Sybase and other databases, OLAP engines.) yes yes Brio is recognized for it Universal database access. Any source that is
Database Monitoring Requirements. Salvatore Di Guida (CERN) On behalf of the CMS DB group
Database Monitoring Requirements Salvatore Di Guida (CERN) On behalf of the CMS DB group Outline CMS Database infrastructure and data flow. Data access patterns. Requirements coming from the hardware and
TDAQ Analytics Dashboard
14 October 2010 ATL-DAQ-SLIDE-2010-397 TDAQ Analytics Dashboard A real time analytics web application Outline Messages in the ATLAS TDAQ infrastructure Importance of analysis A dashboard approach Architecture
Pivot Charting in SharePoint with Nevron Chart for SharePoint
Pivot Charting in SharePoint Page 1 of 10 Pivot Charting in SharePoint with Nevron Chart for SharePoint The need for Pivot Charting in SharePoint... 1 Pivot Data Analysis... 2 Functional Division of Pivot
INTRODUCING ORACLE APPLICATION EXPRESS. Keywords: database, Oracle, web application, forms, reports
INTRODUCING ORACLE APPLICATION EXPRESS Cristina-Loredana Alexe 1 Abstract Everyone knows that having a database is not enough. You need a way of interacting with it, a way for doing the most common of
ATLAS Petascale Data Processing on the Grid: Facilitating Physics Discoveries at the LHC
ATLAS Petascale Data Processing on the Grid: Facilitating Physics Discoveries at the LHC Wensheng Deng 1, Alexei Klimentov 1, Pavel Nevski 1, Jonas Strandberg 2, Junji Tojo 3, Alexandre Vaniachine 4, Rodney
The Data Quality Monitoring Software for the CMS experiment at the LHC
The Data Quality Monitoring Software for the CMS experiment at the LHC On behalf of the CMS Collaboration Marco Rovere, CERN CHEP 2015 Evolution of Software and Computing for Experiments Okinawa, Japan,
Top 10 Oracle SQL Developer Tips and Tricks
Top 10 Oracle SQL Developer Tips and Tricks December 17, 2013 Marc Sewtz Senior Software Development Manager Oracle Application Express Oracle America Inc., New York, NY The following is intended to outline
XpoLog Center Suite Data Sheet
XpoLog Center Suite Data Sheet General XpoLog is a data analysis and management platform for Applications IT data. Business applications rely on a dynamic heterogeneous applications infrastructure, such
Make Storage Management Automation a Reality. Sushant Sawant, Principal Consultant, Hitachi Data Systems February 11, 2015
Make Storage Management Automation a Reality Sushant Sawant, Principal Consultant, Hitachi Data Systems February 11, 2015 Management Tasks Are Time Consuming Storage Outages Are Persistent Datacenter Automation
How is it helping? PragmatiQa XOData : Overview with an Example. P a g e 1 12. Doc Version : 1.3
XOData is a light-weight, practical, easily accessible and generic OData API visualizer / data explorer that is useful to developers as well as business users, business-process-experts, Architects etc.
Analyzing Network Servers. Disk Space Utilization Analysis. DiskBoss - Data Management Solution
DiskBoss - Data Management Solution DiskBoss provides a large number of advanced data management and analysis operations including disk space usage analysis, file search, file classification and policy-based
PROVIDING INSIGHT FOR OPERATIONAL SUCCESS
idashboards for Financial Services PROVIDING INSIGHT FOR OPERATIONAL SUCCESS We had a huge leap in account openings once staff could see how their sales compared to other staff and branches. They now have
Contents. Platform Compatibility. GMS SonicWALL Global Management System 5.0
GMS SonicWALL Global Management System 5.0 Contents Platform Compatibility...1 New Features and Enhancements...2 Known Issues...6 Resolved Issues...6 Installation Procedure...7 Related Technical Documentation...8
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
Quick start. A project with SpagoBI 3.x
Quick start. A project with SpagoBI 3.x Summary: 1 SPAGOBI...2 2 SOFTWARE DOWNLOAD...4 3 SOFTWARE INSTALLATION AND CONFIGURATION...5 3.1 Installing SpagoBI Server...5 3.2Installing SpagoBI Studio and Meta...6
MarkLogic Server. Reference Application Architecture Guide. MarkLogic 8 February, 2015. Copyright 2015 MarkLogic Corporation. All rights reserved.
Reference Application Architecture Guide 1 MarkLogic 8 February, 2015 Last Revised: 8.0-1, February, 2015 Copyright 2015 MarkLogic Corporation. All rights reserved. Table of Contents Table of Contents
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
How To Use Axway Sentinel
Axway Sentinel Data Flow Visibility and Monitoring In order to unlock the full value of your business interactions, you need to control and optimize truly govern the flow of data throughout your organization,
Category: Business Process and Integration Solution for Small Business and the Enterprise
Home About us Contact us Careers Online Resources Site Map Products Demo Center Support Customers Resources News Download Article in PDF Version Download Diagrams in PDF Version Microsoft Partner Conference
Ernesto Ongaro BI Consultant February 19, 2013. The 5 Levels of Embedded BI
Ernesto Ongaro BI Consultant February 19, 2013 The 5 Levels of Embedded BI Saleforce.com CRM 2013 Jaspersoft Corporation. 2 Blogger 2013 Jaspersoft Corporation. 3 Linked In 2013 Jaspersoft Corporation.
SAP HANA Core Data Services (CDS) Reference
PUBLIC SAP HANA Platform SPS 12 Document Version: 1.0 2016-05-11 Content 1 Getting Started with Core Data Services....4 1.1 Developing Native SAP HANA Applications....5 1.2 Roles and Permissions....7 1.3
VMware vcenter Log Insight User's Guide
VMware vcenter Log Insight User's Guide vcenter Log Insight 1.5 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition.
LoadRunner and Performance Center v11.52 Technical Awareness Webinar Training
LoadRunner and Performance Center v11.52 Technical Awareness Webinar Training Tony Wong 1 Copyright Copyright 2012 2012 Hewlett-Packard Development Development Company, Company, L.P. The L.P. information
SaaS-Based Employee Benefits Enrollment System
Situation A US based industry leader in Employee benefits catering to large and diverse client base, wanted to build a high performance enterprise application that supports sizeable concurrent user load
<Insert Picture Here> Michael Hichwa VP Database Development Tools [email protected] Stuttgart September 18, 2007 Hamburg September 20, 2007
Michael Hichwa VP Database Development Tools [email protected] Stuttgart September 18, 2007 Hamburg September 20, 2007 Oracle Application Express Introduction Architecture
Application Discovery Manager User s Guide vcenter Application Discovery Manager 6.2.1
Application Discovery Manager User s Guide vcenter Application Discovery Manager 6.2.1 This document supports the version of each product listed and supports all subsequent versions until the document
BIRT Document Transform
BIRT Document Transform BIRT Document Transform is the industry leader in enterprise-class, high-volume document transformation. It transforms and repurposes high-volume documents and print streams such
CRGroup Whitepaper: Digging through the Data. www.crgroup.com. Reporting Options in Microsoft Dynamics GP
CRGroup Whitepaper: Digging through the Data Reporting Options in Microsoft Dynamics GP The objective of this paper is to provide greater insight on each of the reporting options available to you within
SOA REFERENCE ARCHITECTURE: WEB TIER
SOA REFERENCE ARCHITECTURE: WEB TIER SOA Blueprint A structured blog by Yogish Pai Web Application Tier The primary requirement for this tier is that all the business systems and solutions be accessible
Oracle Data Miner (Extension of SQL Developer 4.0)
An Oracle White Paper October 2013 Oracle Data Miner (Extension of SQL Developer 4.0) Generate a PL/SQL script for workflow deployment Denny Wong Oracle Data Mining Technologies 10 Van de Graff Drive Burlington,
Jitterbit Technical Overview : Microsoft Dynamics CRM
Jitterbit allows you to easily integrate Microsoft Dynamics CRM with any cloud, mobile or on premise application. Jitterbit s intuitive Studio delivers the easiest way of designing and running modern integrations
Greenplum Database (software-only environments): Greenplum Database (4.0 and higher supported, 4.2.1 or higher recommended)
P/N: 300-014-087 Rev: A01 Updated: April 3, 2012 Welcome to Command Center Command Center is a management tool for the Big Data Platform. Command Center monitors system performance metrics, system health,
