一 postman
1 HTTP proxy
setting | Proxy
2 Socks5 proxy
native postman无法设置socks5 proxy,故选择了一个折中的方法,用chrome postman,然后便可以用chrome的其他插件设置socks5 proxy,如SwitchyOmega
二 IDEA
http://www.jetbrains.com/help/idea/2017.1/http-proxy.html
Run -> Edit Configurations -> VM options
-DsocksProxyHost=127.0.0.1 -DsocksProxyPort=8081
三 Jmeter
https://docs.oracle.com/javase/9/docs/api/java/net/doc-files/net-properties.html
java -DsocksProxyHost=127.0.0.1 -DsocksProxyPort=8081 -jar ApacheJMeter.jar