Путеводитель по Руководству Linux

  User  |  Syst  |  Libr  |  Device  |  Files  |  Other  |  Admin  |  Head  |



   pmlogger    ( 1 )

создать архивный журнал для показателей производительности (create archive log for performance metrics)

Примеры (Examples)

For each PCP utility, there is a sample pmlogger configuration
       file that could be used to create an archive log suitable for
       replaying with that tool (i.e. includes all of the performance
       metrics used by the tool).  For a tool named foo this
       configuration file is located in
       $PCP_VAR_DIR/config/pmlogger/config.foo.

The following is a simple default configuration file for a primary pmlogger instance, and demonstrates most of the capabilities of the configuration specification language.

log mandatory on once { hinv.ncpu hinv.ndisk } log mandatory on every 10 minutes { disk.all.write disk.all.read network.interface.in.packets [ "et0" ] network.interface.out.packets [ "et0" ] nfs.server.reqs [ "lookup" "getattr" "read" "write" ] }

log advisory on every 30 minutes { environ.temp pmcd.pdu_in.total pmcd.pdu_out.total }

%include "macros.default"

%ifdef %disk_detail log mandatory on %disk_detail_freq { disk.dev } %endif

[access] disallow * : all except enquire; allow localhost : mandatory, advisory;