私のpythonスクリプトがサーバーとの接続を開いてデータを受信していることを示すコマンド/ツールを探しています。
これが役立つ場合の Python スクリプトの例を次に示します。
import requests
r = requests.post('https://stream.twitter.com/1/statuses/filter.json',data={'track':'justinbieber'},auth=('user','pass'),headers={'Connection':'close'},stream=True)