Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

loratune(1m) [hpux man page]

loratune(1M)															      loratune(1M)

NAME
loratune - initiate LORA tuneup to improve alignment of processing resources SYNOPSIS
DESCRIPTION
The command improves the performance of an HP-UX system in LORA (Locality-Optimizated Resource Alignment) mode, by triggering the kernel to do optimization tuning of the system and application memory. The command may return before the tuning is complete. This tuning can continue in the background for several minutes after the command returns. If the command is interrupted, or the command process is otherwise terminated, no subsequent tuning operations will be initiated, but those in progress will continue until completion. When no options are specified, all locality domains are tuned. Options This option limits the tuning to the locality domain specified by lid. Application Usage In Locality-Optimized Resource Alignment (LORA) mode, performance of applications may improve when their processors and the memory that they use are aligned in the same locality. The HP-UX kernel attempts to maintain such alignment at all times, but it is possible for mis- alignment to occur when the system workload transitions significantly. If that happens, the command can be used to reestablish alignment and improve application performance. Here are some examples of workload transition events that may cause misalignment of processing resources: o Starting or terminating an application that consumes a large amount of processor or memory resources. o The workload demand surges far above the normal level and then recedes. o Dynamic platform operations that add or subtract processor or memory resources from the operating system's control. If one of those events has occurred, and application performance is not as high as it can be, then it is appropriate to invoke the command. RETURN VALUES
The command returns a 0 when successful, and a non-zero value when unsuccessful. ERRORS
The command will not initiate any tuning and will return a non-zero value if the user does not have appropriate privilege. WARNINGS
The command can consume a significant amount of system processing resources to restore optimal alignment. Ideally, the command should be invoked prior to the time when performance is critical, not during the time when performance is critical. The command should be invoked after the workload transition is complete, not during workload transition. Although tuning can continue in the background for several min- utes, it is not necessary to wait any more than five minutes between invoking the command and launching new applications. EXAMPLES
If eight instances of SAP were running in localities with locality domain identifiers 4 and 5, and four of those instances were shut down, then it would be appropriate to tuneup the remaining four instances. An example command would be: If an HP-UX system in LORA mode had one of its cells deactivated, then it would be appropriate to tuneup the entire system. An example command would be: AUTHOR
was developed by HP. SEE ALSO
mpsched(1), numa_policy(5), lora(7). Itanium(R)-based Systems Only loratune(1M)

Check Out this Related Man Page

lora(7) 						 Miscellaneous Information Manual						   lora(7)

NAME
lora - Locality-Optimized Resource Alignment (LORA) framework DESCRIPTION
an acronym for Locality-Optimized Resource Alignment, is a framework for exploiting the locality domains in HP Non-Uniform Memory Architec- ture (NUMA) servers to improve performance or to reduce cost. On NUMA servers, a locality domain can consist of a related collection of processors, memory, and peripheral resources. All processors in a given locality domain will have equal or close to equal latency to any memory. LORA consists of a set of configuration rules, commands and tools to simplify the configuration process, and a new HP-UX kernel mode. The two HP-UX modes are called LORA mode and SMP (Symmetric Multiprocessor) mode. SMP mode is characterized by balanced utilization of all system processing resources, although the scheduler does account for system topology in processor scheduling decisions. In LORA mode, HP-UX attempts to align the processing resources executing an application within the minimal set of locality domains. This alignment results in improved application performance, or, alternatively, comparable performance with fewer processing resources. The use of LORA is recommended for and is generally beneficial to all workloads that exhibit locality of memory reference. The exception is technical applications that operate on extremely large data sets. The use of LORA requires the installation of a set of patches docu- mented in the HP-UX 11i Version 3 September 2009 Release Notes. The command can be used to establish server configurations that conform to the LORA rules. The command can be used to reestablish good resource alignment if it has been disrupted by a major workload transition or platform recon- figuration event. The kernel tunable parameter can be used to control the HP-UX mode. The kernel tunable parameter can be used to control the LORA memory allocation policies. The kernel tunable parameter can be used to control the LORA process launch policies. The tuning recommendations for LORA are as follows:(1) Leave the parameter at its default value of 0.(2) Leave the parameter at its default value of 0.(3) Leave the parameter at its default value of 1.(4) Apply the Server-Tunables product from the Tune-N-Tools bundle. AUTHOR
was developed by HP. SEE ALSO
loratune(1M), parconfig(1M), numa_mode(5), numa_policy(5), numa_sched_launch(5). a detailed white paper is available at lora(7)
Man Page