- Java EE 8 High Performance
- Romain Manni Bucau
- 96字
- 2021-06-30 19:14:31
Java tools to know what my application is doing
Two critical factors are directly linked to performance when you take an application as a black box:
- Memory usage: If too much memory is consumed, it can slow down the application or even make it dysfunctional
- CPU time: If an operation is too slow, it will consume a lot of CPU cycles and impact the overall performance
Without too much external tooling (except the Java Development Kit (JDK) and/or operating system tools), you can easily extract a lot of information and start working on the performance.
推薦閱讀
- Kubernetes網絡權威指南:基礎、原理與實踐
- SharePoint 2013 WCM Advanced Cookbook
- 高性能Linux服務器構建實戰:系統安全、故障排查、自動化運維與集群架構
- Windows 7中文版從入門到精通(修訂版)
- AutoCAD 2014中文版從入門到精通
- 精解Windows 10
- CentOS 6 Linux Server Cookbook
- Linux 從入門到項目實踐(超值版)
- Linux網絡操作系統項目教程(RHEL 7.4/CentOS 7.4)(第3版)(微課版)
- iOS 10快速開發:18天零基礎開發一個商業應用
- CSS揭秘
- Windows網絡編程(第2版)
- Android NDK Beginner's Guide
- Responsive Web Design with AngularJS
- 庖丁解牛Linux操作系統分析