Skip to content

Commit 04936c3

Browse files
authored
Add logical/sockets/memory info to profiles table
1 parent dc7c8dd commit 04936c3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

scenarios/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ Each profile defines a set of machines, private IPs and ports that are used to r
3030
| Profile | Arch | OS | Proc |
3131
| :------------- | :----------: | :----------- | :----------- |
3232
| `local` | (local machine) | (local machine) | (local machine) |
33-
| `aspnet-perf-lin` | INTEL, 12 cores, 32GB | Ubuntu 20.04, Kernel 5.4.0 | Intel(R) Xeon(R) E-2336 CPU @ 2.90GHz |
34-
| `aspnet-perf-win` | INTEL, 12 cores, 32GB | Windows Server 2022 | Intel(R) Xeon(R) E-2336 CPU @ 2.90GHz |
35-
| `aspnet-citrine-lin` | INTEL, 28 cores | Ubuntu 20.04, Kernel 5.4.0 | Intel(R) Xeon(R) Gold 5120 CPU @ 2.20GHz |
36-
| `aspnet-citrine-win` | INTEL, 28 cores | Windows Server 2022 | Intel(R) Xeon(R) Gold 5120 CPU @ 2.20GHz |
37-
| `aspnet-citrine-amd` | AMD, 48 cores, 64GB, 1 NUMA | Ubuntu 20.04, Kernel 5.4.0 | AMD EPYC 7402P 24-Core Processor |
38-
| `aspnet-citrine-amd2` | AMD, 48 cores, 64GB, 4 NUMA | Ubuntu 20.04, Kernel 5.4.0 | AMD EPYC 7402P 24-Core Processor |
39-
| `aspnet-citrine-arm-lin` | ARM64, 80 cores, 1 NUMA | Ubuntu 20.04, Kernel 5.4.0 | Neoverse-N1 |
33+
| `aspnet-perf-lin` | INTEL, 12 logical cores, 1 socket, 32GB | Ubuntu 20.04, Kernel 5.4.0 | Intel(R) Xeon(R) E-2336 CPU @ 2.90GHz |
34+
| `aspnet-perf-win` | INTEL, 12 logical cores, 1 socket, 32GB | Windows Server 2022 | Intel(R) Xeon(R) E-2336 CPU @ 2.90GHz |
35+
| `aspnet-citrine-lin` | INTEL, logical 28 cores, 1 socket, 32GB | Ubuntu 20.04, Kernel 5.4.0 | Intel(R) Xeon(R) Gold 5120 CPU @ 2.20GHz |
36+
| `aspnet-citrine-win` | INTEL, logical 28 cores, 1 socket, 32GB | Windows Server 2022 | Intel(R) Xeon(R) Gold 5120 CPU @ 2.20GHz |
37+
| `aspnet-citrine-amd` | AMD, logical 48 cores, 1 socket, 64GB, 1 NUMA | Ubuntu 20.04, Kernel 5.4.0 | AMD EPYC 7402P 24-Core Processor |
38+
| `aspnet-citrine-amd2` | AMD, logical 48 cores, 1 socket, 64GB, 4 NUMA | Ubuntu 20.04, Kernel 5.4.0 | AMD EPYC 7402P 24-Core Processor |
39+
| `aspnet-citrine-arm-lin` | ARM64, 80 physical cores, 1 socket, 1 NUMA, 128 GB | Ubuntu 20.04, Kernel 5.4.0 | Neoverse-N1 |
4040

4141
For testing purpose only, the __local__ profile requires a local agent to run:
4242

0 commit comments

Comments
 (0)