This is a difficult question that I was asked the other day ... We are working on a rather complex telephone (SIP) with mixed C ++ and PHP code with MySQL databases and several open source components.
A telecommunications engineer asked us to evaluate the performance of an application (which is not yet ready). It was like, βwell, you know how many packets can go through the Linux kernel per second, and you also know how fast your application is, so tell me how many calls will go through your stuff per second.β
It seems pointless to me, since there are a million scenarios that can happen (well, literally ...)
However ... is there a way to evaluate the performance of the application (knowing the hardware on which it will work, the ability to run standard tests on it, etc.) before actual testing?
source
share