NAME
dbproclogger - log system and process info into a database
SYNOPSIS
dbproclogger [-select_cmdline select] [-reject_cmdline reject]
[-interval interval_seconds]
dbname
DESCRIPTION
dbproclogger will log system and process information, such
as memory and cpu usage, into a special process log database.
The output process log database must be of schema
proclogger1.0.
Typically this program is run in the background as a deamon process.
If the database descriptor file does not exist at all,
dbproclogger will create it with the proper schema.
OPTIONS
-
-select_cmdline
This is a regular expression that is matched against process comand lines
to determine which processes should be logged. The default is to select
all processes.
-
-reject_cmdline
This is a regular expression that is matched against process comand lines
to determine which processes should not be logged. The default is to reject
no processes.
-
-interval
This is how often, in seconds, dbproclogger should determine the system information.
The default value is 300.
-
dbname
The name of the output database that will contain the process logs.
This is a required argument. The schema for this database must be proclogger1.0.
SEE ALSO
plotmem(1)
AUTHOR
Danny Harvey
Boulder Real Time Technologies, Inc.