Perfmon-like for Linux?

前端 未结 6 477
孤街浪徒
孤街浪徒 2020-12-29 08:06

In windows there is perfmon to monitor various performances aspects (called counters) of the system.

Is there a perfmon-like for Linux?

6条回答
  •  死守一世寂寞
    2020-12-29 08:48

    If you're looking for a way to monitor this stuff on servers, you should be looking at a monitoring framework like Zabbix. This will let you monitor all sorts of interesting things about your system and, with plugins, your application - as well as storing trend data for a period of time, and letting you alert on trigger thresholds and such.

提交回复
热议问题