
SystemTap
文章平均质量分 88
风声2012
这个作者很懒,什么都没留下…
展开
-
CentOS-5.2上使用源码安装SystemTap-1.1遇到的问题(SEC_ERROR_PKCS11_GENERAL_ERROR)及解决办法
In file included from nsscommon.c:59:stapsslerr.h: In function ‘nssError’:stapsslerr.h:312: error: ‘SEC_ERROR_PKCS11_GENERAL_ERROR’ undeclared (first use in this function)stapsslerr.h:312: error: (Each undeclared identifier is reported only oncesta原创 2011-05-26 10:15:00 · 4879 阅读 · 0 评论 -
【SystemTap】SystemTap的疑问
2012-2-22 最新安装步骤参考 http://blog.youkuaiyun.com/zklth/article/details/7281958SystemTap的官方教程中一直推荐安装时需要给内核安装上相应版本的 debuginfo 包,但是对于centos默认安装的SystemTap,我仍能正常使用一些探针。此外,我在一个已经安装好debuginfo包的机器上升级内核后,Syste原创 2011-03-14 16:06:00 · 2642 阅读 · 0 评论 -
【Systemtap】Cent OS 5.4 final下Systemtap的安装
Cent OS 5.4 final下Systemtap的安装 2012-2-22 最新安装步骤参考 http://blog.youkuaiyun.com/zklth/article/details/7281958一、Systemtap运行环境需求 (1)linux kernel with kprobes (mainline 2.6.11+ or backport); (2)kerne原创 2010-09-28 21:17:00 · 4037 阅读 · 0 评论 -
CentOS 5.5 下 systemtap 的部署
CentOS 5.5 默认安装了 version 1.1/0.141 版本的systemtap,但正常运行 Systemtap (运行所有探针) 需要安装相应的 debuginfo-common, debuginfo 包。CentOS 5.5 默认内核是 2.6.18-194,在 http://debuginfo.centos.org/5/ 上不能找到相应版本的 debuginfo-com原创 2012-02-22 09:46:40 · 2161 阅读 · 0 评论 -
在Xen半虚拟化(para-virtualization)虚拟机dom0或domU中部署Systemtap
(1)环境Linux:CentOS 5.5Xen:CentOS 5.5 默认自带的 xen-3.0.3-105.el5domU OS:CentOS 5.5(2)domU 中部署运行systemtap Xen 硬件辅助虚拟化安装的 Guest OS 是未经修改过的,安装简单,和物理机下安装步骤一致,参考 CentOS 5.5 下 systemtap 的部署Xen 半虚原创 2012-02-22 14:16:30 · 1958 阅读 · 0 评论