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
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`:
96
96
97
97
```bash
98
98
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
108
108
109
109
### How do I verify that ASCT is installed?
110
110
111
-
After installing ASCT, verify the installation by checking the version:
111
+
Verify the installation by checking the version:
112
112
113
113
```bash
114
114
asct version
@@ -120,19 +120,19 @@ The output is similar to:
120
120
ASCT 0.4.2+3b955c2
121
121
```
122
122
123
-
You can also display the help information:
123
+
Display the help information:
124
124
125
125
```bash
126
126
asct --help
127
127
```
128
128
129
-
The output displays available commands and benchmarks.
129
+
This displays available commands and benchmarks.
130
130
131
131
## How do I use ASCT?
132
132
133
133
ASCT provides several commands for benchmarking and system analysis, including `run`, `system-info`, `list`, `diff`, and `sysreg`.
134
134
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.
136
136
137
137
### Get system information
138
138
@@ -269,7 +269,7 @@ Some of the tests also generate graphs.
269
269
270
270
An example of a bandwidth graph is shown below:
271
271
272
-

272
+

0 commit comments