MaDDash: Monitoring and Debugging Dashboard

Size: px
Start display at page:

Download "MaDDash: Monitoring and Debugging Dashboard"

Transcription

1 MaDDash: Monitoring and Debugging Dashboard john hess, CENIC PRP FIONA Workshop February 5-6, 2018 CENIC, La Mirada

2 MaDDash - Monitoring and Debugging Dashboard Orchestrates regular testing among several hosts (meshconfig) Visualizes test results original use-case: displaying measurements from perfsonar throughput (iperf) and latency / loss (owamp) python script for parsing GridFTP transfer logs to register disk-to-disk throughput can be extended to display other s of two-dimensional data includes community-contributed traceroute viewer (Dale Carder / U. Wisconsin) Gathers test results from Measurement Archive (MAs) MAs co-resident on ps toolkit hosts central, standalone MAs Presents high-level dashboard view of grids (meshes) of hosts (full-mesh, disjoint, ) Clicking on cells within grids leads to time-series graphs, host information, traceroute viewer Nagios checks may be configured to alarm based on thresholds for throughput, latency, packet loss,. 2

3 MaDDash - why regular testing is important Raises awareness of issues (read: symptoms) which may not have [yet, ever] been reported Provides a baseline performance reference and timeline from which to correlate changes Complements ad hoc testing 3

4 perfsonar MaDDash: Throughput and Packet Loss grids (disjoint) 4

5 MaDDash - dashboard grids, cells, check decoder Upper half of cell: reflects tests from Row node toward Column node Lower half of cell: reflects tests from Column node toward Row node image source: 5

6 perfsonar MaDDash: Throughput and Packet Loss time-series graphs 6

7 perfsonar MaDDash: Host Info and Traceroute Viewer 7

8 PRP K8s MaDDash and Traceroute visualization tools 8

9 MaDDash: develop a test plan Selection criteria for which hosts will participate campus border Science DMZ (topology close to DTN) regional How will the participating hosts be organized into grids host NIC uplink capacity separate grids for IPv4 vs IPv6 What is going to be measured throughput packet loss / latency traceroute Measurement frequency, duration, other parameters to consider throughput (10G: 4x / 30 seconds; 100G: 2x / 30 seconds) packet loss / latency traceroute ( 4x / day) other knobs - IPv4-only or IPv6-only; TCP Window Size; force bi-directional Measurement Archive (MA) distributed MAs: each ps toolkit host may (optionally) have an MA central MA: typically on same host / VM / container running MaDDash server 9

10 MaDDash: installation & configuration (during lab) Recipes for rpm bundle installation on CentOS: perfsonar-centralmanagement bundle will install a standalone MaDDash + esmond Measurement Archive (MA) Create and publish a mesh configuration file (json) consumed by MaDDash server for setting up dashboards of groups of nodes consumed by participating ps nodes for initiating regular tests Setup MA for receiving results from ps nodes and DTNs Configure aspects of the MaDDash webui Configure MaDDash server to display results from ps nodes and DTNs Set up ps nodes and DTNs to initiate tests and register results to the MA 10

11 MaDDash: packages maddash maddash-server The backend server that schedules checks and makes results available via a REST/JSON interface running on an embedded web server. This package has a dependency on java which will also be installed during the yum installation process. maddash-webui Container package that has dependencies on the maddash-server, maddash-webui, and perl-perfsonar_ps-nagios packages. The package itself does not install any additional software, it simply pulls in the aforementioned packages. The web pages that display the dashboard. It consists of a set of CGI scripts that run under Apache. The server contacts the REST server run by the maddash-server package and then presents the data on the web page. nagios-plugins-perfsonar Installs the perfsonar Nagios checks that can alarm based on throughput, loss and other data returned by perfsonar services. perfsonar-graphs Provides the performance graphs used by the maddash-webui package for perfsonar checks. source: 11

12 MaDDash: configuration files dashboard.conf has global defaults and four main sections organization, site, host test specifications (test_spec) groups (organizes hosts into groups: mesh, disjoint) tests (pulls together a test_spec and applies it to a group) mesh.json produced by tools processing dashboard.conf consumed by MaDDash GUI agent tools to create server YAML configuration consumed by participating ps nodes to initiate tests /etc/maddash/maddash-webui/config.json settings for dashboard title default dashboard color scheme for thresholds /etc/perfsonar/meshconfig-guiagent.conf settings for check interval, time range performance threshold values for acceptable, warning, critical /etc/maddash/maddash-server/maddash.yaml generated from mesh.json depending on use-case may require manual configuration (e.g. GridFTP) 12

13 CENIC-dashboard.conf -- global defaults Mesh Config file for CENIC top level / global defaults description CENIC <administrator> name John Hess jhess@cenic.org </administrator> <measurement_archive> perfsonarbuoy/bwctl read_url write_url </measurement_archive> <measurement_archive> traceroute read_url write_url </measurement_archive> <measurement_archive> perfsonarbuoy/owamp read_url write_url </measurement_archive> 13

14 CENIC-dashboard.conf -- organization, site, host SDSC <organization> description SDSC <site> description SDSC <host> description ps10g.sdsc.edu address ps10g.sdsc.edu address nate.sdsc.edu address address 2001:48d0:100:1::22 </host> </site> </organization> 14

15 CENIC-dashboard.conf -- host-specific MAs <host> description ps-40g-scidmz-0.tools.ucla.net address ps-40g-scidmz-0.tools.ucla.net address 2607:f010:3f9:8004::ea <measurement_archive> perfsonarbuoy/bwctl read_url write_url </measurement_archive> <measurement_archive> traceroute read_url write_url </measurement_archive> <measurement_archive> perfsonarbuoy/owamp read_url write_url </measurement_archive> </host> 15

16 CENIC-dashboard.conf -- no_agent hosts <host> description speedtest2.pnl.gov address speedtest2.pnl.gov no_agent 1 <measurement_archive> perfsonarbuoy/bwctl read_url write_url </measurement_archive> <measurement_archive> traceroute read_url write_url </measurement_archive> <measurement_archive> perfsonarbuoy/owamp read_url write_url </measurement_archive> </host> 16

17 CENIC-dashboard.conf -- test specifications (test_spec) <test_spec bwctl_8h_tcp_test_v6> Define a test spec for testing achievable bandwidth once every 4 hours perfsonarbuoy/bwctl Perform a bwctl test (i.e. achievable bandwidth) tool bwctl/iperf3 Use 'iperf' to do the bandwidh test protocol tcp Run a TCP bandwidth test interval (21600) Run the test every 6 hours ipv6_only 1 force ipv6 only duration 30 Perform a 20 second test force_bidirectional 1 do bidirectional test random_start_percentage 25 randomize start time omit_interval 5 ignore first few seconds of test window_size set 128MB TCP window </test_spec> <test_spec bwctl_8h_tcp_test> Define a test spec for testing achievable bandwidth once every 4 hours perfsonarbuoy/bwctl Perform a bwctl test (i.e. achievable bandwidth) tool bwctl/iperf3 Use 'iperf' to do the bandwidh test protocol tcp Run a TCP bandwidth test interval (21600) Run the test every 6 hours ipv4_only 1 force ipv4 only duration 30 Perform a 20 second test force_bidirectional 1 do bidirectional test random_start_percentage 25 randomize start time omit_interval 5 ignore first few seconds of test window_size set 128MB TCP window </test_spec> 17

18 CENIC-dashboard.conf -- groups: mesh and disjoint <group cenic_bwctl_100g_v4> mesh </group> perfsonar.nersc.gov fiona-ps.ucsc.edu ps-100g-hpr01.stanford.edu ps-100g-scidmz-0.tools.ucla.net ps-100g.sdsu.edu <group cenic_bwctl_40g_v6> mesh </group> bost-pt2-v6.es.net fiona-ps.net.berkeley.edu ps-40g-hpr01-v6.stanford.edu ps-antl-meter-40g-v6.nren.nasa.gov fiona.ucsc.edu ps-40g-scidmz-0.tools.ucla.net perf-main-40.ucr.edu ps-40g-prism.calit2.optiputer.net ps-40g-v6.sdsu.edu <group cenic_disjoint_throughput_10g_v4> disjoint a_ a_ </group> ps-svl-10g.cenic.net ps-lax-10g.cenic.net perf-scidmz-data.cac.washington.edu cc-bonsai-perfsonar.bonsai.uoregon.edu melange.noc.ucdavis.edu ps-border1-pt.lbl.gov ucsf-perfsonar1.ucsf.edu ps-arc-meter.nren.nasa.gov ps-10g-hpr01.stanford.edu dps10.ucsc.edu ucm-perfsonar00.ucmerced.edu ps-prp-10g.noc.ucsb.edu perfsonar.csusb.edu perfsonar.ultralight.org perfsonar.caltech.edu hpc-perfsonar.usc.edu ps-bw.ln.net ps10g-asm2.tools.ucla.net perf-main.ucr.edu fiona-ps.lp.ucinet.uci.edu speedtest.ucsd.edu ps10g.sdsc.edu ps-10g-prism.calit2.optiputer.net perfsonar.sdsu.edu 18

19 CENIC-dashboard.conf -- tests Tests <test> description IPv4 Throughput 1G-connected, Disjoint group cenic_disjoint_1g_v4 test_spec bwctl_1h_tcp_1g_v4 </test> <test> description group test_spec </test> <test> description group test_spec </test> <test> description group test_spec </test> IPv4 Packet Loss 1G-connected, Disjoint cenic_disjoint_1g_v4 owamp_test IPv4 Traceroute 1G-connected, Disjoint cenic_disjoint_1g_v4 traceroute_test IPv6 Throughput 1G-connected, Disjoint cenic_disjoint_1g_v6 bwctl_1h_tcp_1g_v6 19

20 ps-dashboard.cenic.net:/etc/maddash/maddash-webui/config.json } } "title":"cenic perfsonar Dashboard", "defaultdashboard": "CENIC 10G-connected", "enableadminui": true, "colors": { 0: "green", 1: "yellow", 2: "red", 3: "gray", 4: "black", 5: "orange" } } 20

21 ps-dashboard.cenic.net:/etc/perfsonar/meshconfig-guiagent.conf Use 'mesh' blocks to to specify each mesh that the agent should configure a display for <mesh> Use 'configuration_url' to specify the URL where the agent should obtain the mesh configuration from configuration_url To ensure that the configuration is trusted, you can set the 'validate_certificate' option to 1. This will validate that the certificate is valid, and matches the hostname. If the 'validate_certificate' option is set to 1, the 'ca_certificate_file' option must be set. validate_certificate 0 The 'ca_certificate_file' specifies which CAs to use to validate the certificates. ca_certificate_file /etc/pki/tls/bundle.crt the default RedHat CAs </mesh> You can define more meshes to configure against by adding more 'mesh' blocks. <mesh> configuration_url validate_certificate 0 ca_certificate_file /etc/pki/tls/bundle.crt </mesh> 21

22 ps-dashboard.cenic.net:/etc/perfsonar/meshconfig-guiagent.conf (continued) The default maddash test configurations. If the values aren't specified in the mesh, these will be used. <maddash_options> <perfsonarbuoy/owamp> check_command /usr/lib/nagios/plugins/check_owdelay.pl check_interval 1800 check_time_range 900 acceptable_loss_rate 0 critical_loss_rate 0.01 retry_attempts 1 </owamp> <perfsonarbuoy/bwctl> check_command /usr/lib/nagios/plugins/check_throughput.pl check_interval check_time_range acceptable_throughput 900 critical_throughput 500 </bwctl> </maddash_options> 22

23 ps-dashboard.cenic.net:/etc/perfsonar/meshconfig-guiagent.conf (continued) The default maddash test configurations. If the values aren't specified in the mesh, these will be used. <maddash_options> <perfsonarbuoy/owamp> check_command /usr/lib/nagios/plugins/check_owdelay.pl check_interval 1800 check_time_range 900 acceptable_loss_rate 0 critical_loss_rate 0.01 retry_attempts 1 </owamp> <perfsonarbuoy/bwctl> check_command /usr/lib64/nagios/plugins/check_throughput.pl check_interval check_time_range acceptable_throughput 7500 critical_throughput 5000 </bwctl> <perfsonarbuoy/bwctl> grid_name CENIC - IPv4 Throughput 100G-connected grid_name CENIC - IPv6 Throughput 100G-connected check_command /usr/lib64/nagios/plugins/check_throughput.pl check_interval check_time_range acceptable_throughput critical_throughput </bwctl> </maddash_options> 23

24 MaDDash: Measurement Archives esmond MA included in perfsonar-core and perfsonar-toolkit installation bundles packaged with MaDDash as a independent bundle, perfsonar-centralmanagement, which also includes the tools to produce the mesh configuration (json) 24

25 MaDDash: registering perfsonar results (during lab) Recipe: Measurement Archive (MA) generate credentials (username, and IP addresses or API key) for participating ps nodes MaDDash Server create dashboard / grids of participating ps nodes set check frequency, threshold values ps node configuration update /etc/perfsonar/meshconfig-agent.conf to include new mesh Verification ps node: tests added to /etc/perfsonar/meshconfig-agent.tasks ps node: tests are are scheduled pscheduler monitor ps node & MA: results registered MaDDash: checks are finding results and reflecting correctly on dashboard 25

26 MaDDash: registering GridFTP results (during lab) Recipe: DTNs - software requirements GridFTP server v6.0 or newer - python 2.7 esmond-client Python package (includes esmond-ps-load-gridftp script) Measurement Archive (MA) generate credentials (username and API key) to use when script on DTNs post results MaDDash Server create dashboard / grids of participating DTNs set check frequency, threshold values if the same GridFTP endpoints are also registering ps (event- throughput ) results to the same MA as GridFTP transfer results, update GridFTP-related checks in maddash.yaml to add the tool gridftp option to the corresponding Nagios command entries DTN configuration create cron jobs: to schedule transfers; and, parse GridFTP transfer log and upload results 26

27 GridFTP transfer data & metadata registered to esmond MA Esmond breaks information into metadata and data as described in perfsonar Client REST Interface. The metadata describes the parameters of the GridFTP transfer. This includes the following (metadata field names in parentheses): The source IP address (source) The destination IP address (destination) The fact that the tool used was gridftp (tool-name) The number of parallel streams (bw-parallel-streams) The TCP window size if set (tcp-window-size) If file striping is used, the number of stripes (bw-stripes) The GridFTP program used such as globus-gridftp-server(gridftp-program) The block size used by GridFTP in the transfer(gridftp-block-size) If you give the log scraper the -F option, the name of the file transferred (gridftp-file) If you give the log scraper the -N option, the name of the user that made the transfer (gridftp-user) If you give the log scraper the -V option, the name of the volume used in the transfer (gridftp-volume) source: 27

Introduction to. Network Startup Resource Center. Partially adopted from materials by

Introduction to. Network Startup Resource Center. Partially adopted from materials by Introduction to Network Startup Resource Center Partially adopted from materials by These materials are licensed under the Creative Commons Attribution-NonCommercial 4.0 International license (http://creativecommons.org/licenses/by-nc/4.0/)

More information

perfsonar: A Look Ahead Andrew Lake, ESnet Mark Feit, Internet2 October 16, 2017

perfsonar: A Look Ahead Andrew Lake, ESnet Mark Feit, Internet2   October 16, 2017 perfsonar: A Look Ahead Andrew Lake, ESnet Mark Feit, Internet2 http://www.perfsonar.net October 16, 2017 Overview Introduction perfsonar 4.0 Recap perfsonar 4.0.2 (November 2017) perfsonar 4.1 (Early

More information

Installation & Basic Configuration

Installation & Basic Configuration Installation & Basic Configuration This document is a result of work by the perfsonar Project (http://www.perfsonar.net) and is licensed under CC BY-SA 4.0 (https://creativecommons.org/licenses/by-sa/4.0/).

More information

IRNC:RXP SDN / SDX Update

IRNC:RXP SDN / SDX Update 30 September 2016 IRNC:RXP SDN / SDX Update John Hess Darrell Newcomb GLIF16, Miami Pacific Wave: Overview Joint project of CENIC (California regional research and

More information

WLCG Network Throughput WG

WLCG Network Throughput WG WLCG Network Throughput WG Shawn McKee, Marian Babik for the Working Group HEPiX Tsukuba 16-20 October 2017 Working Group WLCG Network Throughput WG formed in the fall of 2014 within the scope of WLCG

More information

Introduction to perfsonar. RIPE SEE5, Tirana, Albania Szymon Trocha Poznań Supercomputing and Networking Center, Poland April 2016

Introduction to perfsonar. RIPE SEE5, Tirana, Albania Szymon Trocha Poznań Supercomputing and Networking Center, Poland April 2016 Introduction to perfsonar RIPE SEE5, Tirana, Albania Szymon Trocha Poznań Supercomputing and ing Center, Poland 19 20 April 2016 Agenda performance problems What is perfsonar perfsonar use cases Deployment

More information

perfsonar psui in a multi-domain federated environment

perfsonar psui in a multi-domain federated environment perfsonar psui in a multi-domain federated environment WACREN Conference 17-18 March 2016 Antoine Delvaux PSNC/GÉANT adelvaux@man.poznan.pl GÉANT perfsonar Service Manager perfsonar Developer What is perfsonar?

More information

The Pacific Research Platform (PRP)

The Pacific Research Platform (PRP) The Pacific Research Platform (PRP) John Silvester CENIC International Relations University of Southern California Professor of Electrical Engineering Many slides courtesy of Professor Larry Smarr., CALIT2,

More information

perfsonar Deployment on ESnet

perfsonar Deployment on ESnet perfsonar Deployment on ESnet Brian Tierney ESnet ISMA 2011 AIMS-3 Workshop on Active Internet Measurements Feb 9, 2011 Why does the Network seem so slow? Where are common problems? Source Campus Congested

More information

Pacific Wave: Building an SDN Exchange

Pacific Wave: Building an SDN Exchange Pacific Wave: Building an SDN Exchange Will Black, CENIC - Pacific Wave Internet2 TechExchange San Francisco, CA Pacific Wave: Overview Joint project between CENIC and PNWGP Open Exchange supporting both

More information

RSA NetWitness Platform

RSA NetWitness Platform RSA NetWitness Platform RSA SecurID Access Last Modified: Tuesday, January 29, 2019 Event Source Product Information: Vendor: RSA, The Security Division of Dell EMC Event Sources: Authentication Manager,

More information

CMS Data Transfer Challenges and Experiences with 40G End Hosts

CMS Data Transfer Challenges and Experiences with 40G End Hosts CMS Data Transfer Challenges and Experiences with 40G End Hosts NEXT Technology Exchange Advanced Networking / Joint Techs Indianapolis, October 2014 Azher Mughal, Dorian Kcira California Institute of

More information

perfsonar Going Forward Eric Boyd, Internet2 Internet2 Technology Exchange September 27 th 2016

perfsonar Going Forward Eric Boyd, Internet2   Internet2 Technology Exchange September 27 th 2016 perfsonar Going Forward Eric Boyd, Internet2 http://www.perfsonar.net Internet2 Technology Exchange September 27 th 2016 Problem Statement The global Research & Education network ecosystem is comprised

More information

With standard audit logging, configuration changes to the system get logged in separate log files for auditing.

With standard audit logging, configuration changes to the system get logged in separate log files for auditing. , on page 1 With audit logging, configuration changes to the system get logged in separate log files for auditing. Audit Logging (Standard) When audit logging is enabled, but the detailed audit logging

More information

perfsonar: The Road to 100k Nodes

perfsonar: The Road to 100k Nodes perfsonar: The Road to 100k Nodes Eric Boyd, Internet2, eboyd@internet2.edu Luke Fowler, Indiana University, luke@iu.edu Brian Tierney, ESnet, blierney@es.net What is perfsonar? perfsonar is a tool to:

More information

The perfsonar Project at 10 Years: Status and Trajectory

The perfsonar Project at 10 Years: Status and Trajectory With contributions from S. Balasubramanian, G. Bell, E. Dart, M. Hester, B. Johnston, A. Lake, E. Pouyoul, L. Rotman, B. Tierney and others @ ESnet The perfsonar Project at 10 Years: Status and Trajectory

More information

The pscheduler Command-Line Interface

The pscheduler Command-Line Interface The pscheduler Command-Line Interface Presented by the perfsonar Project http://www.perfsonar.net This document is a result of work by the perfsonar Project (http://www.perfsonar.net) and is licensed under

More information

SLATE. Services Layer at the Edge. First Meeting of the National Research Platform Montana State University August 7-8, 2017

SLATE. Services Layer at the Edge. First Meeting of the National Research Platform Montana State University August 7-8, 2017 SLATE Services Layer at the Edge Rob Gardner University of Chicago Shawn McKee University of Michigan Joe Breen University of Utah First Meeting of the National Research Platform Montana State University

More information

vrealize Suite Lifecycle Manager 1.0 Installation and Management vrealize Suite 2017

vrealize Suite Lifecycle Manager 1.0 Installation and Management vrealize Suite 2017 vrealize Suite Lifecycle Manager 1.0 Installation and Management vrealize Suite 2017 vrealize Suite Lifecycle Manager 1.0 Installation and Management You can find the most up-to-date technical documentation

More information

Some Details. Network Startup Resource Center

Some Details. Network Startup Resource Center Some Details Network Startup Resource Center These materials are licensed under the Creative Commons Attribution-NonCommercial 4.0 International license (http://creativecommons.org/licenses/by-nc/4.0/)

More information

perfsonar Update Jason Zurawski Internet2 March 5, 2009 The 27th APAN Meeting, Kaohsiung, Taiwan

perfsonar Update Jason Zurawski Internet2 March 5, 2009 The 27th APAN Meeting, Kaohsiung, Taiwan perfsonar Update Jason Zurawski Internet2 March 5, 2009 The 27th APAN Meeting, Kaohsiung, Taiwan perfsonar Update Introduction & Overview Development Status Authentication & Authorization GUI Status Deployment

More information

Scheduling Computational and Storage Resources on the NRP

Scheduling Computational and Storage Resources on the NRP Scheduling Computational and Storage Resources on the NRP Rob Gardner Dima Mishin University of Chicago UCSD Second NRP Workshop Montana State University August 6-7, 2018 slides: http://bit.ly/nrp-scheduling

More information

USM Anywhere AlienApps Guide

USM Anywhere AlienApps Guide USM Anywhere AlienApps Guide Updated April 23, 2018 Copyright 2018 AlienVault. All rights reserved. AlienVault, AlienApp, AlienApps, AlienVault OSSIM, Open Threat Exchange, OTX, Unified Security Management,

More information

Globus Research Data Management: Campus Deployment and Configuration. Steve Tuecke Vas Vasiliadis

Globus Research Data Management: Campus Deployment and Configuration. Steve Tuecke Vas Vasiliadis Globus Research Data Management: Campus Deployment and Configuration Steve Tuecke Vas Vasiliadis Presentations and other useful information available at globus.org/events/xsede15/tutorial 2 Agenda Globus

More information

This document covers how to manage fused servers in Nagios Fusion.

This document covers how to manage fused servers in Nagios Fusion. Purpose This document covers how to manage fused servers in. Target Audience This document is intended for use by Nagios Administrators who wish to manage multiple instances of Nagios XI, Nagios Core or

More information

COMPUTE CANADA GLOBUS PORTAL

COMPUTE CANADA GLOBUS PORTAL COMPUTE CANADA GLOBUS PORTAL Fast, user-friendly data transfer and sharing Jason Hlady University of Saskatchewan WestGrid / Compute Canada February 4, 2015 Why Globus? I need to easily, quickly, and reliably

More information

Carbon Black QRadar App User Guide

Carbon Black QRadar App User Guide Carbon Black QRadar App User Guide Table of Contents Carbon Black QRadar App User Guide... 1 Cb Event Forwarder... 2 Overview...2 Requirements...2 Install Cb Event Forwarder RPM...2 Configure Cb Event

More information

Connect. Communicate. Collaborate. Click to edit Master title style. Using the perfsonar Visualisation Tools

Connect. Communicate. Collaborate. Click to edit Master title style. Using the perfsonar Visualisation Tools Connect. Communicate. Collaborate Click to edit Master title style Using the perfsonar Visualisation Tools ITINERARY Wednesday 30 th May Using the perfsonar Visualisation Tools. Thursday 31 st May and

More information

Advanced Photon Source Data Management. S. Veseli, N. Schwarz, C. Schmitz (SDM/XSD) R. Sersted, D. Wallis (IT/AES)

Advanced Photon Source Data Management. S. Veseli, N. Schwarz, C. Schmitz (SDM/XSD) R. Sersted, D. Wallis (IT/AES) Advanced Photon Source Data Management S. Veseli, N. Schwarz, C. Schmitz (SDM/XSD) R. Sersted, D. Wallis (IT/AES) APS Data Management - Globus World 2018 Growing Beamline Data Needs X-ray detector capabilities

More information

Cisco Next Generation Firewall Services

Cisco Next Generation Firewall Services Toronto,. CA May 30 th, 2013 Cisco Next Generation Firewall Services Eric Kostlan Cisco Technical Marketing 2011 2012 Cisco and/or its affiliates. All rights reserved. Cisco Connect 1 Objectives At the

More information

DICE Network Diagnostic Services

DICE Network Diagnostic Services 1 General Service Description for DICE Network Diagnostic Services The DICE collaboration network diagnostic service will simplify the process of debugging, isolating, and correcting multi-domain network

More information

estadium Project Lab 2: Iperf Command

estadium Project Lab 2: Iperf Command estadium Project Lab 2: Iperf Command Objectives Being familiar with the command iperf. In this Lab, we will set up two computers (PC1 and PC2) as an ad-hoc network and use the command iperf to measure

More information

perfsonar: Be-er knowledge, be-er networks, be-er investments

perfsonar: Be-er knowledge, be-er networks, be-er investments perfsonar: Be-er knowledge, be-er networks, be-er investments Eric Boyd Internet2 2014 Technology Exchange 10-29- 2014 Problem Statement The global Research & EducaMon network ecosystem is comprised of

More information

vrealize Suite Lifecycle Manager 1.1 Installation, Upgrade, and Management vrealize Suite 2017

vrealize Suite Lifecycle Manager 1.1 Installation, Upgrade, and Management vrealize Suite 2017 vrealize Suite Lifecycle Manager 1.1 Installation, Upgrade, and Management vrealize Suite 2017 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

VMware vrealize Operations for Horizon Administration

VMware vrealize Operations for Horizon Administration VMware vrealize Operations for Horizon Administration vrealize Operations for Horizon 6.3 This document supports the version of each product listed and supports all subsequent versions until the document

More information

The UniNet Express Lane Services

The UniNet Express Lane Services The UniNet Express Lane Services Assoc. Prof. Vara Varavithya and Peeranon Wattanapong KMUTNB 1 Contents Introduction Problems Motivation Body of Knowledge Contributions Software-Defined Networks Research

More information

Index Introduction Setting up an account Searching and accessing Download Advanced features

Index Introduction Setting up an account Searching and accessing Download Advanced features ESGF Earth System Grid Federation Tutorial Index Introduction Setting up an account Searching and accessing Download Advanced features Index Introduction IT Challenges of Climate Change Research ESGF Introduction

More information

Correlating Internet Performance Changes and Route Changes to Assist in Trouble-shooting from an End-user Perspective

Correlating Internet Performance Changes and Route Changes to Assist in Trouble-shooting from an End-user Perspective SLAC-PUB-10341 March 2004 Correlating Internet Performance Changes and Route Changes to Assist in Trouble-shooting from an End-user Perspective Connie Logg, Jiri Navratil, and Les Cottrell Stanford Linear

More information

Graphite and Grafana

Graphite and Grafana Introduction, page 1 Configure Grafana Users using CLI, page 3 Connect to Grafana, page 4 Grafana Administrative User, page 5 Configure Grafana for First Use, page 11 Manual Dashboard Configuration using

More information

XSEDE Software and Services Table For Service Providers and Campus Bridging

XSEDE Software and Services Table For Service Providers and Campus Bridging XSEDE Software and Services Table For Service Providers and Campus Bridging 19 February 2013 Version 1.1 Page i Table of Contents A. Document History iv B. Document Scope v C. 1 Page ii List of Figures

More information

Forescout. eyeextend for IBM BigFix. Configuration Guide. Version 1.2

Forescout. eyeextend for IBM BigFix. Configuration Guide. Version 1.2 Forescout Version 1.2 Contact Information Forescout Technologies, Inc. 190 West Tasman Drive San Jose, CA 95134 USA https://www.forescout.com/support/ Toll-Free (US): 1.866.377.8771 Tel (Intl): 1.408.213.3191

More information

Securing Grid Data Transfer Services with Active Network Portals

Securing Grid Data Transfer Services with Active Network Portals Securing with Active Network Portals Onur Demir 1 2 Kanad Ghose 3 Madhusudhan Govindaraju 4 Department of Computer Science Binghamton University (SUNY) {onur 1, mike 2, ghose 3, mgovinda 4 }@cs.binghamton.edu

More information

Network Debugging Strategies

Network Debugging Strategies Network Debugging Strategies This document is a result of work by the perfsonar Project (http://www.perfsonar.net) and is licensed under CC BY-SA 4.0 (https://creativecommons.org/licenses/by-sa/4.0/).

More information

Internet2 Meeting September 2005

Internet2 Meeting September 2005 End User Agents: extending the "intelligence" to the edge in Distributed Systems Internet2 Meeting California Institute of Technology 1 OUTLINE (Monitoring Agents using a Large, Integrated s Architecture)

More information

VMware AirWatch Content Gateway for Linux. VMware Workspace ONE UEM 1811 Unified Access Gateway

VMware AirWatch Content Gateway for Linux. VMware Workspace ONE UEM 1811 Unified Access Gateway VMware AirWatch Content Gateway for Linux VMware Workspace ONE UEM 1811 Unified Access Gateway You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

Application Notes for Versay CUE Analytics with Avaya Aura Experience Portal Release Issue 1.0

Application Notes for Versay CUE Analytics with Avaya Aura Experience Portal Release Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Versay CUE Analytics with Avaya Aura Experience Portal Release 7.1 - Issue 1.0 Abstract These Application Notes describe the configuration

More information

RELEASE NOTES FOR THE Kinetic - Edge & Fog Processing Module (EFM) RELEASE 1.2.0

RELEASE NOTES FOR THE Kinetic - Edge & Fog Processing Module (EFM) RELEASE 1.2.0 RELEASE NOTES FOR THE Kinetic - Edge & Fog Processing Module (EFM) RELEASE 1.2.0 Revised: November 30, 2017 These release notes provide a high-level product overview for the Cisco Kinetic - Edge & Fog

More information

VMware vrealize Operations for Horizon Administration

VMware vrealize Operations for Horizon Administration VMware vrealize Operations for Horizon Administration vrealize Operations for Horizon 6.4 vrealize Operations Manager 6.4 This document supports the version of each product listed and supports all subsequent

More information

vcenter Operations Manager for Horizon View Administration

vcenter Operations Manager for Horizon View Administration vcenter Operations Manager for Horizon View Administration vcenter Operations Manager for Horizon View 1.5 vcenter Operations Manager for Horizon View 1.5.1 This document supports the version of each product

More information

Using the VQE-S Application Monitoring Tool

Using the VQE-S Application Monitoring Tool CHAPTER 4 This chapter describes how to use Cisco VQE-S Application Monitoring Tool (VQE-S AMT or AMT). The tasks that you can perform with VQE-S AMT are listed in Table 4-1. Table 4-1 VQE-S AMT Tasks

More information

vcenter Operations Management Pack for vcns

vcenter Operations Management Pack for vcns vcenter Operations Management Pack for vcns vcenter Operations Manager 5.7.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

File Transfer: Basics and Best Practices. Joon Kim. Ph.D. PICSciE. Research Computing 09/07/2018

File Transfer: Basics and Best Practices. Joon Kim. Ph.D. PICSciE. Research Computing 09/07/2018 File Transfer: Basics and Best Practices Joon Kim. Ph.D. PICSciE Research Computing Workshop @Chemistry 09/07/2018 Our goal today Learn about data transfer basics Pick the right tool for your job Know

More information

Secure Science DMZ using Event-Driven SDN. Technical Solutions Cisco

Secure Science DMZ using Event-Driven SDN. Technical Solutions Cisco Secure Science DMZ using Event-Driven SDN Tae Hwang Technical Solutions Architect @ Cisco Typical Science DMZ Architecture 1.0 What is the biggest challenge with this architecture? Internet Firewall I2

More information

VMware vcenter AppSpeed User s Guide AppSpeed 1.0 EN

VMware vcenter AppSpeed User s Guide AppSpeed 1.0 EN VMware vcenter AppSpeed User s Guide AppSpeed 1.0 EN-000213-01 VMware vcenter AppSpeed User s Guide You can find the most up-to-date technical documentation on the VMware Web site at: http://www.vmware.com/support/

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

ForeScout Extended Module for ServiceNow

ForeScout Extended Module for ServiceNow ForeScout Extended Module for ServiceNow Version 1.2 Table of Contents About ServiceNow Integration... 4 Use Cases... 4 Asset Identification... 4 Asset Inventory True-up... 5 Additional ServiceNow Documentation...

More information

Monitoring in GENI with Periscope (and other related updates)

Monitoring in GENI with Periscope (and other related updates) Monitoring in GENI with Periscope (and other related updates) Martin Swany Associate Professor of Computer Science, School of Informatics and Computing Associate Director, Center for Research in Extreme

More information

Use of Measurement Tools

Use of Measurement Tools Use of Measurement Tools This document is a result of work by the perfsonar Project (http://www.perfsonar.net) and is licensed under CC BY-SA 4.0 (https://creativecommons.org/licenses/by-sa/4.0/). Event

More information

Assuming you have Icinga 2 installed properly, and the API is not enabled, the commands will guide you through the basics:

Assuming you have Icinga 2 installed properly, and the API is not enabled, the commands will guide you through the basics: Icinga 2 Contents This page references the GroundWork Cloud Hub and the Icinga 2 virtualization environment. 1.0 Prerequisites 1.1 Enable the API The Icinga 2 system you run needs to have the API feature

More information

Philippe Laurens, Michigan State University, for USATLAS. Atlas Great Lakes Tier 2 collocated at MSU and the University of Michigan

Philippe Laurens, Michigan State University, for USATLAS. Atlas Great Lakes Tier 2 collocated at MSU and the University of Michigan Philippe Laurens, Michigan State University, for USATLAS Atlas Great Lakes Tier 2 collocated at MSU and the University of Michigan ESCC/Internet2 Joint Techs -- 12 July 2011 Content Introduction LHC, ATLAS,

More information

Using vrealize Log Insight Importer. April 12, 2018 vrealize Log Insight 4.6

Using vrealize Log Insight Importer. April 12, 2018 vrealize Log Insight 4.6 Using vrealize Log Insight Importer April 12, 2018 vrealize Log Insight 4.6 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments

More information

Developing and Deploying vsphere Solutions, vservices, and ESX Agents. 17 APR 2018 vsphere Web Services SDK 6.7 vcenter Server 6.7 VMware ESXi 6.

Developing and Deploying vsphere Solutions, vservices, and ESX Agents. 17 APR 2018 vsphere Web Services SDK 6.7 vcenter Server 6.7 VMware ESXi 6. Developing and Deploying vsphere Solutions, vservices, and ESX Agents 17 APR 2018 vsphere Web Services SDK 6.7 vcenter Server 6.7 VMware ESXi 6.7 You can find the most up-to-date technical documentation

More information

Entrust. Discovery 2.4. Administration Guide. Document issue: 3.0. Date of issue: June 2014

Entrust. Discovery 2.4. Administration Guide. Document issue: 3.0. Date of issue: June 2014 Entrust Discovery 2.4 Administration Guide Document issue: 3.0 Date of issue: June 2014 Copyright 2010-2014 Entrust. All rights reserved. Entrust is a trademark or a registered trademark of Entrust, Inc.

More information

Hortonworks SmartSense

Hortonworks SmartSense Hortonworks SmartSense Installation (January 8, 2018) docs.hortonworks.com Hortonworks SmartSense: Installation Copyright 2012-2018 Hortonworks, Inc. Some rights reserved. The Hortonworks Data Platform,

More information

EnhancedEndpointTracker Documentation

EnhancedEndpointTracker Documentation EnhancedEndpointTracker Documentation Release 1.0 agccie Jul 23, 2018 Contents: 1 Introduction 1 2 Install 3 2.1 ACI Application............................................. 3 2.2 Standalone Application.........................................

More information

Venafi Server Agent Agent Overview

Venafi Server Agent Agent Overview Venafi Server Agent Agent Overview Venafi Server Agent Agent Intro Agent Architecture Agent Grouping Agent Prerequisites Agent Registration Process What is Venafi Agent? The Venafi Agent is a client/server

More information

Installing SmartSense on HDP

Installing SmartSense on HDP 1 Installing SmartSense on HDP Date of Publish: 2018-07-12 http://docs.hortonworks.com Contents SmartSense installation... 3 SmartSense system requirements... 3 Operating system, JDK, and browser requirements...3

More information

With standard audit logging, configuration changes to the system get logged in separate log files for auditing.

With standard audit logging, configuration changes to the system get logged in separate log files for auditing. , page 1 With audit logging, configuration changes to the system get logged in separate log files for auditing. Audit Logging (Standard) When audit logging is enabled, but the detailed audit logging option

More information

Zhengyang Liu University of Virginia. Oct 29, 2012

Zhengyang Liu University of Virginia. Oct 29, 2012 SDCI Net: Collaborative Research: An integrated study of datacenter networking and 100 GigE wide-area networking in support of distributed scientific computing Zhengyang Liu University of Virginia Oct

More information

please study up before presenting

please study up before presenting HIDDEN SLIDE Summary These slides are meant to be used as is to give an upper level view of perfsonar for an audience that is not familiar with the concept. You *ARE* allowed to delete things you don t

More information

Using vrealize Operations Tenant App as a Service Provider

Using vrealize Operations Tenant App as a Service Provider Using vrealize Operations Tenant App as a Service Provider Using vrealize Operations Tenant App as a Service Provider You can find the most up-to-date technical documentation on the VMware Web site at:

More information

Cisco FindIT Plugin for Kaseya Quick Start Guide

Cisco FindIT Plugin for Kaseya Quick Start Guide First Published: 2017-10-23 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387) Fax: 408 527-0883 THE

More information

Solution - vrealize Operations Management Pack for vrealize Hyperic

Solution - vrealize Operations Management Pack for vrealize Hyperic Solution - vrealize Operations Management Pack for vrealize Hyperic vrealize Operations Manager 6.0 This document supports the version of each product listed and supports all subsequent versions until

More information

Globus Online and HPSS. KEK, Tsukuba Japan October 16 20, 2017 Guangwei Che

Globus Online and HPSS. KEK, Tsukuba Japan October 16 20, 2017 Guangwei Che Globus Online and HPSS KEK, Tsukuba Japan October 16 20, 2017 Guangwei Che Agenda (1) What is Globus and Globus Online? How Globus Online works? Globus DSI module for HPSS Globus Online setup DSI module

More information

ANSE: Advanced Network Services for [LHC] Experiments

ANSE: Advanced Network Services for [LHC] Experiments ANSE: Advanced Network Services for [LHC] Experiments Artur Barczyk California Institute of Technology Joint Techs 2013 Honolulu, January 16, 2013 Introduction ANSE is a project funded by NSF s CC-NIE

More information

Securing Grid Data Transfer Services with Active Network Portals

Securing Grid Data Transfer Services with Active Network Portals Securing Grid Data Transfer Services with Active Network Portals Onur Demir 1 2 Kanad Ghose 3 Madhusudhan Govindaraju 4 Department of Computer Science Binghamton University (SUNY) {onur 1, mike 2, ghose

More information

Network Design Considerations for Grid Computing

Network Design Considerations for Grid Computing Network Design Considerations for Grid Computing Engineering Systems How Bandwidth, Latency, and Packet Size Impact Grid Job Performance by Erik Burrows, Engineering Systems Analyst, Principal, Broadcom

More information

Using the VQE-S Application Monitoring Tool

Using the VQE-S Application Monitoring Tool CHAPTER 4 This chapter describes how to use Cisco VQE-S Application Monitoring Tool (VQE-S AMT). The tasks that you can perform with VQE-S AMT are listed in Table 4-1. Table 4-1 VQE-S AMT Tasks VQE-S AMT

More information

Chapter 4:- Introduction to Grid and its Evolution. Prepared By:- NITIN PANDYA Assistant Professor SVBIT.

Chapter 4:- Introduction to Grid and its Evolution. Prepared By:- NITIN PANDYA Assistant Professor SVBIT. Chapter 4:- Introduction to Grid and its Evolution Prepared By:- Assistant Professor SVBIT. Overview Background: What is the Grid? Related technologies Grid applications Communities Grid Tools Case Studies

More information

Getting Started with Prime Network

Getting Started with Prime Network CHAPTER 1 These topics provide some basic steps for getting started with Prime Network, such as how to set up the system and the basic parts of the Prime Network Administration GUI client. Basic Steps

More information

The GAT Adapter to use GT4 RFT

The GAT Adapter to use GT4 RFT The GAT Adapter to use GT4 RFT Mehmet Balman, Santiago Pena, Theresa Xu CCT, Johnston Hall Louisiana State University, Baton Rouge, LA 70803 December 14, 2005 Introduction We designed a GAT [1] external

More information

A Step Towards Automated Event Diagnosis Stanford Linear Accelerator Center. Adnan Iqbal, Yee-Ting Li, Les Cottrell Connie A. Log.

A Step Towards Automated Event Diagnosis Stanford Linear Accelerator Center. Adnan Iqbal, Yee-Ting Li, Les Cottrell Connie A. Log. A Step Towards Automated Event Diagnosis Stanford Linear Accelerator Center Adnan Iqbal, Yee-Ting Li, Les Cottrell Connie A. Log. Williams Jerrod In this presentation Cause of Problems Background Motivation

More information

Monitoring and Analysis

Monitoring and Analysis CHAPTER 3 Cisco Prime Network Analysis Module 5.1 has two types of dashboards: One type is the summary views found under the Monitor menu, and the other type is the over time views found under the Analyze

More information

DataMan. version 6.5.4

DataMan. version 6.5.4 DataMan version 6.5.4 Contents DataMan User Guide 1 Introduction 1 DataMan 1 Technical Specifications 1 Hardware Requirements 1 Software Requirements 2 Ports 2 DataMan Installation 2 Component Installation

More information

Participant User Guide, Version 2.6

Participant User Guide, Version 2.6 Developers Integration Lab (DIL) Participant User Guide, Version 2.6 3/17/2013 REVISION HISTORY Author Date Description of Change 0.1 Laura Edens Mario Hyland 9/19/2011 Initial Release 1.0 Michael Brown

More information

ForeScout Extended Module for IBM BigFix

ForeScout Extended Module for IBM BigFix Version 1.1 Table of Contents About BigFix Integration... 4 Use Cases... 4 Additional BigFix Documentation... 4 About this Module... 4 About Support for Dual Stack Environments... 5 Concepts, Components,

More information

VMware vrealize Operations for Horizon Administration

VMware vrealize Operations for Horizon Administration VMware vrealize Operations for Horizon Administration vrealize Operations for Horizon 6.2 This document supports the version of each product listed and supports all subsequent versions until the document

More information

Data Management 1. Grid data management. Different sources of data. Sensors Analytic equipment Measurement tools and devices

Data Management 1. Grid data management. Different sources of data. Sensors Analytic equipment Measurement tools and devices Data Management 1 Grid data management Different sources of data Sensors Analytic equipment Measurement tools and devices Need to discover patterns in data to create information Need mechanisms to deal

More information

NGFW Security Management Center

NGFW Security Management Center NGFW Security Management Center Release Notes 6.5.3 Revision A Contents About this release on page 2 System requirements on page 2 Build number and checksums on page 4 Compatibility on page 5 New features

More information

Inca as Monitoring. Kavin Kumar Palanisamy Indiana University Bloomington

Inca as Monitoring. Kavin Kumar Palanisamy Indiana University Bloomington Inca as Monitoring Kavin Kumar Palanisamy Indiana University Bloomington Abstract Grids are built with multiple complex and interdependent systems to provide better resources. It is necessary that the

More information

Measuring and Monitoring Our Networks Performance & Reliability And Prototyping Affordable Cloud Storage/Compute

Measuring and Monitoring Our Networks Performance & Reliability And Prototyping Affordable Cloud Storage/Compute Measuring and Monitoring Our Networks Performance & Reliability And Prototyping Affordable Cloud Storage/Compute Tom DeFanti Research Scientist, Co-PI The Pacific Research Platform and CHASE-CI California

More information

ForeScout Extended Module for IBM BigFix

ForeScout Extended Module for IBM BigFix ForeScout Extended Module for IBM BigFix Version 1.0.0 Table of Contents About this Integration... 4 Use Cases... 4 Additional BigFix Documentation... 4 About this Module... 4 Concepts, Components, Considerations...

More information

NERC Compliance Use Cases

NERC Compliance Use Cases NERC Compliance Use Cases Overview For network and IT teams who work in the Energy sector, the North American Energy Reliability Corporation Critical Infrastructure Protection (NERC-CIP) standards provide

More information

Fermilab WAN Performance Analysis Methodology. Wenji Wu, Phil DeMar, Matt Crawford ESCC/Internet2 Joint Techs July 23, 2008

Fermilab WAN Performance Analysis Methodology. Wenji Wu, Phil DeMar, Matt Crawford ESCC/Internet2 Joint Techs July 23, 2008 Fermilab WAN Performance Analysis Methodology Wenji Wu, Phil DeMar, Matt Crawford ESCC/Internet2 Joint Techs July 23, 2008 1 The Wizard s Gap 10 years and counting The Wizard Gap (Mathis 1999) is still

More information

Forescout. eyeextend for ServiceNow. Configuration Guide. Version 2.0

Forescout. eyeextend for ServiceNow. Configuration Guide. Version 2.0 Forescout Version 2.0 Contact Information Forescout Technologies, Inc. 190 West Tasman Drive San Jose, CA 95134 USA https://www.forescout.com/support/ Toll-Free (US): 1.866.377.8771 Tel (Intl): 1.408.213.3191

More information

GLIF September 2017 Sydney, Australia Gerben van Malenstein, SURFnet & John Hess, Pacific Wave

GLIF September 2017 Sydney, Australia Gerben van Malenstein, SURFnet & John Hess, Pacific Wave AutoGOLE MEICAN Pilot plans for next 5 years SURFnet network upgrade GLIF 2017 25 27 September 2017 Sydney, Australia Gerben van Malenstein, SURFnet & John Hess, Pacific Wave National Research & Education

More information

Quick Start Guide. Version R92. English

Quick Start Guide. Version R92. English Monitoring Configuration Quick Start Guide Version R92 English April 11, 2016 Copyright Agreement The purchase and use of all Software and Services is subject to the Agreement as defined in Kaseya s Click-Accept

More information

10Gbps Ethernet Solutions

10Gbps Ethernet Solutions Absolute Analysis Investigator 10Gbps Ethernet Solutions SFP+ Technology Provides Lower Cost, Longer Range with 10GBase-LRM Interface Compliance Support True 100% full line rate traffic capture with absolutely

More information

CounterACT VMware vsphere Plugin

CounterACT VMware vsphere Plugin Configuration Guide Version 2.0.1 Table of Contents About VMware vsphere Integration... 4 Use Cases... 4 Additional VMware Documentation... 4 About this Plugin... 5 What to Do... 5 Requirements... 5 CounterACT

More information

Climate Data Management using Globus

Climate Data Management using Globus Climate Data Management using Globus Computation Institute Rachana Ananthakrishnan (ranantha@uchicago.edu) Data Management Challenges Transfers often take longer than expected based on available network

More information