查看 Linux 系統信息的 web 面板:psdash
psdash 是一款查看 Linux 系統信息的 web 面板,與系統監控工具 Glances 一樣,psDash 的系統信息的采集也是由 psutil 完成的。和 Glances 不同的是,psdash 沒有提供 API,只帶了一個基于 Flask 的 web 界面,默認每3秒刷新一次數據和界面。
特性:
- Overview
Dashboard overview of the system displaying data on cpu, disks, network, users, memory, swap and network. -
Processes
List processes (top
like) and view detailed process information about each process.Apart from a detailed process overview this is also available for each process:
- Open files
- Open connections
- Memory maps
- Child processes
- Resource limits
- Disks
List info on all disks and partitions. - Network
List info on all network interfaces and the current throughput. System-wide open connections listing with filtering. Somewhat likenetstat
. - Logs
Tail and search logs. The logs are added by patterns (like/var/log/*.log
) which are checked periodically to account for new or deleted files. - Multi-node/Cluster Support for multiple agent nodes that is either specified by a config or will register themselves on start-up to a common psdash node that runs the web interface.
- All data is updated automatically, no need to refresh
Screenshots
Overview:
Listing processes:
Overview of a process:
Connections of a process:
Environment of a process:
Network:
Disks:
Tailing a log:
Searching a log:
本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!