Add: Gatling (#2047)
* Add: Gatling Signed-off-by: NaveenKumar Namachivayam <catch.nkn@gmail.com> * Update: Website Signed-off-by: NaveenKumar Namachivayam ⚡ <catch.nkn@gmail.com> Signed-off-by: NaveenKumar Namachivayam <catch.nkn@gmail.com> Signed-off-by: NaveenKumar Namachivayam ⚡ <catch.nkn@gmail.com>pull/2109/head
parent
28d33cf626
commit
9c2062e82c
1 changed files with 11 additions and 1 deletions
@ -1 +1,11 @@ |
||||
# Gatling |
||||
# Gatling |
||||
|
||||
Gatling is a highly capable load testing tool. It is designed for ease of use, maintainability and high performance. |
||||
|
||||
Out of the box, Gatling comes with excellent support of the HTTP protocol that makes it a tool of choice for load testing any HTTP server. As the core engine is actually protocol agnostic, it is perfectly possible to implement support for other protocols. For example, Gatling currently also ships JMS support. |
||||
|
||||
Gatling’s architecture is asynchronous as long as the underlying protocol, such as HTTP, can be implemented in a non blocking way. This kind of architecture lets us implement virtual users as messages instead of dedicated threads, making them very resource cheap. Thus, running thousands of concurrent virtual users is not an issue. |
||||
|
||||
<ResourceGroupTitle>Free Content</ResourceGroupTitle> |
||||
<BadgeLink colorScheme='blue' badgeText='Official Website' href='https://gatling.io/'>Gatling Website</BadgeLink> |
||||
<BadgeLink badgeText='Course' colorScheme='green' href='https://www.youtube.com/playlist?list=PLJ9A48W0kpRJE6s8I1MjWm-z8BGbUYNCw'>Learn Gatling</BadgeLink> |
||||
|
Loading…
Reference in new issue