Java控制台与RollingRandomAccessfile记录

发布于 2025-01-21 18:15:08 字数 629 浏览 0 评论 0 原文

  1. 从性能角度来看,控制台和基于文件的日志登录有什么区别?

  2. 在基于文件的日志记录的情况下,我知道记录性能会受到磁盘IO的影响。类似的约束在基于控制台的记录中会保持真实吗?

  3. 日志在哪里缓冲直到将其冲洗到控制台?

  4. 在Kubernates的情况下,它如何让我下载控制台日志?它实际存储在哪里?(回答在这里

  5. )如果我使用 async logger 这些 perf与我仍然相关吗?

  1. What is the difference between console and File based logging from performance standpoint?

  2. In the case of file based logging I Understand that logging performance is impacted by disk io. Will the similar constrain hold true in console based logging?

  3. Where are the logs buffered till they are flushed to console?

  4. In the case of kubernates how does it let me download console logs? Where is it stored actually ?(answered here)

  5. If i am using async logger, are these perf benchmark still relevant to me?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文