Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hallatore/Netling
Netling is a load tester client for easy web testing.
https://github.com/hallatore/Netling
Last synced: 3 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 11 years ago)
- Default Branch: master
- Last Pushed: 2022-12-05T15:17:31.000Z (about 2 years ago)
- Last Synced: 2024-10-15T10:41:01.344Z (3 months ago)
- Language: C#
- Homepage:
- Size: 429 KB
- Stars: 1,344
- Watchers: 57
- Forks: 210
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
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
![Client](https://i.imgur.com/m8GQn94.png)
![Result window](https://i.imgur.com/xpxz22y.png)
![Console application](https://i.imgur.com/Quh4EWM.png)