-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Periodic drop in throughput in inter-(linux N/W namespace) communications #1778
Comments
My Code is as follows: #include "http_server.hh" using namespace web; const int timeoutSeconds = 5; const utility::string_t SERVER_URL = U("http://172.16.0.2:80"); void getTimestamp(char *timestamp, int timestampSize) {
} void handle_get(const http_request& request)
} int main()
} |
I have used cpprestsdk library to build multiple services running on different linux N/W namespaces. But I am facing an issue of periodic drop in throughput during my load test, when one of the service is pinned to 1 core of the machine and saturated to 100% utilization. But this doesn't happen when all the services are running in the same linux network namespace or localhost.
This is really not happening in the servers which uses socket programs instead of cpprestsdk. Can you help me on how to figure out the issue?
Following are the time series throughput graph and perf profiling for the high throughput region (left) vs low throughput (right) region.
The text was updated successfully, but these errors were encountered: