你的位置:首页 > 软件开发 > ASP.net > DotNetCore跨平台~性能测试~可以放心使用了

DotNetCore跨平台~性能测试~可以放心使用了

发布时间:2016-06-01 12:00:22
使用dotnetCore发布站点后,它的处理请求能力不逊色IIS等大型服务的能力,号称每秒能处理115万个请求,太牛X了也。先看看它支持的数据库 以下主流数据库都是为支持的Microsoft SQL ServerSQLiteNpgsql (PostgreSQL)MySQLMi ...

使用dotnetCore发布站点后,它的处理请求能力不逊色IIS等大型服务的能力,号称每秒能处理115万个请求,太牛X了也。

先看看它支持的数据库

 

以下主流数据库都是为支持的

 

再看看老外测试出来的结果

get='_blank'>ASP.NET Core – 2300% More Requests Served Per Second

ASP.NET Core – Exceeds 1.15 Million request/s, 12.6 Gbps

Congratulations to ASP.NET Core and .NET Core teams and the Open Source .NET community for quite a milestone in performance!

2300% More Requests Served Per Second

DotNetCore跨平台~性能测试~可以放心使用了

1.15 Million represents a 2300% gain from ASP.NET 4.6!

Why 2 decimal places? I’m not sure why Scott Hunter chose that level of precision, but to me it’s quite significant…

The third decimal place 0.05 Million (e.g. 50,000) is around the total number of requests per second that ASP.NET 4.6 could perform of the same type, on the same hardware – as shown in the below graph:

DotNetCore跨平台~性能测试~可以放心使用了

这种吞吐量应该可以被授受和认可了!

Linux上部署很容易

安装命令如下:

sudo sh -c 'echo "deb [arch=amd64] http://apt-mo.trafficmanager.net/repos/dotnet/ trusty main" > /etc/apt/sources.list.d/dotnetdev.list'sudo apt-key adv --keyserver apt-mo.trafficmanager.net --recv-keys 417A0893sudo apt-get updatesudo apt-get install dotnet

没有了dnvm的身影,直接用apt-get安装,与linux有了更好的融合。

创建并运行一个hello world程序试试:

mkdir hello

原标题:DotNetCore跨平台~性能测试~可以放心使用了

关键词:dotnet

*特别声明:以上内容来自于网络收集,著作权属原作者所有,如有侵权,请联系我们: admin#shaoqun.com (#换成@)。

可能感兴趣文章

我的浏览记录