JVM参数解析: http://xxfox.perfma.com/
jstack分析1: https://spotify.github.io/threaddump-analyzer/
jstack分析2: https://fastthread.io/index.jsp
gc分析: https://gceasy.io[......]
JVM参数解析: http://xxfox.perfma.com/
jstack分析1: https://spotify.github.io/threaddump-analyzer/
jstack分析2: https://fastthread.io/index.jsp
gc分析: https://gceasy.io[......]
sudo apt-add-repository ppa:teejee2008/ppa
sudo apt-get update
sudo apt-get install ukuu
sudo ukuu-gtk
[......]
摘录自《大规模数据处理实战》极客时间
大部分情况下,系统设计都会保留 P 属性,而在 C 和 A 之间二选一。
cat ./1.txt | while read num ; do echo -n $num | md5sum | cut -f1 -d' '; done
[......]
https://www.freeformatter.com/java-regex-tester.html
[......]