# 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/irlv67a
對 tcpdump 不熟的可以試試用這個 Go 官方庫排查網絡問題**
最近把一個負責的 HTTP 服務搬上了公司的內部的 k8s 平臺。由於部分 HTTP 服務還未接入 k8s 平臺,所以內部服務之間的交互主要通過內網域名。說到這裏,一天下午小土負責的 A 服務跟下游服務 B 的請求一直報警超時,開始小土使用 tcpdump 定時抓包系統採集了一些 pcap 文件,由於小土對抓包也不是很在行,HTTP 抓包也碰了一鼻子灰。在跟同事交流的同時,想到了 httptrac ⌘ Read more