luckfox-pico-sdk/sysdrv/source/mcu/rt-thread/third_party/netutils/netio
luckfox-eng29 8f34c2760d project:build.sh: Added fastboot support; custom modifications to U-Boot and kernel implemented using patches.
project:cfg:BoardConfig_IPC: Added fastboot BoardConfig file and firmware post-scripts, distinguishing between
the BoardConfigs for Luckfox Pico Pro and Luckfox Pico Max. project:app: Added fastboot_client and rk_smart_door
for quick boot applications; updated rkipc app to adapt to the latest media library. media:samples: Added more
usage examples. media:rockit: Fixed bugs; removed support for retrieving data frames from VPSS. media:isp:
Updated rkaiq library and related tools to support connection to RKISP_Tuner. sysdrv:Makefile: Added support for
compiling drv_ko on Luckfox Pico Ultra W using Ubuntu; added support for custom root filesystem.
sysdrv:tools:board: Updated Buildroot optional mirror sources, updated some software versions, and stored device
tree files and configuration files that undergo multiple modifications for U-Boot and kernel separately.
sysdrv:source:mcu: Used RISC-V MCU SDK with RT-Thread system, mainly for initializing camera AE during quick
boot. sysdrv:source:uboot: Added support for fastboot; added high baud rate DDR bin for serial firmware upgrades.
sysdrv:source:kernel: Upgraded to version 5.10.160; increased NPU frequency for RV1106G3; added support for
fastboot.

Signed-off-by: luckfox-eng29 <eng29@luckfox.com>
2024-10-14 09:47:04 +08:00
..
netio.c project:build.sh: Added fastboot support; custom modifications to U-Boot and kernel implemented using patches. 2024-10-14 09:47:04 +08:00
README.md project:build.sh: Added fastboot support; custom modifications to U-Boot and kernel implemented using patches. 2024-10-14 09:47:04 +08:00
SConscript project:build.sh: Added fastboot support; custom modifications to U-Boot and kernel implemented using patches. 2024-10-14 09:47:04 +08:00

NetIO网络吞吐量测试工具

1、介绍

NetIO 用于在 OS/2 2.x 、 Windows 、 Linux 和 Unix 上进行网络性能测试的工具。它会通过 TCP/UDP 方式,使用不同大小的数据包进行网络净吞吐量测试。

RT-Thread 目前支持的是 NetIO TCP 服务器。

2、使用

2.1 启动 NetIO 服务器

需要在 RT-Thread 上使用 Finsh/MSH 命令来启动 NetIO 服务器,大致效果如下:

msh />netio_init
NetIO server start successfully
msh />

2.2 安装 NetIO-GUI 测试软件

安装文件位于 /tools/netio-gui_v1.0.4_portable.exe ,这个是绿色软件,安装实际上是解压的过程,解压到新文件夹即可。

2.3 进行 NetIO 测试

打开刚安装的 NetIO-GUI 软件,按如下操作进行配置:

  • 打开 NetIO-GUI.exe
  • 选择 Client-Mode 模式,TCP 协议;
  • 填写 NetIO 服务器的 IP 地址。可以在 RT-Thread 的 MSH 下使用 ifconfig 命令查看;
  • 点击 Start measure 开始测试(测试前务必确保服务器可以被 PC ping 通);
  • 等待测试结束。结束后,不同数据包对应的收发测试结果将会在结果区域显示出来。

netio_tested