Add Locust.

This commit is contained in:
Meitar M 2019-08-05 14:24:17 -04:00
parent 4574b944f3
commit 104f0851d8
No known key found for this signature in database
GPG Key ID: 07EFAA28AB94BC85
1 changed files with 1 additions and 0 deletions

View File

@ -190,6 +190,7 @@ See also [awesome-pentest § Social Engineering Tools](https://github.com/meitar
See also [awesome-sysadmin#monitoring](https://github.com/n1trux/awesome-sysadmin#monitoring).
- [Icinga](https://icinga.com/) - Modular redesign of Nagios with pluggable user interfaces and an expanded set of data connectors, collectors, and reporting tools.
- [Locust](https://locust.io/) - Open source load testing tool in which you can define user behaviour with Python code and swarm your system with millions of simultaneous users.
- [Nagios](https://nagios.org) - Popular network and service monitoring solution and reporting platform.
- [OpenNMS](https://opennms.org/) - Free and feature-rich networking monitoring system supporting multiple configurations, a variety of alerting mechanisms (email, XMPP, SMS), and numerous data collection methods (SNMP, HTTP, JDBC, etc).
- [osquery](https://github.com/facebook/osquery) - Operating system instrumentation framework for macOS, Windows, and Linux, exposing the OS as a high-performance relational database that can be queried with a SQL-like syntax.