嘟嘟社区

腾讯云win有监控吗?怎么删


所以你不会DD吗
dd,d完快照一下,随便草
本帖最后由 美国总统奥巴马 于 2022-2-4 17:43 编辑

腾讯去监控 没看清win,这是linux

  1. sudo -i
  2. systemctl stop tat_agent
  3. systemctl disable tat_agent
  4. /usr/local/qcloud/stargate/admin/uninstall.sh
  5. /usr/local/qcloud/YunJing/uninst.sh
  6. /usr/local/qcloud/monitor/barad/admin/uninstall.sh
  7. rm -f /etc/systemd/system/tat_agent.service
  8. rm -rf /usr/local/qcloud
  9. rm -rf /usr/local/sa
  10. rm -rf /usr/local/agenttools
  11. rm -rf /usr/local/qcloud
  12. process=(sap100 secu-tcs-agent sgagent64 barad_agent agent agentPlugInD pvdriver )
  13. for i in ${process[@]}
  14. do
  15.   for A in $(ps aux | grep $i | grep -v grep | awk ‘{print $2}’)
  16.   do
  17.     kill -9 $A
  18.   done
  19. done

复制代码

美国总统奥巴马 发表于 2022-2-4 17:40
腾讯去监控 没看清win,这是linux

Windows啊

美国总统奥巴马 发表于 2022-2-4 17:40
腾讯去监控 没看清win,这是linux

腾讯云LINUX确实可用嘛老哥