• sysdig


    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


  • 相关阅读:
    【CQOI2015】网络吞吐量
    【SDOI2010】所驼门王的宝藏
    【NOIP2013】华容道
    【SNOI2019】通信
    【IOI2016】railroad
    【AtCoder3611】Tree MST
    【AtCoder2134】ZigZag MST
    【CF891C】Envy
    【BZOJ4883】棋盘上的守卫
    【CF888G】Xor-MST
  • 原文地址:https://www.cnblogs.com/mhc-fly/p/9052706.html
Copyright © 2020-2023  润新知