[{"data":1,"prerenderedAt":375},["ShallowReactive",2],{"blog-/blog/bwh-amy-challenge-usecases-2026":3},{"_path":4,"_dir":5,"_draft":6,"_partial":6,"_locale":7,"title":8,"description":9,"author":10,"date":11,"tags":12,"body":14,"_type":369,"_id":370,"_source":371,"_file":372,"_stem":373,"_extension":374},"/blog/bwh-amy-challenge-usecases-2026","blog",false,"","【BWH Amy Challenge】我已经很少为了排查问题登录 SSH 了：3 个让我改变习惯的 Amy 场景","深度体验搬瓦工 KiwiVM 面板的 Amy 助手升级版，分享 3 个真正改变 VPS 运维习惯的自动化排障与安全巡检场景。","VPS Hunter","2026-06-23",[13],"搬瓦工",{"type":15,"children":16,"toc":362},"root",[17,25,30,35,60,65,74,78,85,90,95,110,115,127,134,137,143,148,171,176,188,195,200,250,257,260,266,276,281,286,291,302,305,311,316,352,357],{"type":18,"tag":19,"props":20,"children":21},"element","p",{},[22],{"type":23,"value":24},"text","搬瓦工Amy 升级已经有一段时间了。",{"type":18,"tag":19,"props":26,"children":27},{},[28],{"type":23,"value":29},"最开始我以为它只是一个查询文档、回答问题的 AI 助手，但实际使用下来发现，它的价值远不止于此。",{"type":18,"tag":19,"props":31,"children":32},{},[33],{"type":23,"value":34},"对于经常折腾 VPS 的用户来说，最耗费时间的往往不是执行命令，而是：",{"type":18,"tag":36,"props":37,"children":38},"ul",{},[39,45,50,55],{"type":18,"tag":40,"props":41,"children":42},"li",{},[43],{"type":23,"value":44},"出问题后不知道从哪里开始排查；",{"type":18,"tag":40,"props":46,"children":47},{},[48],{"type":23,"value":49},"需要同时查看多个系统信息；",{"type":18,"tag":40,"props":51,"children":52},{},[53],{"type":23,"value":54},"在 KiwiVM 面板和 SSH 终端之间来回切换；",{"type":18,"tag":40,"props":56,"children":57},{},[58],{"type":23,"value":59},"收集日志和整理分析结果。",{"type":18,"tag":19,"props":61,"children":62},{},[63],{"type":23,"value":64},"而 Amy 最大的价值，就是把这些工作整合到了一个对话窗口里。下面分享三个我最喜欢的实际使用场景。",{"type":18,"tag":19,"props":66,"children":67},{},[68],{"type":18,"tag":69,"props":70,"children":73},"img",{"alt":71,"src":72},"image","https://ihot.cc/images/reviews/amy/hello.webp",[],{"type":18,"tag":75,"props":76,"children":77},"hr",{},[],{"type":18,"tag":79,"props":80,"children":82},"h2",{"id":81},"_01-场景一ssh-连不上时的快速诊断",[83],{"type":23,"value":84},"01. 场景一：SSH 连不上时的快速诊断",{"type":18,"tag":19,"props":86,"children":87},{},[88],{"type":23,"value":89},"对于 VPS 用户来说，最头疼的情况之一就是 SSH 突然无法连接。传统流程通常是：打开 KiwiVM -> 进入控制台 -> 检查系统是否正常启动 -> 检查 SSH 服务 -> 检查端口和网络配置。",{"type":18,"tag":19,"props":91,"children":92},{},[93],{"type":23,"value":94},"现在我会直接询问 Amy：",{"type":18,"tag":96,"props":97,"children":98},"blockquote",{},[99],{"type":18,"tag":19,"props":100,"children":101},{},[102,108],{"type":18,"tag":103,"props":104,"children":105},"strong",{},[106],{"type":23,"value":107},"💡 我的 Prompt 输入：",{"type":23,"value":109},"\n“我的 VPS 无法连接 SSH，请帮我检查网络状态和 SSH 服务是否正常。”",{"type":18,"tag":19,"props":111,"children":112},{},[113],{"type":23,"value":114},"Amy 会自动收集相关信息，例如：VPS 当前运行状态、SSH 服务状态、SSH 实际监听端口、网络连通性情况，以及是否存在明显异常。",{"type":18,"tag":19,"props":116,"children":117},{},[118,120,125],{"type":23,"value":119},"有一次我怀疑机器已经失联，结果 Amy 很快告诉我：VPS 正常运行，SSH 服务正常，但",{"type":18,"tag":103,"props":121,"children":122},{},[123],{"type":23,"value":124},"实际监听端口并不是默认的 22 端口",{"type":23,"value":126},"。原本可能需要十几分钟的排查，几分钟内就得到了明确答案。对于经常修改系统配置的人来说，这种快速诊断能力非常实用。",{"type":18,"tag":19,"props":128,"children":129},{},[130],{"type":18,"tag":69,"props":131,"children":133},{"alt":71,"src":132},"https://ihot.cc/images/reviews/amy/ssh.webp",[],{"type":18,"tag":75,"props":135,"children":136},{},[],{"type":18,"tag":79,"props":138,"children":140},{"id":139},"_02-场景二安全巡检与异常进程排查",[141],{"type":23,"value":142},"02. 场景二：安全巡检与异常进程排查",{"type":18,"tag":19,"props":144,"children":145},{},[146],{"type":23,"value":147},"安全问题一直是 VPS 运维中最重要的一部分。当出现以下情况时：",{"type":18,"tag":36,"props":149,"children":150},{},[151,156,161,166],{"type":18,"tag":40,"props":152,"children":153},{},[154],{"type":23,"value":155},"CPU 使用率异常升高；",{"type":18,"tag":40,"props":157,"children":158},{},[159],{"type":23,"value":160},"流量突然增加；",{"type":18,"tag":40,"props":162,"children":163},{},[164],{"type":23,"value":165},"怀疑被植入恶意程序；",{"type":18,"tag":40,"props":167,"children":168},{},[169],{"type":23,"value":170},"怀疑存在异常外连。",{"type":18,"tag":19,"props":172,"children":173},{},[174],{"type":23,"value":175},"我会直接让 Amy 进行一次系统审计。",{"type":18,"tag":96,"props":177,"children":178},{},[179],{"type":18,"tag":19,"props":180,"children":181},{},[182,186],{"type":18,"tag":103,"props":183,"children":184},{},[185],{"type":23,"value":107},{"type":23,"value":187},"\n“请帮我检查系统是否存在异常进程、未知外连或可疑定时任务，并整理成报告。”",{"type":18,"tag":19,"props":189,"children":190},{},[191],{"type":18,"tag":69,"props":192,"children":194},{"alt":71,"src":193},"https://ihot.cc/images/reviews/amy/checking.webp",[],{"type":18,"tag":19,"props":196,"children":197},{},[198],{"type":23,"value":199},"Amy 会自动收集：当前运行进程、进程树、监听端口、TCP 连接、最近登录记录、系统资源占用情况，并最终生成一份结构化报告。",{"type":18,"tag":19,"props":201,"children":202},{},[203,205,212,214,220,221,227,228,234,235,241,242,248],{"type":23,"value":204},"如果手动完成这些工作，通常需要执行 ",{"type":18,"tag":206,"props":207,"children":209},"code",{"className":208},[],[210],{"type":23,"value":211},"top",{"type":23,"value":213},"、",{"type":18,"tag":206,"props":215,"children":217},{"className":216},[],[218],{"type":23,"value":219},"ps aux",{"type":23,"value":213},{"type":18,"tag":206,"props":222,"children":224},{"className":223},[],[225],{"type":23,"value":226},"pstree",{"type":23,"value":213},{"type":18,"tag":206,"props":229,"children":231},{"className":230},[],[232],{"type":23,"value":233},"ss -antp",{"type":23,"value":213},{"type":18,"tag":206,"props":236,"children":238},{"className":237},[],[239],{"type":23,"value":240},"last",{"type":23,"value":213},{"type":18,"tag":206,"props":243,"children":245},{"className":244},[],[246],{"type":23,"value":247},"systemctl",{"type":23,"value":249}," 等一堆命令。而 Amy 会自动汇总并分析结果。对于日常巡检来说，这比自己逐条执行命令方便得多。",{"type":18,"tag":19,"props":251,"children":252},{},[253],{"type":18,"tag":69,"props":254,"children":256},{"alt":71,"src":255},"https://ihot.cc/images/reviews/amy/checkreport.webp",[],{"type":18,"tag":75,"props":258,"children":259},{},[],{"type":18,"tag":79,"props":261,"children":263},{"id":262},"_03-场景三系统变更前的灾备准备",[264],{"type":23,"value":265},"03. 场景三：系统变更前的灾备准备",{"type":18,"tag":19,"props":267,"children":268},{},[269,271],{"type":23,"value":270},"无论是升级系统、调整网络配置，还是部署新的服务，我最担心的事情始终只有一个：",{"type":18,"tag":103,"props":272,"children":273},{},[274],{"type":23,"value":275},"改完之后出问题怎么办？",{"type":18,"tag":19,"props":277,"children":278},{},[279],{"type":23,"value":280},"因此我现在养成了一个习惯：在执行重要操作之前，先准备恢复方案。",{"type":18,"tag":19,"props":282,"children":283},{},[284],{"type":23,"value":285},"例如在进行 Debian 大版本升级、Docker 环境调整、网络配置修改或安全策略变更之前，我会让 Amy 协助确认当前状态，并提前做好灾备准备（直接利用面板权限打快照）。",{"type":18,"tag":19,"props":287,"children":288},{},[289],{"type":23,"value":290},"这样即使后续配置出现问题，也能更快恢复业务。对于生产环境来说，这种思路往往比事后排障更重要。",{"type":18,"tag":19,"props":292,"children":293},{},[294,298],{"type":18,"tag":69,"props":295,"children":297},{"alt":71,"src":296},"https://ihot.cc/images/reviews/amy/snapshotcreat.webp",[],{"type":18,"tag":69,"props":299,"children":301},{"alt":71,"src":300},"https://ihot.cc/images/reviews/amy/snapshot.webp",[],{"type":18,"tag":75,"props":303,"children":304},{},[],{"type":18,"tag":79,"props":306,"children":308},{"id":307},"_04-总结",[309],{"type":23,"value":310},"04. 总结",{"type":18,"tag":19,"props":312,"children":313},{},[314],{"type":23,"value":315},"经过这段时间的体验，我认为 Amy 最有价值的地方并不是回答问题。真正有价值的是：",{"type":18,"tag":317,"props":318,"children":319},"ol",{},[320,328,336,344],{"type":18,"tag":40,"props":321,"children":322},{},[323],{"type":18,"tag":103,"props":324,"children":325},{},[326],{"type":23,"value":327},"帮助收集系统信息；",{"type":18,"tag":40,"props":329,"children":330},{},[331],{"type":18,"tag":103,"props":332,"children":333},{},[334],{"type":23,"value":335},"协助分析故障原因；",{"type":18,"tag":40,"props":337,"children":338},{},[339],{"type":18,"tag":103,"props":340,"children":341},{},[342],{"type":23,"value":343},"简化安全巡检流程；",{"type":18,"tag":40,"props":345,"children":346},{},[347],{"type":18,"tag":103,"props":348,"children":349},{},[350],{"type":23,"value":351},"提升运维效率。",{"type":18,"tag":19,"props":353,"children":354},{},[355],{"type":23,"value":356},"对于 VPS 用户来说，很多时候最耗费时间的并不是执行命令，而是找到正确的问题。而 Amy 正在帮助我缩短这个过程。",{"type":18,"tag":19,"props":358,"children":359},{},[360],{"type":23,"value":361},"现在遇到问题时，我越来越习惯先问 Amy，而不是第一时间打开 SSH。这大概就是我认为它最有价值的地方。",{"title":7,"searchDepth":363,"depth":363,"links":364},2,[365,366,367,368],{"id":81,"depth":363,"text":84},{"id":139,"depth":363,"text":142},{"id":262,"depth":363,"text":265},{"id":307,"depth":363,"text":310},"markdown","content:blog:bwh-amy-challenge-usecases-2026.md","content","blog/bwh-amy-challenge-usecases-2026.md","blog/bwh-amy-challenge-usecases-2026","md",1782303762482]