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
Copy file name to clipboardExpand all lines: website/docs/developing/0010-develop-guide.md
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -351,10 +351,6 @@ following interfaces/classes.
351
351
* IProcessProxy
352
352
* ProcessProxy
353
353
354
-
**CPU Affinity Support**
355
-
Virtual Client supports binding workload processes to specific CPU cores to enable core isolation testing. For detailed guidance on implementing
356
-
CPU affinity in workload executors, see the [Workload Onboarding Process](./0030-workload-onboarding.md#cpu-core-affinity-optional) documentation.
357
-
358
354
* **State Management**
359
355
Certain scenarios require the ability to preserve state information in between operations. For example, there are operations that make configuration settings changes to the
360
356
system and then require a reboot. When the Virtual Client is restarted, it needs to know what previous requirements were completed. State management is also very important
Copy file name to clipboardExpand all lines: website/docs/overview/overview.md
+3-21Lines changed: 3 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ The platform supports a wide range of different industry standard/benchmark work
9
9
The platform additionally provides the ability to capture important performance and reliability measurements from the underlying system. The platform supports all business-critical
10
10
Azure environments including guest/VM systems, host/blade systems and data center/DC lab systems. The platform additionally supports both x64 and ARM64 compute architectures.
Release versions of the Virtual Client are available on public NuGet.org. Note that versions that are not tagged as 'Release'
23
-
are considered beta quality. Production quality releases will be tagged appropriately.
24
-
25
-
* NuGet Releases
26
-
*https://www.nuget.org/packages/VirtualClient
27
-
* Please note we will be renaming package to Microsoft.VirtualClient in the future pending MSFT internal processes.
28
-
29
-
## Platform/Architectures
30
-
In the workload and profile sections below, the following designations are used to indicate the OS platform and CPU architecture on which the workloads are supported:
31
-
***linux-x64**
32
-
The workload is supported on the Linux operating system for Intel and AMD x64 architectures.<br/><br/>
33
-
***linux-arm64**
34
-
The workload is supported on the Linux operating system for ARM64/AARCH64 architectures.<br/><br/>
35
-
***win-x64**
36
-
The workload is supported on the Windows operating system for Intel and AMD x64 architectures.<br/><br/>
37
-
***win-arm64**
38
-
The workload is supported on the Windows operating system for ARM64/AARCH64 architectures.
39
-
40
22
41
23
## Supported Workloads/Benchmarks
42
24
The following list of workloads are used by Virtual Client profiles to exercise the system components in a consistent way required to measure performance baselines and differences.
|[ASP.NET Benchmarks](https://microsoft.github.io/VirtualClient/docs/workloads/aspnet-benchmarks/aspnet-benchmarks)| ASP.NET Kestrel web server throughput and latency. | linux-x64, linux-arm64, win-x64, win-arm64 |[MIT (ASP.NET)](https://github.com/dotnet/aspnetcore/blob/main/LICENSE.txt)<br/>[MIT (Bombardier)](https://github.com/codesenberg/bombardier/blob/master/LICENSE)|
35
+
|[ASP.NET Bench](https://microsoft.github.io/VirtualClient/docs/workloads/aspnetbench/aspnet-benchmarks)| ASP.NET Kestrel web server throughput and latency. | linux-x64, linux-arm64, win-x64, win-arm64 |[MIT (ASP.NET)](https://github.com/dotnet/aspnetcore/blob/main/LICENSE.txt)<br/>[MIT (Bombardier)](https://github.com/codesenberg/bombardier/blob/master/LICENSE)|
|[NGINX](https://microsoft.github.io/VirtualClient/docs/workloads/nginx)| Web Server | linux-x64, linux-arm64, win-x64, win-arm64 |[BSD-2-Clause](https://github.com/nginx/nginx/blob/master/LICENSE)|
0 commit comments