meteor-benchapp:Meteor 的基准测试应用程序

时间:2024-07-09 15:33:51
【文件属性】:

文件名称:meteor-benchapp:Meteor 的基准测试应用程序

文件大小:5.18MB

文件格式:ZIP

更新时间:2024-07-09 15:33:51

CSS

流星基准测试 这是一个比较 Node.js 和 nginx 性能的简单基准测试。 免责声明这些是我在周末进行的一些初步测试。 我仍然需要准备一个更全面的测试系列,考虑到更多的真实场景。 TL; 博士 测试清楚地表明,将 nginx 放在 Node.JS(或 Meteor)应用程序的前面会大大增加对根路径和静态资产的初始请求的响应时间。 但是,Node.JS 在提供单个图像方面的性能比在提供根路径方面要好得多。 自然,与默认在单核上运行的 Meteor 相比,拥有一个多核系统,其中 nginx 可以利用所有内核,将带来更好的结果。 场景和设置 两台服务器: 流星 彗星 Meteor 运行 Node.js、MongoDB 和 nginx。 Comet 充当客户。 这些测试是在单核、单处理器机器上进行的。 (所有其他规格保持不变)。 设置 1:Node.JS 的测试根 通过 mup 部


【文件预览】:
meteor-benchapp-master
----Results2Cores.md(5KB)
----config()
--------meteorServeStatic.conf(2KB)
--------meteorJustProxy.conf(2KB)
--------nginxsiteDefault.conf(545B)
--------gnuplotScript(898B)
----Graphs.md(1KB)
----results2Cores()
--------timeseriesNodeRoot.jpg(115KB)
--------timeseriesNginxJustProxyImage.jpg(118KB)
--------abNginxJustProxyImage.txt(2KB)
--------abNodeImage.txt(2KB)
--------abNodeRoot.txt(2KB)
--------abNginxServeStaticImage.txt(2KB)
--------timeseriesNginxServeStaticRoot.jpg(250KB)
--------rawData()
--------abNginxJustProxyRoot.txt(2KB)
--------timeseriesNginxServeStaticImage.jpg(120KB)
--------timeseriesNginxJustProxyRoot.jpg(215KB)
--------abNginxServeStaticRoot.txt(2KB)
--------timeseriesNodeImage.jpg(231KB)
----Readme.md(7KB)
----app()
--------client()
--------server()
--------settings.json(22B)
--------.meteor()
--------mup.json(985B)
--------common()
--------public()
----results()
--------timeseriesNodeRoot.jpg(142KB)
--------timeseriesNginxJustProxyImage.jpg(411KB)
--------abNginxJustProxyImage.txt(2KB)
--------abNodeImage.txt(2KB)
--------abNodeRoot.txt(2KB)
--------abNginxServeStaticImage.txt(2KB)
--------timeseriesNginxServeStaticRoot.jpg(196KB)
--------rawData()
--------abNginxJustProxyRoot.txt(2KB)
--------timeseriesNginxServeStaticImage.jpg(85KB)
--------timeseriesNginxJustProxyRoot.jpg(134KB)
--------abNginxServeStaticRoot.txt(2KB)
--------timeseriesNodeImage.jpg(188KB)

网友评论