20
World ® ’1 6 Technology Primer: Explore What’s New in CA APM 10.5 and Why CA APM Is More E.P.I.C. Than Ever Before Nate Isley - Sr. Director Product Management - CA Technologies Joshua Napier - Sr. Principal Product Marketing Manager - CA Technologies DO4X96S DEVOPS – AGILE OPERATIONS

Technology Primer: Explore What's New in CA Application Performance Management 10.5 and Why CA APM is More E.P.I.C. Than Ever Before

Embed Size (px)

Citation preview

World®’16

TechnologyPrimer:ExploreWhat’sNewinCAAPM10.5andWhyCAAPMIsMoreE.P.I.C.ThanEverBefore

NateIsley - Sr.DirectorProductManagement- CATechnologiesJoshuaNapier- Sr.PrincipalProductMarketingManager- CATechnologies

DO4X96S

DEVOPS– AGILEOPERATIONS

2 ©2016CA.ALLRIGHTSRESERVED.@CAWORLD#CAWORLD

©2016CA.Allrightsreserved.Alltrademarksreferencedhereinbelongtotheirrespectivecompanies.

Thecontentprovidedinthis CAWorld2016presentationisintendedforinformationalpurposesonlyanddoesnotformanytypeofwarranty. The informationprovidedbyaCApartnerand/orCAcustomerhasnotbeenreviewedforaccuracybyCA.

ForInformationalPurposesOnlyTermsofthisPresentation

3 ©2016CA.ALLRIGHTSRESERVED.@CAWORLD#CAWORLD

Abstract

CAhasdeliveredmanyenhancementstoitsCAApplicationPerformanceManagement(CAAPM)solutioninthepastyear.Thissessionsummarizeshowourlatestrelease,version10.5,ispurpose-builttobenefitawiderangeofroles—fromnovicetoexpert—withinDevOpsteams.AttendeeswillreceiveadetailedtourofAssistedTriage,arecommendationengineforcommonperformancefixes,howasmarteragentdramaticallysimplifiesmodernapplicationmonitoringandnewintegrationsbetweenCAAPMandCAAppExperienceAnalytics.

NateIsleyCATechnologiesSr.DirectorProductManagement

JoshNapierCATechnologiesSr.Principal ProductMarketingManager

4 ©2016CA.ALLRIGHTSRESERVED.@CAWORLD#CAWORLD

Agenda

EXPERIENCEINTELLIGENCEPOWEREDBYASSISTEDTRIAGE

DEMONSTRATION

SMARTMONITORING

EXTENDEDVISIBILITY

1

2

3

4

AWSMARKETPLACE5

QUESTIONS5

5 ©2016CA.ALLRIGHTSRESERVED.@CAWORLD#CAWORLD

Experienceiseverything.

CustomerExperienceisTHEprimedifferentiatorinbusinesstoday.

5 ©2016CA.ALLRIGHTSRESERVED.

asimpleconcept,yetdeceptivelydifficulttoexecute.

6 ©2016CA.ALLRIGHTSRESERVED.@CAWORLD#CAWORLD

ChallengeswithDeliveringaFlawlessExperience

24CRIT

40OTHER

308OK

CRIT CPUCHK(member) Server MicrosoftWindows 0h48min

CRIT CPUCHK(member) Server Linux 3h34min

CRIT CPUCHK(member) Server Linux 2h 13min

CRIT DiskCap CHK Server MicrosoftWindows 0h48min

CRIT DiskCap CHK Server MicrosoftWindows 3h34min

WARN CPUCHK(member) Server Linux 2h 13min

WARN DiskCap CHK Server Linux 0h48min

CRIT DiskCap CHK Server MicrosoftWindows 3h34min

WARN CPUCHK(member) Server Linux 2h 13min

WARN DiskCap CHK Server Linux 0h48min

YouneedtoAnswer:1.Whatisthequalityoftheexperience?2.Whyisitapoorexperience?

80%ofMeanTimetoResolutionisfindingwhatchanged

Lacksintuitiveandvisualdetection,requiresanexpert

Toolsaretoodescriptivetounderstand

Nocorrelationfromexperiencetoappinfrastructure

7 ©2016CA.ALLRIGHTSRESERVED.@CAWORLD#CAWORLD

Browser

Mobile

Network WebServer

SyntheticTransactions

SQLDatabase

APIGatewayAppServer

PassiveEUE(Agentless)

Mainframe

Microservice

DockerContainer

SSO UserDataStore

Outsid

e-In

Inside-Out

Industry’sMostComprehensiveAPMSolutionVisibilityAcrossMobiletoMainframeintoCloudandContainers

Wearables

UserExperience&Behavior Application&TransactionPerformance

8 ©2016CA.ALLRIGHTSRESERVED.@CAWORLD#CAWORLD

InsightstoDeliveraFlawlessExperienceEveryTime

Insightstoquestions:1.Whatisthequalityoftheexperience?2.Whyisitapoorexperience?

Analytics

9 ©2016CA.ALLRIGHTSRESERVED.@CAWORLD#CAWORLD

ExperienceViewWhatistheQualityofExperiences?

Flexiblehomepagebuiltuponrole,team,andorganizationspecificattributes

Business-focused viewofend-userexperiences

Automaticvisibilityout-of-the-box

10 ©2016CA.ALLRIGHTSRESERVED.@CAWORLD#CAWORLD

AnalysisNotebookWhyisitaPoorExperience?

Alldatarelatedtoissueisclearlypresentedinsingle,correlatedview

Evidence:Culpritslikelytoaffectperformance

11 ©2016CA.ALLRIGHTSRESERVED.@CAWORLD#CAWORLD

DeliveraFlawlessExperiencewithAPM10.5

12 ©2016CA.ALLRIGHTSRESERVED.@CAWORLD#CAWORLD

SmartMonitoringAdaptstoDynamicEnvironments

• Easilyextendswithoutrestart• Patent-pendingTracingtracksstartandendpoints&everythinginthemiddle

APMMarketplaceAPMCommandCenterZeroConfig Agent

• Single UIforagentadministration

• Easy wizarddrivenagentbuilder

• Quicklyexpandmonitoringwithout-of-boxextensions

• Easilymonitoruniqueapplications,containersorcloudtechnologies

13 ©2016CA.ALLRIGHTSRESERVED.@CAWORLD#CAWORLD

TurningDataintoResultswithAPMSQL

SELECT agent_host ,agent_name ,metric_path ,Sum ( value_count ) AS total_count ,Avg ( agg_value ) AS mean_agg

FROM numerical_metric_dataWHERE metric_path LIKE 'Epiphany%'

AND metric_attribute LIKE '%Time%'AND ts BETWEEN {ts '2016-03-14

12:00:00.0'} AND{ts '2016-03-19 12:00:00.0'}

AND frequency = 15000GROUP BY agent_host ,

agent_name ,metric_path

ORDER BY mean_agg DESC ,total_count DESC ,agent_host ,agent_name ,metric_path

• ConnecttoCAAPMdatasourcetoexportinformationtootherreportingtools• Cookbookwithexamples,reporttemplatesavailableonmarketplace

What were slowest transactions this production week?

SampleCodeinCookbook

14 ©2016CA.ALLRIGHTSRESERVED.@CAWORLD#CAWORLD

• Optimizethecustomer’sdigitaljourney

• Designapplicationswiththeuser’sexperienceinmind

• Improvedigitalperformanceanddelighttheuser

CABlazeMeter®CAAPIPerformanceMonitoringCAAppExperienceAnalytics

• FullvisibilityofAPIsandthetransactionsutilizingthem

• PerformancemetricsfromCAAPIManagementGateway

• Cross-processtransactiontracingthroughgateway

• SyntheticLoadTesting forupto1millionusersutilizingJmeter,Selenium,Gatling&Locust

• CreateCAAppSyntheticMontior syntheticmonitors

• TestsvisualizedinsideofCAAPM

TODO:Screenshot

LeveragethePowerofCAtoGainCompleteVisibility

15 ©2016CA.ALLRIGHTSRESERVED.@CAWORLD#CAWORLD

AWSMarketplaceAgileCAAPMDeploymenttotheCloud

Question:CanIdeployCAAPMtomycloudenvironment?

• Agentsandmanagementserver availabledirectlyfromAWSMarketplace

• Hourlypricingallowsforflexibilityinrapidlychangingenvironmentsandshort-durationprojects

CAAPMnowavailabledirectlyfromAWSMarketplace

TODO:Screenshot

16 ©2016CA.ALLRIGHTSRESERVED.@CAWORLD#CAWORLD

What’sNewinCAAPM10.5

SimplifiedMonitoring

ExperienceIntelligenceAutomaticproblemidentificationwithAssistedTriage

ProactiveanomalydetectionProblemidentificationandanalysis

ExtendedVisibility

• CAAPMSQL• CAAppExperienceAnalytics• CAAPIManagement• CABlazeMeter®• CAAPMtoCAUIM

AutomaticbackenddetectionExtensionhot-deployExtensionmarketplaceStreamlinedupgradesEnhancedcloudsupport

AWSMarketplace

ConsumptivePricing

17 ©2016CA.ALLRIGHTSRESERVED.@CAWORLD#CAWORLD

NextSteps

ca.com/apm

FeedbackUpgradeMoreInformation

communities.ca.comsupport.ca.com

18 ©2016CA.ALLRIGHTSRESERVED.

WhyCAApplicationPerformanceManagement?

89%ofsurveyedcustomerswhoevaluatedDynatrace,AppDynamics

orNewRelicrateCAAPM’s

Depthandfrequencyofmetricsas“SUPERIOR”TVID: 13D-733-91A

92% ofsurveyedcustomerswhoevaluatedDynatrace,AppDynamics orIBM

agreethatCAAPMhelpstheirorganizationspeedandsimplifytriageofappperformanceissues.TVID: 01C-AFF-1DE

TheForresterWave™:ApplicationPerformanceManagement,Q32016

PreventPotentialIssues75%60% Improveuser

experience50%Reducedoutages

1-ForresterResearch,theTotalEconomicImpactofAPM,April2015,“AcommissionedstudyconductedbyForresterConsultingonbehalfofCATechnologies"

IndustryleadingenterprisescalableAPMsolutionformodern

applications LEADER

19 ©2016CA.ALLRIGHTSRESERVED.@CAWORLD#CAWORLD

Thankyou.

Stayconnectedatcommunities.ca.com

20 ©2016CA.ALLRIGHTSRESERVED.@CAWORLD#CAWORLD

DevOps– AgileOps

FormoreinformationonDevOps– AgileOps,pleasevisit:http://cainc.to/wYXSg6