Technology used and performance impact

kujak

Member
Hello,

Have you got any detailed benchmarks how it affects nginx performance? With/without nemedisa?
Is this Python based or what language have you used for this app?
 
Last edited:
Hello,

Nemesida WAF includes several modules:
  • The dynamic module for Nginx (nwaf-dyn) is written in native C;
  • Nemesida AI modules (MLA, MLC) and Nemesida WAF Scanner are written in Python 3,
  • WUI modules (Cabinet, Signtest) are written in Python 3.
While using Nemesida WAF, the request processing time can increase by 0.05-0.1 milliseconds, because request'll process by signatures/ML, but the delay depends on the volume of a particular request (e.g if the request body is large, the processing time may increase).

In practice, the delay practically does not increase and the LA does not increase much (screenshot of a working server with the full version of Nemesida WAF).

1609708754629.png
 
Back
Top