https://github.com/hallatore/Netling
Netling is a load tester client for easy web testing.
https://github.com/hallatore/Netling
Last synced: 8 months ago
JSON representation
Netling is a load tester client for easy web testing.
- Host: GitHub
- URL: https://github.com/hallatore/Netling
- Owner: hallatore
- License: mit
- Created: 2013-06-05T19:01:15.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2022-12-05T15:17:31.000Z (almost 3 years ago)
- Last Synced: 2025-03-11T08:07:49.000Z (8 months ago)
- Language: C#
- Homepage:
- Size: 429 KB
- Stars: 1,352
- Watchers: 55
- Forks: 211
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-dotnet-core - Netling - 加载测试客户端,以便轻松进行Web测试。 (框架, 库和工具 / 测试)
- awesome-dot-dev - Netling - A load tester client for easy web testing. It is extremely fast while using little CPU or memory. (Tools)
- fucking-awesome-dotnet-core - Netling - Load tester client for easy web testing. (Frameworks, Libraries and Tools / Testing)
- awsome-dotnet - Netling - A load tester client for easy web testing. It is extremely fast while using little CPU or memory. (Tools)
- awesome-csharp - Netling - A load tester client for easy web testing. It is extremely fast while using little CPU or memory. (Tools)
- awesome-dotnet-cn - Netling - 负载测试工具客户端,用于简单的web测试,CPU或内存占用少,速度快。 (工具)
- awesome-dotnet - Netling - A load tester client for easy web testing. It is extremely fast while using little CPU or memory. (Tools)
- awesome-dotnet-core - Netling - Load tester client for easy web testing. (Frameworks, Libraries and Tools / Testing)
- awesome-dotnet - Netling - A load tester client for easy web testing. It is extremely fast while using little CPU or memory. (Tools)
README
Netling is a load tester client for easy web testing. It is extremely fast while using little CPU or memory.
## Requirements
.NET 7
## Usage
The base source is meant to support most scenarios. You can use the WPF client, console client or integrate Netling.Core into your custom solution.
Need custom headers, data, etc? Fork and tweak it to your needs! :)
### SocketWorker
This is the default worker. It uses raw sockets and is very fast.
PS: SocketWorker requires keep-alive. Connection: Close will result in errors.
### HttpClientWorker
This worker uses HttpClient and is easier to tweak.
## Screenshots


