Skip to content

Commit ee4b5e1

Browse files
refine installation instructions and verification steps for ASCT
1 parent 4c9ffec commit ee4b5e1

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

content/install-guides/asct.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ wget https://artifacts.tools.arm.com/asct/dist/0.4.2/asct-0.4.2+3b955c2.tar.gz
9292

9393
### How do I install ASCT using uv?
9494

95-
The recommended installation method uses [uv](https://github.com/astral-sh/uv), a fast Python package installer. First, install `uv`:
95+
The recommended method uses [uv](https://github.com/astral-sh/uv), a fast Python package installer. Install `uv`:
9696

9797
```bash
9898
curl -LsSf https://astral.sh/uv/install.sh | sh
@@ -108,7 +108,7 @@ This installs ASCT to `/usr/local/bin` making it available system-wide. Installi
108108

109109
### How do I verify that ASCT is installed?
110110

111-
After installing ASCT, verify the installation by checking the version:
111+
Verify the installation by checking the version:
112112

113113
```bash
114114
asct version
@@ -120,19 +120,19 @@ The output is similar to:
120120
ASCT 0.4.2+3b955c2
121121
```
122122

123-
You can also display the help information:
123+
Display the help information:
124124

125125
```bash
126126
asct --help
127127
```
128128

129-
The output displays available commands and benchmarks.
129+
This displays available commands and benchmarks.
130130

131131
## How do I use ASCT?
132132

133133
ASCT provides several commands for benchmarking and system analysis, including `run`, `system-info`, `list`, `diff`, and `sysreg`.
134134

135-
Some benchmarks require `sudo` or root privileges to configure huge pages and access certain system information. You can run ASCT without `sudo`, but some benchmarks might be unavailable or limited in functionality.
135+
Some benchmarks require `sudo` or root privileges to configure huge pages and access certain system information. You can run ASCT without `sudo`, but some benchmarks can be unavailable or limited in functionality.
136136

137137
### Get system information
138138

@@ -269,7 +269,7 @@ Some of the tests also generate graphs.
269269

270270
An example of a bandwidth graph is shown below:
271271

272-
![Example bandwidth sweep benchmark output showing memory bandwidth measurements across different data sizes on an Arm system, with a graph displaying bandwidth in GB/s on the y-axis and data size in MB on the x-axis](/install-guides/_images/asct-bw.webp)
272+
![Graph showing memory bandwidth sweep benchmark results with data size in MB on x-axis ranging from 0.001 to 1000, and bandwidth in GB/s on y-axis ranging from 0 to 300, displaying multiple colored lines representing different CPU configurations with performance peaks at smaller data sizes and declining bandwidth as data size increases beyond cache levels alt-txt#center](/install-guides/_images/asct-bw.webp "Bandwidth sweep benchmark results")
273273

274274
## How do I uninstall ASCT?
275275

0 commit comments

Comments
 (0)