AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / user-2169

Karsten's questions

Martin Hope
Karsten
Asked: 2013-11-12 01:12:56 +0800 CST

每秒 4 个 Magento 请求 = 210 mbit 内存缓存带宽?

  • 0

在没有成功搜索 serverfault 类似问题后,这些是我在多个服务器上运行的一个 magento 实例的数字:

  • varnish 后每秒大约 4 个请求访问网络服务器
  • magento 缓存配置为使用一个单独的 memcache 服务器,我正在测量大约 210 Mbit/s 的带宽使用情况。

与其他项目(magento 和非 magento)相比,这个数字似乎很遥远(如极高)。

我想获得一些数据来比较,甚至更好,如果你知道究竟是什么原因导致这个/如何找到它以及如何改善这种情况。

memcached
  • 1 个回答
  • 176 Views
Martin Hope
Karsten
Asked: 2009-09-05 13:17:36 +0800 CST

Apache 提供来自 smb 挂载目录的不完整响应

  • 2

我正在使用 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
http apache-2.2 server-message-block
  • 2 个回答
  • 1628 Views
Martin Hope
Karsten
Asked: 2009-05-31 08:35:38 +0800 CST

windows sbs 2003下ntbackup无法保存到NAS

  • 0

我创建了一个备份计划,以通过我们的 Windows 2003 SBS 上的 UNC (\\192.168.xy\backup\pdc) 备份到 NAS,该计划在 1 秒后停止并出现以下错误:“由于指定的媒体无法被执行,因此未执行操作成立。”

我认为这与运行 ntbackup 脚本本身的用户有关。当我在管理员命令行中执行 ntbackup 命令时,它可以正常工作。如果备份例程启动(它列在计划任务列表中,可以手动运行它),它就不起作用。我读了一些关于执行命令的 SBS 备份用户的内容。

我该如何更改它或如何授予该特定用户访问 NAS 的权利(也就是提供凭据)?

windows backup ntbackup windows-sbs-2003 network-attached-storage
  • 3 个回答
  • 3622 Views
Martin Hope
Karsten
Asked: 2009-05-24 16:20:40 +0800 CST

颠覆结账和出口之间的性能差异?

  • 3

运行 web 应用程序时,subversion 签出和导出之间是否存在性能差异?

我们已经在部署过程中实现了这一点,没有测量差异(感觉很糟糕。而且很糟糕。)。

我们的意图是:
a)转储开销(.svn 文件夹及其内容)和
b)改进任何目录遍历内容

你有这方面的经验或测量吗?

performance svn web-applications
  • 3 个回答
  • 2072 Views

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    新安装后 postgres 的默认超级用户用户名/密码是什么?

    • 5 个回答
  • Marko Smith

    SFTP 使用什么端口?

    • 6 个回答
  • Marko Smith

    命令行列出 Windows Active Directory 组中的用户?

    • 9 个回答
  • Marko Smith

    什么是 Pem 文件,它与其他 OpenSSL 生成的密钥文件格式有何不同?

    • 3 个回答
  • Marko Smith

    如何确定bash变量是否为空?

    • 15 个回答
  • Martin Hope
    Tom Feiner 如何按大小对 du -h 输出进行排序 2009-02-26 05:42:42 +0800 CST
  • Martin Hope
    Noah Goodrich 什么是 Pem 文件,它与其他 OpenSSL 生成的密钥文件格式有何不同? 2009-05-19 18:24:42 +0800 CST
  • Martin Hope
    Brent 如何确定bash变量是否为空? 2009-05-13 09:54:48 +0800 CST
  • Martin Hope
    cletus 您如何找到在 Windows 中打开文件的进程? 2009-05-01 16:47:16 +0800 CST

热门标签

linux nginx windows networking ubuntu domain-name-system amazon-web-services active-directory apache-2.4 ssh

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve