随笔分类 - 【各种使用技巧】
摘要:转自:https://blog.csdn.net/juS3Ve/article/details/79428049?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-1.channel_pa
阅读全文
摘要:转自:https://www.cnblogs.com/luckyall/p/11225772.html 随着虚拟化,Redis,BDB内存数据库等应用的普及,现在越来越多的服务器配置了大容量内存,拿DELL的R620来说在配置双路CPU下,其24个内存插槽,支持的内存高达960GB。对于ECC,RE
阅读全文
摘要:转自:http://www.brendangregg.com/perf.html perf Examples Image license: creative commons Attribution-ShareAlike 4.0. These are some examples of using th
阅读全文
摘要:转自:https://www.cnblogs.com/kele-dad/p/6697155.html?utm_source=itdadao&utm_medium=referral 一、准备工作 1. 建立工作文件夹 2.下载crosstool-ng 1 git clone https://githu
阅读全文
摘要:转自:http://www.brendangregg.com/linuxperf.html 以下是个人整理如上网址的一些图片,觉得不错就记录了下来,原文如上链接
阅读全文
摘要:转自:https://www.cnblogs.com/kele-dad/p/13125808.html 2.1 介绍 2.1.1 工具链简介 一个编译工具链模块是允许为系统编译代码的一组工具。它由一个编译器(在我们的例子中是 gcc)、像汇编器和链接器这样的二进制 utils(一般是 binutil
阅读全文
摘要:转自:https://www.cnblogs.com/kele-dad/p/8231434.html 1.1 什么是buildroot Buildroot是Linux平台上一个构建嵌入式Linux系统的框架。整个Buildroot是由Makefile脚本和Kconfig配置文件构成的。你可以和编译L
阅读全文
摘要:转自:https://blog.csdn.net/linczone/article/details/45894181?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-1.channel_
阅读全文
摘要:转自:https://blog.csdn.net/shengnan_wu/article/details/8149466 1.获取Buildroot路径: 1)所有的发行版可以在以下官网下载 : http://buildroot.net/downloads/ 2)最新版可以在以下链接下载 : htt
阅读全文
摘要:转自:https://www.cnblogs.com/danxi/p/6285853.html Perf 是用来进行软件性能分析的工具。 通过它,应用程序可以利用 PMU,tracepoint 和内核中的特殊计数器来进行性能统计。它不但可以分析指定应用程序的性能问题 (per thread),也可以
阅读全文
摘要:转自:https://blog.csdn.net/SweeNeil/article/details/106148756?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-6.channel
阅读全文
摘要:转自:https://stackoverflow.com/questions/22360870/build-failed-in-step-retrieving-needed-toolchain-components-tarballs Viewed 3k times Report this ad 0
阅读全文
摘要:转自:https://www.cnblogs.com/andyfly/p/10507600.html 1、什么是crosstool-ng crosstool-ng,全称是crosstool Next Generation,即下一代crosstool,即crosstool的升级版。那么什么是cross
阅读全文
摘要:转自:https://blog.csdn.net/yangzhuoluo/article/details/4364636 aptitude 0.4.11.11用法: aptitude [-S 文件名] [-u|-i] aptitude [选项] <动作> ... 动作 (如果未指定,aptitude
阅读全文
摘要:转自:https://www.crifan.com/files/doc/docbook/crosstool_ng/release/html/crosstool_ng.html crosstool-ng详解 版本:v2.0 Crifan Li 摘要 本文主要介绍了什么是crosstool-ng,cro
阅读全文
摘要:转自:https://blog.csdn.net/woshidahuaidan2011/article/details/51344312 第一部分 安装交叉编译工具链 使用crosstool-0.43制作交叉编译工具链,随着gcc版本的增高,正确的制作已不太可能,crosstool-0.43制之后不
阅读全文
摘要:转自:http://blog.chinaunix.net/uid-28541347-id-5828248.html Off-CPU 性能分析 提起off-CPU就不得不提on-cpu,on-cpu是在线程(进程)在CPU上运行的消耗,off-cpu就是进程(线程)由于某种原因阻塞的消耗,如等待IO,
阅读全文
摘要:转自:https://blog.csdn.net/gatieme/article/details/78885908 本作品采用知识共享署名-非商业性使用-相同方式共享 4.0 国际许可协议进行许可, 转载请注明出处, 谢谢合作 因本人技术水平和知识面有限, 内容如有纰漏或者需要修正的地方, 欢迎大家
阅读全文
摘要:转自:https://www.cnblogs.com/arnoldlu/p/6241297.html 测试环境:Ubuntu16.04 + Kernel:4.4.0-31 系统级性能优化通常包括两个阶段:性能剖析(performance profiling)和代码优化。 性能剖析的目标是寻找性能瓶颈
阅读全文
摘要:转自:https://blog.csdn.net/chichi123137/article/details/80139237 1. Linux Perf简介 1.1 Perf是什么 Perf 是内置于Linux 内核源码树中的性能剖析(profiling)工具。它基于事件采样原理,以性能事件为基础,
阅读全文

浙公网安备 33010602011771号