In many companies, enterprise resource planning (ERP) systems constitute the engine upon which new business processes are deployed. And ERP implementations are usually part of a broader enterprise computing effort involving the integration of Web, server, and host-based applications. These business transactions are essential elements in the drive to deploy new products and services and support new customer relationship management efforts.
|
|
With so much resting on these systems, it’s imperative that they operate at peak performance. IT departments need to adopt measurements for tracking the performance of their ERP applications both during implementation and production phases of operation.
Companies that deploy these complex, The rate at which these applications are deployed by organizations, the pace at which data grows, These factors also influence the application architecture adopted to support large-scale ERP deployments.
Any type of performance evaluation should include extensive stress, system integration, unit and parallel tests to examine every facet of the system and how it performs in relation to the underlying infrastructure. That means testing should be addressed at every stage of the ERP project–from pilot deployment to full blown rollout. Tests should also be performed after lifecycle changes and software upgrades are made to the system.
There are nine basic steps used to evaluate and measure the performance of an ERP system:
- Definition of performance requirements including minimal acceptable response time for all end-to-end tasks and acceptable network latency of an interface.
- Creation of a test bed with all components in place.
- Configuration of entire infrastructure based on vendor recommendations.
- Execution of unit tests for each application in the package to ensure all required functions work.
- Execution of integration test to ensure compatibility and connectivity between all components.
- Launch monitoring tools for underlying systems including operating systems, databases and middleware.
- Creation of baseline reference of the response times for all key tasks when the system is not under stress.
- Creation of baseline reference of response times for all key tasks under varying load conditions.
- If requirements are not met, make necessary changes in the hardware, software and networks and repeat the tests.
A full blown stress test means that the functionality of each ERP software module has been tested in isolation (unit testing) and in conjunction with each other (integration testing). All individual components should be working in isolation and in relation to one another for a successful stress test to be accomplished, since both the functionality and the integration between these components are exercised heavily during a stress test.
When embarking on a detailed test plan, it’s important to look at the system architecture and how it influences the ERP deployment and system performance. The following is a list of the architectural components associated with a large-scale Web-enabled ERP implementation:
- Back-end network infrastructure such as fiber-based storage area network, clustered storage area network, or high speed backbone
- Scaleable servers such as symmetrical multiprocessing and NUMA systems
- Back-end software components such as databases and middleware
- Back-end connection
- Client hardware
- Client software
- Client-side ISP connection
A typical connection flows from the client machine running the OS and browser to the back end via a virtual private network provided by the ISP to a Web server connecting to the application server, and finally connecting to the database server. Performance issues and bottlenecks can stem from any of these connections or from a component and the interface with which the component interacts.
The enormity and complexity of ERP implementation environments can give rise to a variety of bottlenecks stemming from network connections, database locks, memory usage, router latency, and firewall problems. Problems can include any number of the following:
- Too many software modules installed and cached
- Outdated and insufficient hardware
- Outdated and incompatible software
- Slow modem access
- Lack of virtual memory or disk space
- Router latency resulting from too many hops
- Clogged and insufficient network infrastructure
- Improper operating system configuration
- Insufficient database locks
- Inefficient use of application partitioning
- Inefficient use of logical memory manager
- Improper RAID configuration
- Slow storage sub-systems
- Components that are not multi-threaded and ones that do not scale across multiple CPU’s
- Efficient use of addressable memory space
- Lack of efficient distribution of data between disks or storage sub-systems
- Poor SQL syntax
- No load balancing
- Component interaction latencies
- Interface latencies
- Underutilized servers
It’s possible to add several thousand factors like the ones above that contribute to poor performance. In order to identify critical bottlenecks that slow performance, use the following nine performance measurements steps to finetune your ERP systems :
Step 1:
Define performance requirements
Performance requirements should define the end-to-end requirements that are the most relevant to system users instead of using transactions per minute, or network latency times. For example, the response time of a human resources or financial system should look at the response time from start to finish, and evaluate tasks such as:
- Posting a job opening
- Submitting a leave application
- Ordering goods
- Adding a new supplier
- Submitting a requisition
- Adding an asset
- Submitting a purchase order
Users of the system are only concerned about the time it takes for them to accomplish specific tasks using the ERP system. They’re not concerned about the internals of the system and how many million of operations per second a server can handle.
By measuring the performance of tasks that use all components of the system, an administrator can baseline the application’s performance, identify bottlenecks, make changes, and baseline the effects once again.
When defining performance requirements it’s important to consider the user input–and manage user expectations. Critical tasks should be identified. Managing user expectations means communicating about the eventual response times for critical tasks and reports.
It’s also important to define other performance parameters along with requirements such as a typical workload or peak workload. A peak workload could include 1,000 WAN users and 200 local users, including 20 power users accessing the financial module. The peak period could include 20 batch processes, 10 application domains, 30 queries, and 30 print jobs running on the system. Measuring the response time of each identified task and sub-task with no workload, typical workload, and peak load is critical to measuring and predicting application performance.
Step 2:
Set up a test bed with all the components in place
It’s extremely important to establish a test bed that includes all components and is configured as close to the production environment as possible. All enterprise application vendors provide certification information about the platforms supported. For example, a platform supported by PeopleSoft 7.02 includes information about everything from the OS to the servers.
|
The back-end hardware used in a test bed should be based on the hardware recommendations for a production environment. If a gigabit switch is used on the back end to speed up data transfers between the application server, database, and the interfaced system in the production environment, a similar one should be set up as part of the test bed.
To simulate wide area network and Internet traffic, client machines need to be configured outside the router that connects the back-end network to the WAN or the Internet. If access to the application is expected from client machines with 64MB of memory, a 1300MHz Intel processor, and a 56KB modem, this combination of hardware for the client side should be included as part of the test bed.
Prior to configuring and tuning, the test bed should have sample data, test-monitoring tools, and test-automation tools. These include a protocol analyzer, a test automation tool, operating system, and monitoring tool.
Step 3:
Configure and tune the entire infrastructure based on vendor recommendations and certifications
Before beginning any testing, it’s important to configure and tune the entire infrastructure–but only on given parameters and variables. Use the vendor’s recommendations as a baseline. It’s impossible to get recommendations for all parameters on each platform –even if it is possible, this could introduce unnecessary complexities given the thousands of variables that can be tuned at each layer.
Certain key recommendations include: total memory configuration for the database, total allowable locks, network packet size, number of I/O demons, number of application domains, buffered I/O size, customized cache configurations, recommended OS patches, recommended client connectivity tools version, and patches and network interface card throughput.
Any tests attempted without configuring and tuning to the vendor’s specifications is basically a wasted effort. Baselining response time without the default product configurations can lead to misleading test results. However, also note that that configuration and tuning guidelines given by the respective vendors can only act as a starting point. Further changes in specific hardware and software configuration that can improve performance will be dependent on any additional findings based on the remaining steps associated with this process.
Keep in mind that Steps 3 through 8 are iterative processes that must be repeated until the performance requirements are met!
Step 4:
Conduct unit tests to ensure all required functions work
Based on the performance requirements defined in Step 1, all identified functions like adding an asset and generating an accounts payable report ought to be tested first in isolation to ensure that these tasks can be accomplished end-to-end using the system. This is a precursor to the remaining tests that need to be accomplished. Unit tests are meant to ensure that the product works the way it’s supposed to. Although the unit tests are conducted in isolation from one another, it’s still expected that all the components that are part of the system are in place and function appropriately, but are not running at that point in time. Automated testing tools can be used to accomplish these tasks.
Step 5:
Conduct an integration test to ensure compatibility and connectivity between all components
This step is critical since it’s the first occasion when the entire system is put to the test. All functions, subfunctions, and their interactions are tested concurrently while the computing environment and all its components are active. The main purpose of the test is to ensure that all components can “talk” to each other and that any compatibility and connectivity issues that exist will be revealed. Before studying and baselining the performance behavior of each of the components in the system, it’s important to fix these compatibility and connectivity issues.
Integration testing can flush out any number of problems, such as a connectivity time-out by an application server for the 1001st user when the five application servers are configured to provide access to 200 users each. Another example is bad configuration pointing to different versions of connectivity libraries. By completing this step successfully, you ensure that the system in its entirety works, even if it is not yet at the acceptable level of performance.
Step 6:
Launch all monitoring tools
At this phase we kickoff all monitoring tools that have been put in place during Step 2. It’s important to baseline and track the resource consumption of these monitoring tools since they can act as a skew to the test measurements.
An example of the monitoring tools that can be used based on the sample platform identified in Step 2 includes:
- Enterprise Symon for Solaris 2.6 to measure resource usage of the database, application server, OLAP server memory consumption, CPU usage and I/O activity
- Sybase Monitor Server for ASE 11.5.1 to measure database usage, lock contention and cache hit ratio
- Performance Monitor for Windows NT 4.0 to measure resource consumption on the file server and secondary application server
- LANanalysis tool to identify network bandwidth utilization
When starting these performance measurement tools, get output both in the form of real-time visualization to study instant changes to response time/performance, and as a file for the purpose of analyzing the data.
Step 7:
Create a baseline response time for all key tasks under no stress
Once all the monitoring tools and the entire infrastructure are up and running, we get a baseline of the response time of all identified critical tasks without simulating the typical or the peak workload. This indicates how individual tasks perform and how quickly they respond when the back-end is basically idle. The response time for each task is computed by submitting them and measuring the start-time to end-time with a tool like a stopwatch or time scripts. The numbers generated through this step can be used for comparative analysis purposes.
Step 8:
Baseline response time for all key tasks under different load conditions
The two key load conditions under which the response times are measured include the typical workload and the peak load. Assume that a task like submitting a requisition is expected to be completed in less than 40 seconds. When running these tests several times, we come up with averages of 22 seconds under idle conditions, 32 seconds under typical workload, and 52 seconds under peak-load conditions. Now, we know clearly that there would be conditions when the expected levels of performance cannot be achieved with the given infrastructure and its configuration.
|
Proper analysis of the data generated by monitoring tools will reveal the bottleneck or the cause for the slow response time. By alleviating bottlenecks, the response times can be improved slowly but steadily. By running Steps 3-8 repeatedly, bottlenecks associated with every task can be identified and fixed. In cases where the performance requirements are met for specific tasks after running through the process the first time, it’s important to continue baselining after every change to ensure no performance degradation associated with a specific task has taken place.
Step 9:
If requirements are not met, make necessary changes in the form of tuning
Tweaking, tuning, and adding or removing the relevant resource after running this process several times is an optimal way of meeting performance requirements for all tasks. In one situation the bottleneck could be in the credit reporting process. When looking at the process flow, it will become apparent this task can’t handle more than a limited number of concurrent requests. Given a situation like this, the configuration of this process could be modified to spawn more of the same to accommodate more requests.
In another situation the firewall and its authentication/authorization process could be identified as a bottleneck. A load-balanced cluster of firewall servers could resolve this issue. A particular server’s CPU utilization could cause a bottleneck–and something as simple as adding CPUs could be the answer to the problem. Similarly, if the bottleneck is caused by I/O contention on a specific device, implementing striped mirrors for that device could be the answer.
By adopting this methodology, all relevant issues and bottlenecks can be identified. This enables the overall throughput of the system to be optimized. An added benefit of this process is ensuring functionality requirements and addressing compatibility requirements.
Finally, by embracing this process you can tell if the applications will work under realistic workloads and prove if service-level agreements will be met. In addition, these tests show how the system will affect existing the infrastructure as well as help gauge capacity planning efforts during the system’s lifecycle. //
Rakesh Radhakrishnan is a consulting manager with Noblestar Systems Inc., a Reston, Virginia, consulting company specializing in e-commerce and enterprise applications. He can be reached at rradhakrishnan@noblestar.com.