查看 Linux 系统信息的 web 面板:psdash
jopen
10年前
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:
</ul>