You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
4 years ago | |
|---|---|---|
| images/DevOps | 4 years ago | |
| .gitignore | 4 years ago | |
| DevOps.md | 4 years ago | |
| README.md | 4 years ago | |
README.md
lemon-guide
Introduction:收纳操作系统、JAVA、算法、数据库、中间件、解决方案、架构、DevOps和大数据等技术栈总结!
[TOC]
OS
提供OS
JAVA
提供JAVA
Algorithm
提供Algorithm
Database
提供Database
Middleware
提供Middleware
Solution
提供Solution
Architecture
提供Architecture
DevOps
本章节主要总结并收纳了常用的JDK工具、Linux命令、Shell语法、Git命令、测试工具、Docker等。
JDK Tools
jps:用于查看JAVA进程编号。
jstat:用于打印GC回收统计信息,便于分析是否出现FGC等情况。
jstack:用于dump出指定进程中的线程堆栈快照信息,便于排查应用是否有锁、死锁或排查CPU占比高的线程代码。
jmap:用于dump出指定进程中当前内存的快照信息,便于分析内存的内容结构,从而定位内存泄漏等问题。
jhat:用于
jconsole:
jvisualvm:
jmc:
EclipseMAT:
Linux Command
Shell
Git
Test Tools
Docker
BigData
提供BigData
Others
提供Others