美文网首页
2018-08-08 tools

2018-08-08 tools

作者: 七点水Plus | 来源:发表于2018-08-08 21:29 被阅读0次

【转】latencytop深度了解你的Linux系统的延迟

【转】latencytop深度了解你的Linux系统的延迟


Android

bootchart

systrace

Linux

strace

ftrace

perf

latencytop
Use LatencyTOP to find out where process latency is coming from

image.png image.png
  • way 1
$ tar xzvf /.../latencytop-0.4.tar.gz
$ cd ./latencytop*
$ make
$ ./latencytop
Please enable the CONFIG_LATENCYTOP configuration in your kernel.
Exiting...
# sudo ./latencytop
LatencyTOP version 0.4 (C) 2008 Intel Corporation
  • way 2
$ tar xjf /.../linux-2.6.26.2.tar.bz2
$ cd ./linux-2.6.26.2
$ cat /.../latencytop.patch | patch -p1
$ make menuconfig
$ make bzImage modules
  • Error
root@xy4-OptiPlex-9020:~/workspace/git/mount# latencytop
mount: none is already mounted or /sys/kernel/debug busy
Please enable the CONFIG_LATENCYTOP configuration in your kernel.
Exiting...

dstat

$ sudo apt install dstat
image.png

dtrace

stap

相关文章

  • 2018-08-08 tools

    【转】latencytop深度了解你的Linux系统的延迟 【转】latencytop深度了解你的Linux系统的...

  • 论文日鉴16:综合生信工具网站

    Bio.tools bio.tools · Bioinformatics Tools and Services D...

  • 【随笔】2018-08-08据说,今天适合分手

    今日,2018-08-08; 据说,今天适合分手; 可是, 还没有恋爱; 怎么分手?

  • 简谈platform-tools,build-tools,too

    如果所示,platform-tools,build-tools,tools几个文件夹。 plat...

  • centos 7 setup minikube k8s env

    tools These tools just for virtual cloud compute machine ...

  • 感恩日记

    感恩日记 双小宝 2018-08-08 00:03 · 字数 870 · 阅读 0 · 日记本 2018.8.7 ...

  • Tools

    完全理解Gson(3):Gson反序列化 完全理解Gson(2):Gson序列化 完全理解Gson(1):简单入门...

  • Tools

    GitHub; Google Browser:already comes with CDT (Chrome Dev...

  • Tools

    cut cut这个工具主要是用来从文本中抽取文本的今天我主要学习的使用是这样的情况,举个例子吧。我们创建一个jyq...

  • Tools

    1.CocoaPods:http://ishalou.com/blog/2012/10/15/how-to-use...

网友评论

      本文标题:2018-08-08 tools

      本文链接:https://www.haomeiwen.com/subject/suhfbftx.html