# netbench **Repository Path**: azhai/netbench ## Basic Information - **Project Name**: netbench - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-21 - **Last Updated**: 2021-11-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # netbench 压测不同的net socket实现 # 相关配置 ``` cat >> /etc/security/limits.conf < * soft nofile 819200 * hard nofile 819200 root soft nofile 819200 root hard nofile 819200 # * soft nproc 819200 * hard nproc 819200 root soft nproc 819200 root hard nproc 819200 # * soft sigpending 409600 * hard sigpending 409600 root soft sigpending 409600 root hard sigpending 409600 EOD ulimit -SHn 819200 && ulimit -SHu 819200 && ulimit -SHi 409600 cat >> /etc/sysctl.conf <