Start-CPUBurn/README.md

35 строки
1.8 KiB
Markdown
Исходник Постоянная ссылка Обычный вид История

2019-06-02 06:32:20 +03:00
[![Build status](https://ci.appveyor.com/api/projects/status/ya71jrmcb651gqhh?svg=true)](https://ci.appveyor.com/project/MSFTCoreNet/start-cpuburn)
2019-05-29 19:51:41 +03:00
# Description
Start-CPUBurn is a tool used to burn CPU cores. This was originally used to test the dynamic queue scheduling algorithm that updates the RSSv2 indirection table for Dynamic VMMQ which was first shipped in Windows Server 2019.
2019-06-02 06:52:40 +03:00
## :star: More by the Microsoft Core Networking team
2019-06-02 06:42:08 +03:00
Find more from the Core Networking team using the [MSFTNet](https://github.com/topics/msftnet) topic
2019-05-29 19:51:41 +03:00
# Installation
2019-06-02 06:42:08 +03:00
This module is part of MSFT.Network.Tools which can be installed using this command:
```Install-Module MSFT.Network.Tools```
Or install this module individually using this command:
2019-05-29 19:51:41 +03:00
```Install-Module Start-CPUBurn```
2019-05-29 05:48:52 +03:00
2019-06-02 06:42:08 +03:00
To see all modules from the Microsoft Core Networking team, please use:
```Find-Module -Tag MSFTNet```
2019-05-29 05:48:52 +03:00
# Contributing
This project welcomes contributions and suggestions. Most contributions require you to agree to a
Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us
the rights to use your contribution. For details, visit https://cla.microsoft.com.
When you submit a pull request, a CLA-bot will automatically determine whether you need to provide
a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions
provided by the bot. You will only need to do this once across all repos using our CLA.
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.