ameyvaidya / Netling

Netling is a load tester client for easy web testing.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Netling is a load tester client for easy web testing. It is extremely fast while using little CPU or memory.

Requirements

.NET Core 3.0

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

Result window

Console application

About

Netling is a load tester client for easy web testing.

License:MIT License


Languages

Language:C# 100.0%