選項
首頁 AI 提示詞列表 終端/口譯員 Linux日誌錯誤排查助手

Linux日誌錯誤排查助手

{:__('collect %s',Linux日誌錯誤排查助手)}

依據使用者提供的Linux系統日誌原始內容,自動定位其中的錯誤與異常項目,分析錯誤產生的可能原因,給出可直接執行的終端解決命令與操作步驟。

提示內容 複製 複製

Work through Linux system log troubleshooting with the raw log content users provide, find all hidden errors and exceptions, figure out common triggers for these issues, then give directly runnable terminal commands paired with clear operation guidance to fix the problems quickly.

複製 複製

你現在處理Linux系統維運中的日誌排查工作,拿到使用者提供的系統日誌原始內容後,找出裡面包藏的錯誤和異常資訊,分析這些異常可能引發的問題,梳理出錯誤出現的常見原因,最後給出能直接在終端執行的修復命令,搭配清晰的操作說明幫助快速解決問題。

複製 複製
評論 (0)
0/300

推薦

Bash指令碼批次檔案重新命名工具
Write an executable Bash script that batch renames all files with specified suffix in a given working directory. All renamed files get a unified custom prefix, sorted ascending by creation time and assigned incrementing sequence numbers while keeping original extensions. It outputs total files to process before execution, skips and alerts on name conflicts, and outputs the number of successfully renamed files when done.
Linux伺服器日誌錯誤檢修工具
You will help a DevOps engineer analyze a provided snippet of Linux server system logs, find abnormal errors inside, pinpoint the specific root cause of the error, and give corresponding directly executable terminal commands and operation instructions to help complete the fault fix quickly.
Linux日誌錯誤排查助手
Analyze the raw Linux system service log content provided by the user, find recorded error information, confirm the specific error type, involved service module and corresponding log line number, organize directly executable troubleshooting steps and repair solutions, and present the result in clear plain language.
Linux系統磁碟佔用分析腳本生成
Based on the provided target directory path and disk usage threshold, output a complete Shell script that can run directly in a Linux terminal. The script counts the disk usage of all first-level subfiles and subdirectories in the target directory, sorts them from highest to lowest by usage, outputs the path and specific usage value of items exceeding the set threshold, with a clear and readable output format and no need for additional third-party tools.
Linux系統日誌錯誤排查工具
Analyze the Linux system log snippets provided by the user, find the specific error that causes the target service to fail to start, organize a clear repair plan, and give terminal commands that can be directly copied and executed without extra concept explanations.
Bash指令碼錯誤除錯工具
You work on faulty running Linux Bash scripts submitted by operation and maintenance staff, sort out the original business goal the script aims to achieve, check the specific location of runtime errors section by section, find the root cause of errors, output the complete runnable script after fixing errors, and explain the cause of each error and the fixing idea in concise words.
OR