BPFtrace动态跟踪工具 BPFtrace动态跟踪工具source installgit clone bpftrace: 123git clone https://github.com/iovisor/bpftrace.gitgit checkout -b v0.16.0git submodule update --init --recursive depends查看宿主机已安装llvm版本: 1dpkg -l | gr 2025-11-18 linux > performance > bpf #bpf #fs #git #linux #log #perf #performance #pkg #testing #tools #net #disk
SystemTap内核跟踪工具 SystemTap内核跟踪工具 【linux内核调试】SystemTap使用技巧 SystemTap(stap)架构和原理介绍,以及脚本编写举例 如何使用 SystemTap 对程序进行追踪 SystemTap使用技巧【一】 SystemTap使用技巧【四】 使用systemtap实时获取系统中半连接的数量 systemtap使用指南 SystemTap使用技巧 4 SystemTap — 过滤和 2025-11-18 linux > performance > stap #books #fs #kernel #linux #log #stap #task #virt #mm #net #struct #thread #proc
Zsh与Oh-My-Zsh配置指南 Zsh与Oh-My-Zsh配置指南oh-my-zshInstall oh-my-zsh now: 1sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" Install oh-my-zsh now zsh-completionsoh-m 2025-11-18 linux > tools > shell #fs #git #tools
Vim文本编辑器使用技巧 Vim文本编辑器使用技巧 Vim实用技巧(第2版).pdf 设置默认文本编辑器 Linux vi/vim - 菜鸟教程 vi 和vim 的区别 VIM常用命令 12 个超实用的 vim 编辑技巧 VIM常用快捷键 Linux 文本编辑器Vim(1)——初识模式以及基本操作介绍 vim操作大全 vim进阶:200个终身受益的命令 从新手到大师:优雅的Vim熟练之旅(万文 2025-11-18 linux > tools > vim #3d #books #deb #git #go #kernel #linux #log #python #sources #testing #vim #mm #net #security
C++ pthread线程池实现 C++ pthread线程池实现参考资料https://www.cnblogs.com/oloroso/p/5881863.html https://blog.csdn.net/MOU_IT/article/details/88712090 2023-04-21 cpp > thread > pthread > ThreadPool #log #net #pthread #thread
Qt DBus结构体传输示例 Qt DBus结构体传输示例deepin下qt qDebug()输出到终端1export QT_LOGGING_RULES="*.debug=true" 2023-04-21 cpp > qt-learning > dbus > struct #deb #debug #deepin #log #dbus
Linux多线程同步机制 Linux多线程同步机制 【Linux】多线程同步的四种方式 2023-04-21 cpp > thread > pthread > sync #linux #log #mutex #pthread #thread #sync
RPM-OSTree镜像系统 RPM-OSTree镜像系统官网 https://rpm-ostree.readthedocs.io/en/stable https://coreos.github.io/rpm-ostree/ 源码 https://github.com/coreos/rpm-ostree https://lazka.github.io/pgi-docs/OSTree-1.0/mapping.html 2025-05-23 linux > distro > pkg > rpm-ostree #deb #debug #fs #git #go #linux #log #pkg #tools #net #container #rpm-ostree
Linux-0.11内核源码构建与调试 Linux-0.11内核源码构建与调试The old Linux kernel source ver 0.11 which has been tested under modern Linux, Mac OSX and Windows. 1. Build on Linux1.1. Linux Setup a linux distribution: debian , ubuntu and mint 2025-03-28 linux > kernel > sources > Linux-0.11-yuan-xy #boot #deb #debug #gdb #kernel #linux #qemu #tools #mm
si_mem_available内存可用性追踪分析 si_mem_available内存可用性追踪分析123456stap -ve 'probe kernel.function("si_mem_available") { printf("\n==> si_mem_available() called (pid=%d)\n", pid())}' -DSTP_N 2025-07-01 linux > kernel > mm > bugs > si_mem_available #bpf #kernel #stap #mm #struct