首先使用下面命令获取连接本服务到的ip列表。
netstat -anp|egrep 80|egrep "EST"|awk '{print $(NF-2)}' |cut -f 1 -d ":"
然后用python写一个脚本实现通过IP获取归属地。