# tone-agent **Repository Path**: anolis/tone-agent ## Basic Information - **Project Name**: tone-agent - **Description**: ToneAgent 是 T-One 运行用例的物理机器代理 - **Primary Language**: Go - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 41 - **Forks**: 13 - **Created**: 2021-11-11 - **Last Updated**: 2025-09-05 ## Categories & Tags **Categories**: containers **Tags**: None ## README ### ToneAgent > ToneAgent 是 T-One 测试机执行测试脚本的 agent 通道 #### Build executable file ```shell # x86 GOOS=linux GOARCH=amd64 go build -o toneagent # arm GOOS=linux GOARCH=arm64 go build -o toneagent ``` #### Build rpm/deb file ```shell sh build.sh ``` #### Config ```shell # modify by cmd vim /etc/toneagent/conf/toneagent.yaml # modify by page http://${server-ip}:8479 ``` #### Log ```shell tail -f /var/log/toneagent/toneagent.log ```