# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 1
# self = https://watcher.sour.is/conv/677xwka
6 款工具,輕鬆分析定位 JVM 問題!**
大家好,我是不才陳某~你可能一開始會比較畏懼使用複雜的工具去排查問題,又或者是打開了工具感覺無從下手,但是隨着實踐越來越多,對 Java 程序和各種框架的運作越來越熟悉,你會發現使用這些工具越來越順手。這篇文章中介紹下如何使用 JDK 自帶工具來分析和定位 Java 程序的問題。使用 JDK 自帶工具查看 JVM 情況--------------------JDK 自帶了很多命令行甚至是圖形界面工 ⌘ Read more