鱿鱼缓存服务器性能

squid cache server performance

我有一台 HP i7、8GB、1TB 笔记本电脑和两台具有相同 OS(Rasbian) 的 Raspberry Pi 3B+ 单板计算机。在我的笔记本电脑上,我使用 Ubuntu 18.04 并安装了 installed/configured squid3。这台笔记本电脑和 Raspberry Pi 板之一无线连接到接入点,该接入点通过以太网 LAN 进一步连接到互联网。另一个 Raspberry Pi 板通过笔记本以太网端口连接到笔记本电脑,并通过它访问互联网(即代理服务器)。 我想知道哪个 Raspberry Pi 板可以更快地访问互联网。 证明它的最好方法是什么? 提前致谢。

最简单的方法就是使用 wget or curl

这样的命令行工具打开 Internet 资源

如果您需要更多信息,例如 upload/download 时间和 ping,您可以使用带宽测量应用程序,例如 speedtest.net in the browser or if your Raspberry PIs don't have GUI you can go for a command-line script like speedtest-cli

如果您需要更多有关套接字性能的 "low level" 信息,您可以访问 iperf

最后,如果您需要通过在多个线程中获取 Internet 资源来执行某种形式的负载测试 - 考虑使用专门的 load testing tool like Tsung