码迷,mamicode.com
首页 > 其他好文 > 详细

sysdig

时间:2018-05-17 19:53:18      阅读:156      评论:0      收藏:0      [点我收藏+]

标签:apt   sys   not work   evel   warning   source   list   ber   rust   

centos 7 安装

https://sysdig.com/opensource/sysdig/install/

1) Trust the Draios GPG key, configure the yum repository

rpm --import https://s3.amazonaws.com/download.draios.com/DRAIOS-GPG-KEY.public
curl -s -o /etc/yum.repos.d/draios.repo http://download.draios.com/stable/rpm/draios.repo

2) Install the EPEL repository

Note: The following command is required only if DKMS is not available in the distribution. You can verify if DKMS is available with yum list dkms

rpm -i http://mirror.us.leaseweb.net/epel/6/i386/epel-release-6-8.noarch.rpm

3) Install kernel headers

Warning: The following command might not work with any kernel. Make sure to customize the name of the package properly

yum -y install kernel-devel-$(uname -r)

4) Install sysdig

yum -y install sysdig

==========================================================================
sysdig -k https://109.105.30.155:5443 -K /etc/kubernetes/pki/admin.pem:/etc/kubernetes/pki/admin-key.pem
sysdig -k https://109.105.30.155:5443 -K /etc/kubernetes/pki/admin.pem:/etc/kubernetes/pki/admin-key.pem -s8192 -zw capture.scap
# ls
capture.scap


sysdig

标签:apt   sys   not work   evel   warning   source   list   ber   rust   

原文地址:https://www.cnblogs.com/mhc-fly/p/9052706.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!