Zusammenfassung der Ressource
Methods to Identify Performance
Bottlenecks
- Run Test Sessions
- Analyze Performance Details
- Monitor System Performance
- Thread Statistics
- Analyze
- Run Time
- Idle time
- Busy Time
- Thread Work Time
- Eliminate Bottlenecks
- Reader / Writer thread 100% busy ?
- Consider using String data types in source and target ports
- Transformation thread 100 % busy
- Consider adding a partition point in the segment
- Stop
- if the machine is already running or near full capacity
- One transformation require more time than other
- Consider adding pass through partition point to the transformation