You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
weight: 1# Defines page ordering. Must be 1 for first (or only) page.
26
-
tool_install: false# Set to true to be listed in main selection page, else false
26
+
tool_install: true# Set to true to be listed in main selection page, else false
27
27
multi_install: false # Set to true if first page of multi-page article, else false
28
28
multitool_install_part: false # Set to true if a sub-page of a multi-page article, else false
29
29
layout: installtoolsall # DO NOT MODIFY. Always true for tool install articles
30
-
31
-
build:
32
-
list: false
33
-
render: true
34
30
---
35
31
36
32
The Arm System Characterization Tool (ASCT) is a command-line utility for running low-level benchmarks, diagnostic scripts, and system tests to analyze and debug performance on Arm-based platforms. ASCT provides a standardized environment for evaluating key hardware characteristics and is especially suited for platform bring-up, system tuning, and architectural comparison tasks.
@@ -86,10 +82,10 @@ ASCT is distributed as a Python package and requires Python 3.10 or later.
86
82
87
83
Download the latest ASCT release from the [artifacts.tools.arm.com](https://artifacts.tools.arm.com/asct/dist/) page.
This installs ASCT to `/usr/local/bin` making it available system-wide. Installing to `/usr/local/bin` instead of the default `~/.local/bin` allows you to run ASCT with `sudo`, which is required for some benchmarks to access system resources and configure huge pages.
0 commit comments