logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

fstrace_clear - Clears the trace log

Description

       The fstraceclear command erases the contents of the trace log from kernel memory, but leaves kernel
       memory allocated for the log.

Examples

       The following command clears the "cmfx" trace log on the local machine:

          # fstrace clear

Name

       fstrace_clear - Clears the trace log

Options

-set <setname>+
           Names  the  event set for which to clear the associated trace log.  The only acceptable value is "cm"
           (for which the associated trace log is "cmfx"). Provide either this argument or the -log argument, or
           omit both to clear the "cmfx" log by default.

       -log <logname>+
           Names the trace log to clear. The only acceptable value is "cmfx". Provide either  this  argument  or
           the -set argument, or omit both to clear the "cmfx" log by default.

       -help
           Prints the online help for this command. All other valid options are ignored.

Privilege Required

       The issuer must be logged in as the local superuser "root".

See Also

fstrace(8), fstrace_lslog(8), fstrace_lsset(8)

Synopsis

fstraceclear [-set <setname>+]
           [-log <logname>+]
           [-help]

       fstracec [-s <setname>+]
           [-l <logname>+] [-h]

See Also