
linux
文章平均质量分 65
银灯玉箫
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
multilate源代码解读3 AgentStats.h ConnectionStats.h LogHistorgramSampler.h 三者联合起来统计latency
mulitilate原创 2023-03-05 10:31:36 · 464 阅读 · 0 评论 -
Memtiter-benchmark源码解析1client类功能解析
client类功能解析原创 2022-12-28 14:00:23 · 434 阅读 · 0 评论 -
Memtiter-benchmark源码解析3--protocol
protocol原创 2022-12-28 14:00:35 · 148 阅读 · 0 评论 -
Mutated 源代码解析 client (一)
mutated, load generator in C++原创 2022-11-17 15:29:32 · 457 阅读 · 0 评论 -
linux工具总结
测试系统性能 sysbench Sysbench is an open-source and multi-purpose benchmark utility that evaluates the parameter features tests for CPU, memory, I/O, and database (MySQL) performance.stress and stress-ng It is a simple workload generator for POSIX systems原创 2022-03-22 20:20:37 · 480 阅读 · 0 评论 -
Linux 命令行快捷键总结
操作说明Ctrl+K 先按住Ctrl键,再按K键 Alt+K 先按住Ctrl键,再按K键 Esc,k 先单击Esc键,松开后再单击K键移动光标Ctrl+a 把光标移到行首 助记:a 是26个字母的起始 Ctrl+e 把光标移到行尾 助记: e->end Esc,b 把光标往回(左)移动一个单词 b-> back Esc,f 把光标往前(右)移动一个单词 f-> forward编辑命原创 2016-07-18 11:37:26 · 417 阅读 · 0 评论 -
Vim 按键说明及帮助记忆
说明:助记内容以->表示 move the cursor 按键 作用及助记 Ctrl+d 屏幕向下移动半页 d->down Ctrl+u 屏幕向上移动半页 u-> up Shirt+”+” 向下移动一行 n n->数字,光标向后移动n个字符 0或Home 移到行首 0->起始 $或End 移到行尾 $->行尾 H 移到屏幕第一行第原创 2016-07-21 17:10:07 · 829 阅读 · 0 评论 -
网络地址分类(公网地址和私有地址)
A 类地址的第一组数字为1~126, 数字0和数字127 不作为A类地址,数字127 保留给内部回送函数,而数字0 表示该地址是本地宿主机,不能传送。B 类地址的第一组数字为128~91C 类地址的第一组数字为192~223D 类IP地址的第一段数字范围为224~239何为私有地址? 私有地址可以自己组网时用,但不能在Internet 网上用,Internet 网没有这些地址的路由,有这些地址的计...原创 2018-05-11 16:47:27 · 10149 阅读 · 0 评论 -
linux command命令
command [-pVv] command [arg …]Run command with args suppressing the normal shell function lookup. Only builtin commands or commands foundin the PATH are executed. If the -p option is given, the s...原创 2019-10-09 11:56:04 · 1144 阅读 · 0 评论