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
-`python3` — Python 3.10 or later for running ASCT
71
-
-`gcc`and `make` — for compiling benchmark components
71
+
-`gcc`, `make`, and `libc6-dev` — for compiling benchmark components
72
72
-`numactl` — for NUMA-aware memory benchmarks
73
73
-`fio` — version 3.36 or later for storage benchmarks
74
74
-`linux-tools-generic` and `linux-tools-$(uname -r)` — Linux Perf for performance analysis
@@ -80,15 +80,15 @@ For more information about installing Perf on different Linux distributions, see
80
80
ASCT is distributed as a Python package and requires Python 3.10 or later.
81
81
82
82
{{% notice Note %}}
83
-
The following commands use ASCT version 0.5.1. The same commands work with other versions. Replace the file used in these steps with the file for your version of choice. To find the latest version, see [ASCT downloads](https://artifacts.tools.arm.com/asct/dist/).
83
+
The following commands use ASCT version 0.6.0. The same commands work with other versions. Replace the file used in these steps with the file for your version of choice. To find the latest version, see [ASCT downloads](https://artifacts.tools.arm.com/asct/dist/).
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.
ASCT is open source and available on GitHub at [https://github.com/Arm/asct](https://github.com/Arm/asct). You can browse the source code, report issues, and contribute to the project.
307
+
300
308
To get detailed information about any ASCT command, run the built-in help command:
301
309
302
310
```bash
@@ -308,4 +316,5 @@ For example:
308
316
```bash
309
317
asct help run
310
318
```
319
+
311
320
You are now ready to use ASCT for analyzing performance on Arm-based platforms.
0 commit comments