log4j performance

前端 未结 7 1732
终归单人心
终归单人心 2021-01-08 01:18

I\'m developing a web app, and I\'d like to log some information to help me improve and observe the app. (I\'m using Tomcat6)

First I thought I would use StringBuild

7条回答
  •  难免孤独
    2021-01-08 01:58

    the bottle neck should be the hard disk. your test shows roughly 1MB/s disk write speed, which is quite poor actually.

提交回复
热议问题