在没有成功搜索 serverfault 类似问题后,这些是我在多个服务器上运行的一个 magento 实例的数字:
- varnish 后每秒大约 4 个请求访问网络服务器
- magento 缓存配置为使用一个单独的 memcache 服务器,我正在测量大约 210 Mbit/s 的带宽使用情况。
与其他项目(magento 和非 magento)相比,这个数字似乎很遥远(如极高)。
我想获得一些数据来比较,甚至更好,如果你知道究竟是什么原因导致这个/如何找到它以及如何改善这种情况。
在没有成功搜索 serverfault 类似问题后,这些是我在多个服务器上运行的一个 magento 实例的数字:
与其他项目(magento 和非 magento)相比,这个数字似乎很遥远(如极高)。
我想获得一些数据来比较,甚至更好,如果你知道究竟是什么原因导致这个/如何找到它以及如何改善这种情况。
我正在使用 NAT 的虚拟机(debian lenny,up2date)内运行“Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny3 with Suhosin-Patch”,并且大约 60% 的任何 http 响应都得到了服务“为来自 smb 挂载目录(即来自 vm 主机)的请求提供服务时“不完整”。
我的问题是,我看不到任何失败时响应的模式,因为它们会旋转。但我可以看到,像 jquery ui 这样的一些请求总是在同一位置被截断(javascript 控制台报告语法错误)。
这是不完整响应的示例标头:
Date Fri, 04 Sep 2009 21:09:38 GMT
Server Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny3 with Suhosin-Patch
Last-Modified Sat, 20 Jun 2009 11:53:52 GMT
Etag "1810-2f074-46cc64b731400"
Accept-Ranges bytes
Content-Length 192628
Connection close
Content-Type application/javascript
启用 apache2 模组:
alias.conf authz_user.load dir.load php5.load
alias.load autoindex.conf env.load rewrite.load
auth_basic.load autoindex.load mime.conf setenvif.conf
authn_file.load cgi.load mime.load setenvif.load
authz_default.load deflate.conf negotiation.conf status.conf
authz_groupfile.load deflate.load negotiation.load status.load
authz_host.load dir.conf php5.conf
在我的特定项目中,只有 .js 和 .png 文件受到影响。“主要请求”总是加载正常。
更新:
apache2ctl -m
输出:
Loaded Modules:
core_module (static)
log_config_module (static)
logio_module (static)
mpm_prefork_module (static)
http_module (static)
so_module (static)
alias_module (shared)
auth_basic_module (shared)
authn_file_module (shared)
authz_default_module (shared)
authz_groupfile_module (shared)
authz_host_module (shared)
authz_user_module (shared)
autoindex_module (shared)
cgi_module (shared)
deflate_module (shared)
dir_module (shared)
env_module (shared)
mime_module (shared)
negotiation_module (shared)
php5_module (shared)
rewrite_module (shared)
setenvif_module (shared)
status_module (shared)
Syntax OK
我创建了一个备份计划,以通过我们的 Windows 2003 SBS 上的 UNC (\\192.168.xy\backup\pdc) 备份到 NAS,该计划在 1 秒后停止并出现以下错误:“由于指定的媒体无法被执行,因此未执行操作成立。”
我认为这与运行 ntbackup 脚本本身的用户有关。当我在管理员命令行中执行 ntbackup 命令时,它可以正常工作。如果备份例程启动(它列在计划任务列表中,可以手动运行它),它就不起作用。我读了一些关于执行命令的 SBS 备份用户的内容。
我该如何更改它或如何授予该特定用户访问 NAS 的权利(也就是提供凭据)?
运行 web 应用程序时,subversion 签出和导出之间是否存在性能差异?
我们已经在部署过程中实现了这一点,没有测量差异(感觉很糟糕。而且很糟糕。)。
我们的意图是:
a)转储开销(.svn 文件夹及其内容)和
b)改进任何目录遍历内容
你有这方面的经验或测量吗?