网络
zhangyulin54321
这个作者很懒,什么都没留下…
展开
-
python实现不断模拟客户端请求,实现压力测试
testVolumeClient.pyimport urllib2url = 'http://localhost:8000'while True: urlrequest = urllib2.Request(url) urlresponse = urllib2.urlopen(urlrequest) print urlresponse.read()原创 2016-11-06 16:21:34 · 5138 阅读 · 0 评论 -
使用华为模拟器重置ospf设置命令
在xshell中:》telnet 192.168.200.2>>username:xxx,password:****>>sy>> display cureent-configuration你将会看到ospf的相关设置:# ospf 1 router-id 1.1.1.1 area 0.原创 2016-10-27 10:25:59 · 14037 阅读 · 0 评论