Workload Manager: Difference between revisions

Content deleted Content added
hatnote for generic concept
 
(2 intermediate revisions by 2 users not shown)
Line 4:
 
== Workload Manager ==
On a mainframe computer many differentdifferents applications execute at the same time. The expectations for executing work are consistent execution times and predictable access to databases. On [[z/OS]] the Workload Manager (WLM) component fulfills these needs by controlling work's access to system resources based on external specifications by the system administrator...
 
The system administrator '''classifies''' work to '''service classes'''. The classification mechanism uses work attributes like transaction names, user identifications or program names which specific applications are known to use. In addition the system administrator defines '''goals''' and '''importance levels''' for the service classes representing the application work. The goals define performance expectations for the work. Goals can be expressed as '''response times''', a relative speed (termed '''velocity''') or as '''discretionary''' if no specific requirement exists. The response time describes the duration for the work requests after they entered the system and until the application signals to WLM that the execution is completed. WLM is now interested to assure that the average response time of a set of work requests ends in the expected time or that a percentage of work requests fulfill the expectations of the end user.
Line 42:
 
== External links ==
* [https://web.archive.org/web/20051228202242/http://www-03.ibm.com/servers/eserver/zseries/zos/wlm/ Official z/OS WLM Homepage]
 
== See also ==