美文网首页
tomcat和undertow对比实践

tomcat和undertow对比实践

作者: Britney_z | 来源:发表于2017-06-07 17:18 被阅读212次

    1、初始化启动服务器时,对比图

    tomcat:

    upload-images.jianshu.io/upload_images/5072576-43d8139427a00144.png

    undertow:

    upload-images.jianshu.io/upload_images/5072576-b4920db23c7e50c7.png

    2、100线程并发对比图

    tomcat:

    upload-images.jianshu.io/upload_images/5072576-876cd21f2e768039.png

    undertow:

    upload-images.jianshu.io/upload_images/5072576-03f072a40065c7c0.png

    3、两者吞吐率

    发现tomcat占用内存明显高于undertow,而两者吞吐率却差不多

    相关文章

      网友评论

          本文标题:tomcat和undertow对比实践

          本文链接:https://www.haomeiwen.com/subject/jbrafxtx.html