Software Delivery Repository

Software Delivery Repository   |   Getting Started   |   FAQ  |  Repositories

HPE Application Tuner Express (HPE-ATX) Repository

HPE Application Tuner Express (HPE-ATX) is a utility for HPE customers running Linux to achieve maximum performance when running on multi-socket servers. Using this tool, you can align application execution with the data in memory resulting in increased performance. HPE-ATX is designed to improve performance of NUMA unaware applications without requiring any changes to the application itself. It helps multi-process and multi-threaded applications running on multi socket machines to achieve better NUMA placement of processes and threads that are related and share memory segments.


HPE-ATX is available for any HPE Gen8 and later x84_64 server running Red Hat Enterprise Linux (RHEL), CentOS Linux, Oracle Linux, SUSE Linux Enterprise Server (SLES) and Ubuntu Server LTS operating systems. For Oracle Linux and CentOS Linux please use the Red Hat Enterprise Linux (RHEL) installation rpm.


Please see the HPE-ATX product page for more information.


  Browse


Documentation


Information on tested HPE-ATX performance improvements can be found in the HPE-ATX Performance Proof Points document.


Documentation on how to install and license HPE-ATX can be found in the Installing HPE-ATX document.


Documentation on how to run HPE-ATX can be found in the Using HPE-ATX document.



Subscribe systems to the hpe-atx repository


Install the HPE public gpg key

http://downloads.linux.hpe.com/SDR/keys


     

Red Hat Enterprise Linux

CentOS Linux

Oracle Linux

Use the hpe-atx rhel rpm for installing on CentOS Linux or Oracle Linux.

Copy-n-paste the following section (substituting ditribution) into /etc/yum.repos.d/hpe-atx.repo on your system:


[hpe-atx]
name=HPE Application Tuner Express
baseurl=http://downloads.linux.hpe.com/repo/hpe-atx/rhel/dist_ver/x86_64/current
enabled=1

Where:

   dist_ver  6, 7, 8




SUSE Linux Enterprise Server

Copy-n-paste the following section (substituting ditribution) into /etc/zypp/repos.d/hpe-atx.repo on your system:


[hpe-atx]
name=HPE Application Tuner Express
baseurl=http://downloads.linux.hpe.com/repo/hpe-atx/sles/dist_ver/x86_64/current
enabled=1

Where:

   dist_ver  11, 12, 15




Ubuntu Server

Copy-n-paste the following section (substituting ditribution) into /etc/apt/sources.list.d/hpe-atx.list on your system:


# HPE Application Tuner Express (HPE-ATX)
deb http://downloads.linux.hpe.com/repo/hpe-atx/ubuntu dist_ver/current non-free

Where:

   dist_ver  bionic, xenial

Update the local apt indexes
# apt-get update

Installing/Updating hpe-atx packages


List the packages in the repository

# yum --disablerepo="*" --enablerepo="hpe-atx" list available
or
# zypper search -s --repo hpe-atx
or
# apt-cache search hpe-atx


Install hpe-atx

# yum install hpe-atx
or
# zypper install hpe-atx
or
# apt-get install hpe-atx


Update hpe-atx

# yum update hpe-atx
or
# zypper update hpe-atx
or
# apt-get upgrade hpe-atx