查看 Linux 系统信息的 web 面板:psdash

jopen 9年前

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
    </li>
  • 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 like netstat.
  • 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:查看 Linux 系统信息的 web 面板:psdash Listing processes:查看 Linux 系统信息的 web 面板:psdash Overview of a process:查看 Linux 系统信息的 web 面板:psdash Connections of a process:查看 Linux 系统信息的 web 面板:psdash Environment of a process:查看 Linux 系统信息的 web 面板:psdash Network:查看 Linux 系统信息的 web 面板:psdash Disks:查看 Linux 系统信息的 web 面板:psdash Tailing a log:查看 Linux 系统信息的 web 面板:psdash Searching a log:查看 Linux 系统信息的 web 面板:psdash

  • </ul>

    项目主页:http://www.open-open.com/lib/view/home/1418873495027