随笔分类 -  其他杂项资料

杂项资料记录
摘要:Apache ab 下载解压即可: n 即requests,用于指定压力测试总共的执行次数。 c 即concurrency,用于指定的并发数。 t 即timelimit,等待响应的最大时间(单位:秒)。 b 即windowsize,TCP发送/接收的缓冲大小(单位:字节)。 p 即postfile, 阅读全文
posted @ 2018-08-16 14:46 cs-zhanglu 阅读(637) 评论(0) 推荐(0)
摘要:oeasy@localhost:/etc/systemd/system$ ls bluetooth.target.wants dbus org.freedesktop.nm dispatcher.service face_upgrade.service graphical.target.wants 阅读全文
posted @ 2018-08-16 14:41 cs-zhanglu 阅读(1142) 评论(0) 推荐(0)
摘要:依次执行按照步骤执行: 1. curl Ss 'https://raw.githubusercontent.com/firehol/netdata demo site/master/install required packages.sh' /tmp/kickstart.sh && bash /tm 阅读全文
posted @ 2018-08-16 14:38 cs-zhanglu 阅读(117) 评论(0) 推荐(0)
摘要:rm rf + 文件夹名 删除该目录 rmdir 删除空目录 mkdir + 文件 创建目录 clear 清屏 pwd 当前路径 ll i 显示文件节点 ,使用find ./ inum XXX(节点号) print exec rm rf {} \;删除乱码文件 sudo mv + 文件 修改文件名 阅读全文
posted @ 2018-08-16 14:28 cs-zhanglu 阅读(307) 评论(0) 推荐(0)
摘要:首先使用adb工具,与真机建立链接(最好使用真机测试): monkey测试命令: adb shell monkey p com.hele.buyer s 200 throttle 250 ignore crashes ignore timeouts ignore security exception 阅读全文
posted @ 2018-08-16 14:19 cs-zhanglu 阅读(775) 评论(0) 推荐(0)