SlideShare a Scribd company logo
1 of 50
Download to read offline
© 2013 IFS
REAL-WORLD PERFORMANCE
Troubleshooters Top 5—Real-world performance tuning of
IFS Applications

3
© 2013 IFS
AGENDA
Evolution
Configuration
Toolbox
Top 5—performance issues
Questions

4
© 2013 IFS
WHO WE ARE
JONAS GÖRANSSON
Principal Systems Engineer
Worked for IFS since 1993
IFS Consulting, IFS R&D
STEFAN LÖVGREN
Principal Systems Engineer
Worked for IFS R&D since 1999

5
© 2013 IFS
WHAT WE DO
IFS BENCHMARK TEAM
Sizing of IFS Applications (IFS Sizing Guides)
Performance testing (development & customer-initiated tests)
Customer performance issues (support)

6
© 2013 IFS
EVOLUTION
ERP SYSTEM EVOLUTION

8
© 2013 IFS
IFS APPLICATIONS EVOLUTION
Different architectures, more complex, more functionality and more
integrations.

9
© 2013 IFS
ORACLE EVOLUTION
Easy installation with less configuration
Automatic and self-managed RDBMS
No magic initialization parameters

10
© 2013 IFS
HARDWARE EVOLUTION
16-bit  32-bit  64-bit technology, Memory KB  TB
Clock frequency has increased from some MHz to several GHz
Low-end servers cover high-end demands

11
© 2013 IFS
EVOLUTION SUMMARY
Hardware – Low-end servers cover high-end demands
Software – Increased robustness
Architecture complexity – Distributed systems makes troubleshooting harder

12
© 2013 IFS
CONFIGURATION
HARDWARE
CPU

Memory
Computer
performance

Disk

Network

14
© 2013 IFS
CONFIGURATION
Work load

Connection threads

Server threads
Integration queues

Database processes

Clients

Web server

App server

DB server

15
© 2013 IFS
TOOLBOX
MONITORING
Get an overall picture from the complete system under normal conditions

DB

APP

WEB

PRINT
17
© 2013 IFS

OPTIONAL
MONITOR
Hardware resources as well as application
Keep historical monitoring data as reference
Specific tools for every part of the system

Database

From overview to detail

Application
server
18
© 2013 IFS

System
resources
TOOLS
Oracle Enterprise Manager (OEM)
Oracle Workload Repository (AWR)
Free Oracle tools: SQL trace, trcsess, tkprof, Trace Analyzer
3rd party programs: Spotlight, Insider, MyOra
Open Source
In-house admin scripts

19
© 2013 IFS
METHODOLOGY
Holistic approach
Be open-minded
Don’t be biased—the problem can be the unexpected
Don't change more than one thing at the time
Top-down problem-solving

20
© 2013 IFS
TOP-DOWN PROBLEM-SOLVING
Problem definition—define not solve
Identify the problem
Trace to source—trail backwards
Is this the root cause of what is generating the problem?
Do the solution have unforeseen consequences?
Don’t assume that problem is solved until verified

21
© 2013 IFS
TOP-5 PERFORMANCE ISSUES
TOP-5 PERFORMANCE ISSUES
Code
Index
Locks
Misconfiguration
Parameters

23
© 2013 IFS
TOP-5 PERFORMANCE ISSUES

CODE

Non-optimal SQL and PL/SQL code
IN clauses with sub-queries
Loops
Excessive commits

24
© 2013 IFS
TOP-5 PERFORMANCE ISSUES

CODE

25
© 2013 IFS
TOP-5 PERFORMANCE ISSUES

INDEX

Queries not using index
Queries using wrong index
Too many indexes on table

26
© 2013 IFS
TOP-5 PERFORMANCE ISSUES

INDEX

Use the Advanced button
to show which columns
are indexed.

Green arrow = indexed
Red arrow = not indexed

27
© 2013 IFS
TOP-5 PERFORMANCE ISSUES

INDEX

The Match Case checkbox
can be unchecked if you
don’t know whether capitals
or lower case letters are
used, but…

…the upper() SQL function in
the SQL clause prevents use
of indexes.

28
© 2013 IFS
TOP-5 PERFORMANCE ISSUES

INDEX

Count of ”Cancelled
historical order
lines”

29
© 2013 IFS
TOP-5 PERFORMANCE ISSUES

INDEX

30
© 2013 IFS
TOP-5 PERFORMANCE ISSUES

LOCKS

Hot parts / blocks
Number generation, sequences
Legal demands, non-broken number series

31
© 2013 IFS
TOP-5 PERFORMANCE ISSUES

LOCKS—HOT PARTS

32
© 2013 IFS
TOP-5 PERFORMANCE ISSUES

LOCKS—HOT PARTS

1, Purchase
order scenario

3, User load
profile

2, User load
details
33
© 2013 IFS
TOP-5 PERFORMANCE ISSUES

LOCKS—HOT PARTS
Increasing
user load

Database
Locks

34
© 2013 IFS
TOP-5 PERFORMANCE ISSUES

LOCKS—HOT PARTS

35
© 2013 IFS
TOP-5 PERFORMANCE ISSUES

LOCKS—HOT PARTS

Stagnating and
decreasing CPU
usage

Increasing
response time
36
© 2013 IFS
TOP-5 PERFORMANCE ISSUES

LOCKS—HOT PARTS—COMPARE COLD PARTS
CPU %

Response time

Purchase Orders using 2000 parts total
Purchase Orders using 10 parts total
37
© 2013 IFS
TOP-5 PERFORMANCE ISSUES

MISCONFIGURATION

Unbalanced configuration
Planning/purchasing new infrastructure
Adding infrastructure
Extreme load profile

38
© 2013 IFS
TOP-5 PERFORMANCE ISSUES

MISCONFIGURATION

Introducing web server
For DMZ or other
purpose

IFS well working
system

System
change

39
© 2013 IFS
TOP-5 PERFORMANCE ISSUES

MISCONFIGURATION

Introducing web server
For DMZ or other
purpose

40
© 2013 IFS
TOP-5 PERFORMANCE ISSUES

MISCONFIGURATION

Loadrunner loadtest 1-200 users
41
© 2013 IFS
TOP-5 PERFORMANCE ISSUES

MISCONFIGURATION
CPU %

Response time

Original configuration
Changed configuration
42
© 2013 IFS

Transactions/sec
TOP-5 PERFORMANCE ISSUES

MISCONFIGURATION

Introducing web server
For DMZ or other
purpose

43
© 2013 IFS
TOP-5 PERFORMANCE ISSUES

MISCONFIGURATION
CPU %

Response time

Original configuration
Changed configuration
44
© 2013 IFS

Transactions/sec
TOP-5 PERFORMANCE ISSUES—PARAMETERS
shared_pool_size
db_cache_size
sga_max & sga_target
pga_aggregate_target
processes
optimizer_index_cost_adj
undo_retension

45
© 2013 IFS
TOP-5 PERFORMANCE ISSUES

PARAMETERS—OPTIMIZER_INDEX_COST_ADJ
optimizer_index_cost_adj=10

optimizer_index_cost_adj=1000

46
© 2013 IFS
SUMMARY
SUMMARY
Balance infrastructure against workload
Monitor all components in the system
Have a prepared toolbox

48
© 2013 IFS
49
© 2013 IFS
www.IFSWORLD.com
THIS DOCUMENT MAY CONTAIN STATEMENTS OF POSSIBLE FUTURE FUNCTIONALITY FOR IFS’S SOFTWARE PRODUCTS AND
TECHNOLOGY. SUCH STATEMENTS OF FUTURE FUNCTIONALITY ARE FOR INFORMATION PURPOSES ONLY AND SHOULD NOT BE
INTERPRETED AS ANY COMMITMENT OR REPRESENTATION. IFS AND ALL IFS PRODUCT NAMES ARE TRADEMARKS OF IFS. THE NAMES
OF ACTUAL COMPANIES AND PRODUCTS MENTIONED HEREIN MAY BE THE TRADEMARKS OF THEIR RESPECTIVE OWNERS.
© 2013 IFS

More Related Content

What's hot

Business Inteligence in IFS Applications
Business Inteligence in IFS ApplicationsBusiness Inteligence in IFS Applications
Business Inteligence in IFS ApplicationsIFS
 
10 Things about IFS Applications 10
10 Things about IFS Applications 1010 Things about IFS Applications 10
10 Things about IFS Applications 10Kevin West
 
IFS SOUTH ASIA COMPANY_INTRODUCTION- NOV 2015
IFS SOUTH ASIA COMPANY_INTRODUCTION- NOV 2015IFS SOUTH ASIA COMPANY_INTRODUCTION- NOV 2015
IFS SOUTH ASIA COMPANY_INTRODUCTION- NOV 2015Ahmed Raw
 
Integration
IntegrationIntegration
IntegrationIFS
 
Service & assets news and solutions
Service & assets news and solutionsService & assets news and solutions
Service & assets news and solutionsIFS
 
2 Effective Manufacturing Erp Mes
2 Effective Manufacturing Erp Mes2 Effective Manufacturing Erp Mes
2 Effective Manufacturing Erp MesHieu Le Trung
 
2014 03 ifs academy external maersk
2014 03 ifs academy external maersk2014 03 ifs academy external maersk
2014 03 ifs academy external maerskhenrikfriis
 
Aras Innovative PLM Manufacturing Applications
Aras Innovative PLM Manufacturing ApplicationsAras Innovative PLM Manufacturing Applications
Aras Innovative PLM Manufacturing ApplicationsAras
 
Korea Koso PLM and Supply Chain
Korea Koso PLM and Supply ChainKorea Koso PLM and Supply Chain
Korea Koso PLM and Supply ChainAras
 
Siemens and MES (Manufacturing Execution System)
Siemens and MES (Manufacturing Execution System)Siemens and MES (Manufacturing Execution System)
Siemens and MES (Manufacturing Execution System)Vera Leonik-Shilyaeva
 
Racing for the Flexibility Integrating Aras into the IT Landscape
Racing for the Flexibility Integrating Aras into the IT LandscapeRacing for the Flexibility Integrating Aras into the IT Landscape
Racing for the Flexibility Integrating Aras into the IT LandscapeAras
 
MES (Manufacturing Execution System) Pocket Guide
MES (Manufacturing Execution System) Pocket GuideMES (Manufacturing Execution System) Pocket Guide
MES (Manufacturing Execution System) Pocket GuideVera Leonik-Shilyaeva
 
Demystifying SAP Connectivity to Ignition
Demystifying SAP Connectivity to IgnitionDemystifying SAP Connectivity to Ignition
Demystifying SAP Connectivity to IgnitionDavid Dudley
 
Success story: Quality Assurance real customer case
Success story: Quality Assurance real customer caseSuccess story: Quality Assurance real customer case
Success story: Quality Assurance real customer caseIFS
 
Southwest Airlines Uses Automation to Accelerate and Ensure SOX Compliance
Southwest Airlines Uses Automation to Accelerate and Ensure SOX ComplianceSouthwest Airlines Uses Automation to Accelerate and Ensure SOX Compliance
Southwest Airlines Uses Automation to Accelerate and Ensure SOX ComplianceWorksoft
 
Versant Oracle
Versant Oracle Versant Oracle
Versant Oracle riturajh
 
sappresentation- By Prithwijit
sappresentation- By Prithwijit sappresentation- By Prithwijit
sappresentation- By Prithwijit PRITHWIJIT PAL
 
Industrial Fasteners/ Valmont
Industrial Fasteners/ ValmontIndustrial Fasteners/ Valmont
Industrial Fasteners/ Valmontprhea1st
 

What's hot (20)

Business Inteligence in IFS Applications
Business Inteligence in IFS ApplicationsBusiness Inteligence in IFS Applications
Business Inteligence in IFS Applications
 
10 Things about IFS Applications 10
10 Things about IFS Applications 1010 Things about IFS Applications 10
10 Things about IFS Applications 10
 
IFS SOUTH ASIA COMPANY_INTRODUCTION- NOV 2015
IFS SOUTH ASIA COMPANY_INTRODUCTION- NOV 2015IFS SOUTH ASIA COMPANY_INTRODUCTION- NOV 2015
IFS SOUTH ASIA COMPANY_INTRODUCTION- NOV 2015
 
Integration
IntegrationIntegration
Integration
 
Service & assets news and solutions
Service & assets news and solutionsService & assets news and solutions
Service & assets news and solutions
 
2 Effective Manufacturing Erp Mes
2 Effective Manufacturing Erp Mes2 Effective Manufacturing Erp Mes
2 Effective Manufacturing Erp Mes
 
2014 03 ifs academy external maersk
2014 03 ifs academy external maersk2014 03 ifs academy external maersk
2014 03 ifs academy external maersk
 
Aras Innovative PLM Manufacturing Applications
Aras Innovative PLM Manufacturing ApplicationsAras Innovative PLM Manufacturing Applications
Aras Innovative PLM Manufacturing Applications
 
Korea Koso PLM and Supply Chain
Korea Koso PLM and Supply ChainKorea Koso PLM and Supply Chain
Korea Koso PLM and Supply Chain
 
Siemens and MES (Manufacturing Execution System)
Siemens and MES (Manufacturing Execution System)Siemens and MES (Manufacturing Execution System)
Siemens and MES (Manufacturing Execution System)
 
Racing for the Flexibility Integrating Aras into the IT Landscape
Racing for the Flexibility Integrating Aras into the IT LandscapeRacing for the Flexibility Integrating Aras into the IT Landscape
Racing for the Flexibility Integrating Aras into the IT Landscape
 
Yajuvendra Bamrara CV
Yajuvendra Bamrara CVYajuvendra Bamrara CV
Yajuvendra Bamrara CV
 
MES (Manufacturing Execution System) Pocket Guide
MES (Manufacturing Execution System) Pocket GuideMES (Manufacturing Execution System) Pocket Guide
MES (Manufacturing Execution System) Pocket Guide
 
Demystifying SAP Connectivity to Ignition
Demystifying SAP Connectivity to IgnitionDemystifying SAP Connectivity to Ignition
Demystifying SAP Connectivity to Ignition
 
Success story: Quality Assurance real customer case
Success story: Quality Assurance real customer caseSuccess story: Quality Assurance real customer case
Success story: Quality Assurance real customer case
 
Southwest Airlines Uses Automation to Accelerate and Ensure SOX Compliance
Southwest Airlines Uses Automation to Accelerate and Ensure SOX ComplianceSouthwest Airlines Uses Automation to Accelerate and Ensure SOX Compliance
Southwest Airlines Uses Automation to Accelerate and Ensure SOX Compliance
 
Versant Oracle
Versant Oracle Versant Oracle
Versant Oracle
 
sappresentation- By Prithwijit
sappresentation- By Prithwijit sappresentation- By Prithwijit
sappresentation- By Prithwijit
 
Anthony Sullivan Resume
Anthony Sullivan ResumeAnthony Sullivan Resume
Anthony Sullivan Resume
 
Industrial Fasteners/ Valmont
Industrial Fasteners/ ValmontIndustrial Fasteners/ Valmont
Industrial Fasteners/ Valmont
 

Viewers also liked

New look new benefits - upgrading to IFS Applications 8
New look new benefits - upgrading to IFS Applications 8New look new benefits - upgrading to IFS Applications 8
New look new benefits - upgrading to IFS Applications 8IFS
 
Legacyversery2
Legacyversery2Legacyversery2
Legacyversery2Geminiasp
 
Maxi Ale And Aldi
Maxi Ale And AldiMaxi Ale And Aldi
Maxi Ale And Aldirominacheme
 
Telesperience customer-experience-benchmark-2013 asi8-d3sd
Telesperience customer-experience-benchmark-2013 asi8-d3sdTelesperience customer-experience-benchmark-2013 asi8-d3sd
Telesperience customer-experience-benchmark-2013 asi8-d3sdLithium
 
No One Gives A Shit About Your Brand
No One Gives A Shit About Your BrandNo One Gives A Shit About Your Brand
No One Gives A Shit About Your Brandleilathabet
 
16. External Factors
16. External Factors16. External Factors
16. External FactorsNBHS
 
Grammatical systems (joana, jose, daniel)
Grammatical systems (joana, jose, daniel)Grammatical systems (joana, jose, daniel)
Grammatical systems (joana, jose, daniel)rominacheme
 
Oral practice 3
Oral practice 3Oral practice 3
Oral practice 3msmarceg
 
Облачные решения и услуги ActiveCloud: IaaS & SaaS, примеры внедрений
Облачные решения и услуги ActiveCloud: IaaS & SaaS, примеры внедренийОблачные решения и услуги ActiveCloud: IaaS & SaaS, примеры внедрений
Облачные решения и услуги ActiveCloud: IaaS & SaaS, примеры внедренийMichael Kozloff
 
Kampagner Fra Kreativitet Til Effektivitet
Kampagner   Fra Kreativitet Til EffektivitetKampagner   Fra Kreativitet Til Effektivitet
Kampagner Fra Kreativitet Til EffektivitetMikkel Olesen
 
Как Облачные вычисления изменят мир Информационных Технологий (ИТ)
Как Облачные вычисления изменят мир Информационных Технологий (ИТ)Как Облачные вычисления изменят мир Информационных Технологий (ИТ)
Как Облачные вычисления изменят мир Информационных Технологий (ИТ)Michael Kozloff
 
Enoxaparin
EnoxaparinEnoxaparin
EnoxaparinHyunsuk
 
Rakshya
RakshyaRakshya
Rakshyabanra
 

Viewers also liked (20)

New look new benefits - upgrading to IFS Applications 8
New look new benefits - upgrading to IFS Applications 8New look new benefits - upgrading to IFS Applications 8
New look new benefits - upgrading to IFS Applications 8
 
Legacyversery2
Legacyversery2Legacyversery2
Legacyversery2
 
Buddha Series, by Henry Bismuth, Courtesy of Chisholm Gallery, LLC
Buddha Series, by Henry Bismuth, Courtesy of Chisholm Gallery, LLCBuddha Series, by Henry Bismuth, Courtesy of Chisholm Gallery, LLC
Buddha Series, by Henry Bismuth, Courtesy of Chisholm Gallery, LLC
 
Maxi Ale And Aldi
Maxi Ale And AldiMaxi Ale And Aldi
Maxi Ale And Aldi
 
Cim 20071101 nov_2007
Cim 20071101 nov_2007Cim 20071101 nov_2007
Cim 20071101 nov_2007
 
Telesperience customer-experience-benchmark-2013 asi8-d3sd
Telesperience customer-experience-benchmark-2013 asi8-d3sdTelesperience customer-experience-benchmark-2013 asi8-d3sd
Telesperience customer-experience-benchmark-2013 asi8-d3sd
 
No One Gives A Shit About Your Brand
No One Gives A Shit About Your BrandNo One Gives A Shit About Your Brand
No One Gives A Shit About Your Brand
 
The Eden Express
The Eden ExpressThe Eden Express
The Eden Express
 
16. External Factors
16. External Factors16. External Factors
16. External Factors
 
Grammatical systems (joana, jose, daniel)
Grammatical systems (joana, jose, daniel)Grammatical systems (joana, jose, daniel)
Grammatical systems (joana, jose, daniel)
 
Oral practice 3
Oral practice 3Oral practice 3
Oral practice 3
 
Облачные решения и услуги ActiveCloud: IaaS & SaaS, примеры внедрений
Облачные решения и услуги ActiveCloud: IaaS & SaaS, примеры внедренийОблачные решения и услуги ActiveCloud: IaaS & SaaS, примеры внедрений
Облачные решения и услуги ActiveCloud: IaaS & SaaS, примеры внедрений
 
Let's Talk About Scrubs
Let's Talk About ScrubsLet's Talk About Scrubs
Let's Talk About Scrubs
 
Kampagner Fra Kreativitet Til Effektivitet
Kampagner   Fra Kreativitet Til EffektivitetKampagner   Fra Kreativitet Til Effektivitet
Kampagner Fra Kreativitet Til Effektivitet
 
Как Облачные вычисления изменят мир Информационных Технологий (ИТ)
Как Облачные вычисления изменят мир Информационных Технологий (ИТ)Как Облачные вычисления изменят мир Информационных Технологий (ИТ)
Как Облачные вычисления изменят мир Информационных Технологий (ИТ)
 
CD+M PPT 2011
CD+M PPT 2011CD+M PPT 2011
CD+M PPT 2011
 
Enoxaparin
EnoxaparinEnoxaparin
Enoxaparin
 
Banca delle risorse
Banca delle risorseBanca delle risorse
Banca delle risorse
 
Covers
CoversCovers
Covers
 
Rakshya
RakshyaRakshya
Rakshya
 

Similar to Real-World Performance Tuning Top 5 Issues

Best Practices for a Complete Postgres Enterprise Architecture Setup
Best Practices for a Complete Postgres Enterprise Architecture SetupBest Practices for a Complete Postgres Enterprise Architecture Setup
Best Practices for a Complete Postgres Enterprise Architecture SetupEDB
 
How to Improve Performance Testing Using InfluxDB and Apache JMeter
How to Improve Performance Testing Using InfluxDB and Apache JMeterHow to Improve Performance Testing Using InfluxDB and Apache JMeter
How to Improve Performance Testing Using InfluxDB and Apache JMeterInfluxData
 
Expanding with EDB Postgres Advanced Server 9.5
Expanding with EDB Postgres Advanced Server 9.5Expanding with EDB Postgres Advanced Server 9.5
Expanding with EDB Postgres Advanced Server 9.5EDB
 
Webinar: How to turn Alfresco Digital Business Platform into a Managed Service
Webinar: How to turn Alfresco Digital Business Platform into a Managed ServiceWebinar: How to turn Alfresco Digital Business Platform into a Managed Service
Webinar: How to turn Alfresco Digital Business Platform into a Managed ServiceXeniT Solutions nv
 
Predictability at Scale
Predictability at ScalePredictability at Scale
Predictability at ScalePerforce
 
System z Technology Summit Streamlining Utilities
System z Technology Summit Streamlining UtilitiesSystem z Technology Summit Streamlining Utilities
System z Technology Summit Streamlining UtilitiesSurekha Parekh
 
Best Practices with CA Workload Automation AutoSys (AE)
Best Practices with CA Workload Automation AutoSys (AE)Best Practices with CA Workload Automation AutoSys (AE)
Best Practices with CA Workload Automation AutoSys (AE)CA Technologies
 
Top10 list planningpostgresdeployment.2014
Top10 list planningpostgresdeployment.2014Top10 list planningpostgresdeployment.2014
Top10 list planningpostgresdeployment.2014EDB
 
Performing a successful technical debt assessment in Salesforce
Performing a successful technical debt assessment in SalesforcePerforming a successful technical debt assessment in Salesforce
Performing a successful technical debt assessment in SalesforceCoforge (Erstwhile WHISHWORKS)
 
IBM InterConnect 2013 Expert Integrated Systems Keynote: Sotiropoulos & Wieck
IBM InterConnect 2013 Expert Integrated Systems Keynote: Sotiropoulos & WieckIBM InterConnect 2013 Expert Integrated Systems Keynote: Sotiropoulos & Wieck
IBM InterConnect 2013 Expert Integrated Systems Keynote: Sotiropoulos & WieckIBM Events
 
Figaf irt testing webinar 201903
Figaf irt testing webinar 201903Figaf irt testing webinar 201903
Figaf irt testing webinar 201903Daniel Graversen
 
EnterpriseDB's Best Practices for Postgres DBAs
EnterpriseDB's Best Practices for Postgres DBAsEnterpriseDB's Best Practices for Postgres DBAs
EnterpriseDB's Best Practices for Postgres DBAsEDB
 
Smallworld 5 Migration Experiences
Smallworld 5 Migration ExperiencesSmallworld 5 Migration Experiences
Smallworld 5 Migration ExperiencesGlobema
 
Best Practices with IPS on Oracle Solaris 11
Best Practices with IPS on Oracle Solaris 11Best Practices with IPS on Oracle Solaris 11
Best Practices with IPS on Oracle Solaris 11glynnfoster
 
IBM Analytics Accelerator Trends & Directions Namk Hrle
IBM Analytics Accelerator  Trends & Directions Namk Hrle IBM Analytics Accelerator  Trends & Directions Namk Hrle
IBM Analytics Accelerator Trends & Directions Namk Hrle Surekha Parekh
 
IBM DB2 Analytics Accelerator Trends & Directions by Namik Hrle
IBM DB2 Analytics Accelerator  Trends & Directions by Namik Hrle IBM DB2 Analytics Accelerator  Trends & Directions by Namik Hrle
IBM DB2 Analytics Accelerator Trends & Directions by Namik Hrle Surekha Parekh
 
Top 5 .NET Challenges, Performance Monitoring Tips & Tricks
Top 5 .NET Challenges, Performance Monitoring Tips & TricksTop 5 .NET Challenges, Performance Monitoring Tips & Tricks
Top 5 .NET Challenges, Performance Monitoring Tips & TricksAppDynamics
 
A JDE Hat Trick – 3 Ways to Extend your JDE and Get Great Efficiencies
A JDE Hat Trick – 3 Ways to Extend your JDE and Get Great EfficienciesA JDE Hat Trick – 3 Ways to Extend your JDE and Get Great Efficiencies
A JDE Hat Trick – 3 Ways to Extend your JDE and Get Great EfficienciesTeamCain
 

Similar to Real-World Performance Tuning Top 5 Issues (20)

Best Practices for a Complete Postgres Enterprise Architecture Setup
Best Practices for a Complete Postgres Enterprise Architecture SetupBest Practices for a Complete Postgres Enterprise Architecture Setup
Best Practices for a Complete Postgres Enterprise Architecture Setup
 
How to Improve Performance Testing Using InfluxDB and Apache JMeter
How to Improve Performance Testing Using InfluxDB and Apache JMeterHow to Improve Performance Testing Using InfluxDB and Apache JMeter
How to Improve Performance Testing Using InfluxDB and Apache JMeter
 
OMEGAMON XE for z/OS V530 Long client presentation
OMEGAMON XE for z/OS V530 Long client presentationOMEGAMON XE for z/OS V530 Long client presentation
OMEGAMON XE for z/OS V530 Long client presentation
 
Expanding with EDB Postgres Advanced Server 9.5
Expanding with EDB Postgres Advanced Server 9.5Expanding with EDB Postgres Advanced Server 9.5
Expanding with EDB Postgres Advanced Server 9.5
 
Webinar: How to turn Alfresco Digital Business Platform into a Managed Service
Webinar: How to turn Alfresco Digital Business Platform into a Managed ServiceWebinar: How to turn Alfresco Digital Business Platform into a Managed Service
Webinar: How to turn Alfresco Digital Business Platform into a Managed Service
 
Developer want change Ops want control - devops
Developer want change Ops want control - devopsDeveloper want change Ops want control - devops
Developer want change Ops want control - devops
 
Predictability at Scale
Predictability at ScalePredictability at Scale
Predictability at Scale
 
System z Technology Summit Streamlining Utilities
System z Technology Summit Streamlining UtilitiesSystem z Technology Summit Streamlining Utilities
System z Technology Summit Streamlining Utilities
 
Best Practices with CA Workload Automation AutoSys (AE)
Best Practices with CA Workload Automation AutoSys (AE)Best Practices with CA Workload Automation AutoSys (AE)
Best Practices with CA Workload Automation AutoSys (AE)
 
Top10 list planningpostgresdeployment.2014
Top10 list planningpostgresdeployment.2014Top10 list planningpostgresdeployment.2014
Top10 list planningpostgresdeployment.2014
 
Performing a successful technical debt assessment in Salesforce
Performing a successful technical debt assessment in SalesforcePerforming a successful technical debt assessment in Salesforce
Performing a successful technical debt assessment in Salesforce
 
IBM InterConnect 2013 Expert Integrated Systems Keynote: Sotiropoulos & Wieck
IBM InterConnect 2013 Expert Integrated Systems Keynote: Sotiropoulos & WieckIBM InterConnect 2013 Expert Integrated Systems Keynote: Sotiropoulos & Wieck
IBM InterConnect 2013 Expert Integrated Systems Keynote: Sotiropoulos & Wieck
 
Figaf irt testing webinar 201903
Figaf irt testing webinar 201903Figaf irt testing webinar 201903
Figaf irt testing webinar 201903
 
EnterpriseDB's Best Practices for Postgres DBAs
EnterpriseDB's Best Practices for Postgres DBAsEnterpriseDB's Best Practices for Postgres DBAs
EnterpriseDB's Best Practices for Postgres DBAs
 
Smallworld 5 Migration Experiences
Smallworld 5 Migration ExperiencesSmallworld 5 Migration Experiences
Smallworld 5 Migration Experiences
 
Best Practices with IPS on Oracle Solaris 11
Best Practices with IPS on Oracle Solaris 11Best Practices with IPS on Oracle Solaris 11
Best Practices with IPS on Oracle Solaris 11
 
IBM Analytics Accelerator Trends & Directions Namk Hrle
IBM Analytics Accelerator  Trends & Directions Namk Hrle IBM Analytics Accelerator  Trends & Directions Namk Hrle
IBM Analytics Accelerator Trends & Directions Namk Hrle
 
IBM DB2 Analytics Accelerator Trends & Directions by Namik Hrle
IBM DB2 Analytics Accelerator  Trends & Directions by Namik Hrle IBM DB2 Analytics Accelerator  Trends & Directions by Namik Hrle
IBM DB2 Analytics Accelerator Trends & Directions by Namik Hrle
 
Top 5 .NET Challenges, Performance Monitoring Tips & Tricks
Top 5 .NET Challenges, Performance Monitoring Tips & TricksTop 5 .NET Challenges, Performance Monitoring Tips & Tricks
Top 5 .NET Challenges, Performance Monitoring Tips & Tricks
 
A JDE Hat Trick – 3 Ways to Extend your JDE and Get Great Efficiencies
A JDE Hat Trick – 3 Ways to Extend your JDE and Get Great EfficienciesA JDE Hat Trick – 3 Ways to Extend your JDE and Get Great Efficiencies
A JDE Hat Trick – 3 Ways to Extend your JDE and Get Great Efficiencies
 

More from IFS

Food and Beverage solution map New
Food and Beverage solution map NewFood and Beverage solution map New
Food and Beverage solution map NewIFS
 
Retail solution map
Retail solution mapRetail solution map
Retail solution mapIFS
 
Offshore Operations & Marine Services
Offshore Operations & Marine ServicesOffshore Operations & Marine Services
Offshore Operations & Marine ServicesIFS
 
British GT Racing
British GT RacingBritish GT Racing
British GT RacingIFS
 
Shipbuilding
ShipbuildingShipbuilding
ShipbuildingIFS
 
IFS EAM Solution Map pdf
IFS EAM Solution Map pdfIFS EAM Solution Map pdf
IFS EAM Solution Map pdfIFS
 
IFS Process Manufacturing – F&B Solution Map pdf
IFS Process Manufacturing – F&B Solution Map pdfIFS Process Manufacturing – F&B Solution Map pdf
IFS Process Manufacturing – F&B Solution Map pdfIFS
 
IFS Process Manufacturing – Chemicals Solution Map pdf
IFS Process Manufacturing – Chemicals Solution Map pdfIFS Process Manufacturing – Chemicals Solution Map pdf
IFS Process Manufacturing – Chemicals Solution Map pdfIFS
 
IFS High Tech Solution Map pdf
IFS High Tech Solution Map pdfIFS High Tech Solution Map pdf
IFS High Tech Solution Map pdfIFS
 
IFS Energy & Utilities Solution Map
IFS Energy & Utilities Solution MapIFS Energy & Utilities Solution Map
IFS Energy & Utilities Solution MapIFS
 
IFS Construction & Contracting Solution Map
IFS Construction & Contracting Solution MapIFS Construction & Contracting Solution Map
IFS Construction & Contracting Solution MapIFS
 
IFS Metrix Service Management: An Overview
IFS Metrix Service Management: An OverviewIFS Metrix Service Management: An Overview
IFS Metrix Service Management: An OverviewIFS
 
Compliance-the 3rd variable
Compliance-the 3rd variableCompliance-the 3rd variable
Compliance-the 3rd variableIFS
 
Customer case: The retail industry working with IFS
Customer case: The retail industry working with IFSCustomer case: The retail industry working with IFS
Customer case: The retail industry working with IFSIFS
 
Customer case: Health & Safety
Customer case: Health & SafetyCustomer case: Health & Safety
Customer case: Health & SafetyIFS
 
Success story: IFS CRM helped Damen Shipyards realize its vision
Success story: IFS CRM helped Damen Shipyards realize its visionSuccess story: IFS CRM helped Damen Shipyards realize its vision
Success story: IFS CRM helped Damen Shipyards realize its visionIFS
 
Preparing for growt: How Odfjell Drilling is benefiting from running IFS App...
Preparing  for growt: How Odfjell Drilling is benefiting from running IFS App...Preparing  for growt: How Odfjell Drilling is benefiting from running IFS App...
Preparing for growt: How Odfjell Drilling is benefiting from running IFS App...IFS
 
Mobility: The business case
Mobility: The business caseMobility: The business case
Mobility: The business caseIFS
 
Improving profit and utilazation in asset-intenensive industries
Improving profit and utilazation in asset-intenensive industriesImproving profit and utilazation in asset-intenensive industries
Improving profit and utilazation in asset-intenensive industriesIFS
 
Customer collaborative development - a key to success
Customer collaborative development - a key to successCustomer collaborative development - a key to success
Customer collaborative development - a key to successIFS
 

More from IFS (20)

Food and Beverage solution map New
Food and Beverage solution map NewFood and Beverage solution map New
Food and Beverage solution map New
 
Retail solution map
Retail solution mapRetail solution map
Retail solution map
 
Offshore Operations & Marine Services
Offshore Operations & Marine ServicesOffshore Operations & Marine Services
Offshore Operations & Marine Services
 
British GT Racing
British GT RacingBritish GT Racing
British GT Racing
 
Shipbuilding
ShipbuildingShipbuilding
Shipbuilding
 
IFS EAM Solution Map pdf
IFS EAM Solution Map pdfIFS EAM Solution Map pdf
IFS EAM Solution Map pdf
 
IFS Process Manufacturing – F&B Solution Map pdf
IFS Process Manufacturing – F&B Solution Map pdfIFS Process Manufacturing – F&B Solution Map pdf
IFS Process Manufacturing – F&B Solution Map pdf
 
IFS Process Manufacturing – Chemicals Solution Map pdf
IFS Process Manufacturing – Chemicals Solution Map pdfIFS Process Manufacturing – Chemicals Solution Map pdf
IFS Process Manufacturing – Chemicals Solution Map pdf
 
IFS High Tech Solution Map pdf
IFS High Tech Solution Map pdfIFS High Tech Solution Map pdf
IFS High Tech Solution Map pdf
 
IFS Energy & Utilities Solution Map
IFS Energy & Utilities Solution MapIFS Energy & Utilities Solution Map
IFS Energy & Utilities Solution Map
 
IFS Construction & Contracting Solution Map
IFS Construction & Contracting Solution MapIFS Construction & Contracting Solution Map
IFS Construction & Contracting Solution Map
 
IFS Metrix Service Management: An Overview
IFS Metrix Service Management: An OverviewIFS Metrix Service Management: An Overview
IFS Metrix Service Management: An Overview
 
Compliance-the 3rd variable
Compliance-the 3rd variableCompliance-the 3rd variable
Compliance-the 3rd variable
 
Customer case: The retail industry working with IFS
Customer case: The retail industry working with IFSCustomer case: The retail industry working with IFS
Customer case: The retail industry working with IFS
 
Customer case: Health & Safety
Customer case: Health & SafetyCustomer case: Health & Safety
Customer case: Health & Safety
 
Success story: IFS CRM helped Damen Shipyards realize its vision
Success story: IFS CRM helped Damen Shipyards realize its visionSuccess story: IFS CRM helped Damen Shipyards realize its vision
Success story: IFS CRM helped Damen Shipyards realize its vision
 
Preparing for growt: How Odfjell Drilling is benefiting from running IFS App...
Preparing  for growt: How Odfjell Drilling is benefiting from running IFS App...Preparing  for growt: How Odfjell Drilling is benefiting from running IFS App...
Preparing for growt: How Odfjell Drilling is benefiting from running IFS App...
 
Mobility: The business case
Mobility: The business caseMobility: The business case
Mobility: The business case
 
Improving profit and utilazation in asset-intenensive industries
Improving profit and utilazation in asset-intenensive industriesImproving profit and utilazation in asset-intenensive industries
Improving profit and utilazation in asset-intenensive industries
 
Customer collaborative development - a key to success
Customer collaborative development - a key to successCustomer collaborative development - a key to success
Customer collaborative development - a key to success
 

Recently uploaded

Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraDeakin University
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?XfilesPro
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsHyundai Motor Group
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 

Recently uploaded (20)

Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning era
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 

Real-World Performance Tuning Top 5 Issues