fbtracemgr - Firebird operation traces
Contents
Description
fbtracemgr gives access to the trace API of Firebird. It connects to a Firebird server, starts a trace
session and prints the audit trail to standard output.
To cancel the trace session, press "Ctrl+C", send the "TERM" signal or use the stop command.
Examples
fbtracemgr -se remote_host:service_mgr -user sysdba -pass masterkey -list
fbtracemgr -se service_mgr -start -name my_trace -config my_cfg.txt
fbtracemgr -se service_mgr -suspend -id 2
fbtracemgr -se service_mgr -resume -id 2
fbtracemgr -se service_mgr -stop -id 4
Name
fbtracemgr - Firebird operation traces
Options
Actions-sta-start
Start a trace session
-sto-stop
Stop a trace session
-su-suspend
Suspend a trace session. No output is produced until the session is resumed.
-r-resume
Resume a suspended trace session.
-l-list
List existing trace sessions
Actionparameters-nstring-namestring
Session name
-inumber-idnumber
Session ID
-cpath-configpath
Path to the trace configuration file
Connectionparameters-se-servicestring
Service name in the form of "service_mgr" (for local connection) or host:"service_mgr" (for remote
connection).
-uuser-useruser
User name to connect as.
-ppassword-passwordpassword
Connection password.
-fefile-fetchfile
Read password from file.
-tstring-trustedstring
Force trusted authentication
Synopsis
fbtracemgraction [parameter...]
