代码搜索:iperf
找到约 45 项符合「iperf」的源代码
代码结果 45
www.eeworm.com/read/470566/6913870
1 iperf.1
.TH IPERF 1 "APRIL 2008" NLANR/DAST "User Manuals"
.SH NAME
iperf \- perform network throughput tests
.SH SYNOPSIS
.B iperf -s [
.I options
.B ]
.B iperf -c
.I server
.B [
.I options
.B ]
.B iperf
www.eeworm.com/read/492380/1174650
lua iperf.lua
#!/usr/bin/lua
-- Copyright (C) 2008 OpenRB.com
require('fslib')
data = datajson() or {}
if data.ip then
io.write(proc('iperf -t 20 -c ' .. data.ip .. ' 2>&1', true))
end
www.eeworm.com/read/492380/1175120
cgi iperf.cgi
#!/usr/bin/haserl
# Copyright (C) 2008 OpenRB.com
content-type: text/html
www.eeworm.com/read/423632/2025595
spec iperf.spec
%define pfx /opt/freescale/rootfs/%{_target_cpu}
Summary : iperf is a tool to measure IP bandwidth using UDP or TCP
Name : iperf
Version : 1.7.0
Release : 1
License
www.eeworm.com/read/386863/8720670
rar iperf information.rar
www.eeworm.com/read/386863/8720673
gz iperf-2.0.2.tar.gz
www.eeworm.com/read/492380/1174640
svn-base iperf.lua.svn-base
#!/usr/bin/lua
-- Copyright (C) 2008 OpenRB.com
require('fslib')
data = datajson() or {}
if data.ip then
io.write(proc('iperf -t 20 -c ' .. data.ip .. ' 2>&1', true))
end
www.eeworm.com/read/492380/1175110
svn-base iperf.cgi.svn-base
#!/usr/bin/haserl
# Copyright (C) 2008 OpenRB.com
content-type: text/html