FlameGraph代码:https://github.com/cobblau/FlameGraph 使用方法 1,perf record --call-graph dwarf -p 12345 2,perf script | FlameGraph/stackcollapse-perf.pl | F ...
分类:
系统相关 时间:
2017-06-13 09:58:12
阅读次数:
333
Linux Perf Master About Application Performance Assessment, diagnosis, monitoring and analysis method. Apply to Linux, Solaris, Mac OS and Windows. 作者 ...
分类:
系统相关 时间:
2017-06-01 14:43:32
阅读次数:
302
参考: 官网 http://www.brendangregg.com/perf.html IBM Perf -- Linux下的系统性能调优工具,第 1 部分 https://www.ibm.com/developerworks/cn/linux/l-cn-perf1/ perf list – 查看 ...
分类:
其他好文 时间:
2017-05-27 21:53:56
阅读次数:
270
AfterreadingsomepostsandblogsonvSphere5andE1000EperformancemycuriositywastriggeredtoseeifactuallyalltheseclaimsmakesenseandhowvSphereactuallybehaveswhentesting.TestsetupThesetupIusedissimilarasdescribedinhttp://www.vmware.com/pdf/vsp_4_vmxnet3_perf.pdf.Thes..
分类:
Web程序 时间:
2017-05-27 14:18:59
阅读次数:
724
windows:监控windowstcp的连接数有两种方式,一种是利用性能监视器,另一种方式是写个脚本。在windowsserver2008上查看性能监视器:利用下面这些做zabbix的监控项:在zabbix页面添加监控项。注意key是从上面获取的。perf_counter["\TCPv4\ConnectionsEstablished"]
perf_count..
前段时间,一个朋友咨询我怎么监控Windows进程的重启。生产环境有监控进程的启动和关闭,但重启还没想过。经过一番思考和摸索后成功完成了监控,下面把监控思路和方法分享给大家。 我首先想到的是通过Zabbix自带的进程数监控(proc.num)来做,但有两个难点:一、进程数从1变..
Description Several currency exchange points are working in our city. Let us suppose that each point specializes in two particular currencies and perf ...
分类:
其他好文 时间:
2017-05-19 20:19:48
阅读次数:
210
该标题可以抽象出来的问题是:两个前开后闭的区间 rangeA 和 rangeB,如何判断这两个区间是否重叠。这个问题在内核中非常重要,虚拟地址空间的划分需要它,perf中map_group的构建也需要它,下面直接给出该问题的解决思路: 找出不重叠的情况,其他的情况都是重叠的,perf中mmap__o ...
分类:
移动开发 时间:
2017-03-22 00:10:40
阅读次数:
192
Luca Canali on 21 Jan 2016 Topic: this post is about Linux perf and uprobes for tracing and profiling Oracle workloads for advanced troubleshooting. C ...
分类:
数据库 时间:
2017-03-19 15:27:54
阅读次数:
269
查询慢的SQL:with p as( select np.nodecode , np.nodename, d.deviceid, d.devicename, d.loopaddress, p.respara, p.rxcrcerror, p.txcrcerror from perf_t_ponpor... ...
分类:
数据库 时间:
2017-03-13 19:20:32
阅读次数:
290