EDAS staragent 排查
浅谈 staragent 是什么?部署在 ECS 上的一个组件,两个主要功能: 数据功能,上报 ECS 上的系统日志 命令功能,接收控制台的下发指令,上报心跳状态,记录执行任务过程等功能。 主要目录结构 主要的目录都统计出来,不重要的目录这里就不过介绍。 ├── bin │ ├── agent.sh │ ├── agent_start_cmd.txt │ ├── dnsresolver │ ├── fakeStaragentctl7u │ ├── pluginctl │ ├── pluginplatform │ ├── post_install.sh │ ├── sa_healthCheck.sh │ ├── sa_install_lock.sh │ ├── sa_install.sh │ ├─