libmemcached 每秒可以处理多少个请求?

发布于 2024-10-08 06:34:31 字数 167 浏览 6 评论 0原文

我有一台Linux服务器,有2G内存/ Intel Core 2 Duo 2.4 GHz cpu,我正在开发一个网络系统。我使用

libmemcached/memcache 来存储和访问数据包信息,我想知道

libmemcached 在普通 Linux 服务器中可以处理多少个请求?谢谢!

I hava a linux server which has 2G memory/ Intel Core 2 Duo 2.4 GHz cpu, I am developing a networking system. I use

libmemcached/memcache to store and access packet info, I want to know how many requests does

libmemcached can handle in a plain linux server ? thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

岁月无声 2024-10-15 06:34:31

有太多因素可能会影响请求率(CPU 速度、其他硬件驱动程序、确切的内核版本、请求大小、缓存命中率等)。不存在“普通 Linux 服务器”这样的东西。

由于听起来您已经拥有固定的硬件,因此最好的选择是测试您拥有的硬件,并查看它在所需负载下的性能如何。

There are too many things that could affect the request rate (CPU speed, other hardware drivers, exact kernel version, request size, cache hit rate, etc ad infinitum). There's no such thing as a "plain linux server."

Since it sounds like you've got fixed hardware, your best bet is to test the hardware you've got, and see how well it performs under your desired load.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文