码迷,mamicode.com
首页 >  
搜索关键字:perf    ( 197个结果
CVE 2013-2094
CVE 2013-2094漏洞是在3.8.9之后才打补丁的,因此选择了3.8.1(且最新更新时间为2012年)的Ubuntu作为调试机器。 利用https://gist.github.com/onemouth/5625174的POC并没有成功得到利用,原因是此版本操作系统中perf_swevent_ ...
分类:其他好文   时间:2016-04-12 12:33:39    阅读次数:116
服务器资源使用情况统计--脚本
[root@makeISOsjx]#catper-html.sh #!/bin/bash perf(){ # #SizeUsedAvailUse% # echo‘<tableborder="0">‘ echo‘<theadalign="right">‘ echo-e"<tr>\n\t<thcolspan=‘"5"‘>-----------------------$1-----------------------</th>\n</tr>..
分类:其他好文   时间:2016-04-06 08:18:24    阅读次数:312
软件测试经典书籍推荐
1、《软件测试》 作者Ron Patton ,译者 :周予滨,姚静,机械工业出版社 2、《软件测试》 作者:Paul C Jorgensa ,译者:韩柯,杜旭涛 ,机械工业出版社 3、Automated Software Testing Introduction Mangement and Perf
分类:其他好文   时间:2016-03-21 12:06:13    阅读次数:162
PostgreSQL Performance Monitoring Tools
PostgreSQL Performance Monitoring Tools https://github.com/CloudServer/postgresql-perf-tools This package includes three useful scripts aimed to help
分类:数据库   时间:2016-02-18 17:46:26    阅读次数:259
PHP7卓越性能背后的原理有哪些?
作者:韩天峰链接:http://www.zhihu.com/question/38148900/answer/75115687来源:知乎 PHP7在运行原理上与PHP5相比并没有变化,这与hhvm不同。主要是基于perf性能分析工具进行了常规性能优化。 减少内存分配次数,多使用栈内存,缓存数组h.....
分类:Web程序   时间:2015-12-13 23:45:20    阅读次数:175
perf 工具介绍3
[root@localhost ~]# perf record -e cpu-clock ./t1 [ perf record: Woken up 1 times to write data ][ perf record: Captured and wrote 0.003 MB perf.data ...
分类:其他好文   时间:2015-11-06 22:31:20    阅读次数:281
perf
https://perf.wiki.kernel.org/index.php/Tutorialhttp://os.51cto.com/art/201105/265133.htm
分类:其他好文   时间:2015-11-06 14:48:15    阅读次数:190
安卓性能优化
谷歌性能点滴http://developer.android.com/intl/zh-cn/training/articles/perf-tips.html本文主要涉及一些小优化,组合使用可以提升App整体性能,但不会显著的提升性能。提升性能首选合适的算法和数据结构,这超出了本文的范畴。这里的技巧应...
分类:移动开发   时间:2015-11-03 21:10:50    阅读次数:221
PowerShell 在hyper-v中创建虚拟机
# This script configures the Hyper-V machines used for the 50331 Course.# PowerShell 3.0 and Windows Server 2012 or Windows 8 Pro are required to perf...
分类:系统相关   时间:2015-11-02 23:01:18    阅读次数:365
Google perf tools for nginx
注意:本教程仅适用于Linux。下面为大家介绍google-perftools的安装,并配置Nginx和MySQL支持google-perftools。首先,介绍如何优化Nginx:1,首先下载并安装google-perftools:注意,如果是64位系统:那么你需要做:1)先安装libunwind...
分类:其他好文   时间:2015-10-19 15:23:51    阅读次数:193
197条   上一页 1 ... 14 15 16 17 18 ... 20 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!