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

ipmctl-show-session - Displays the playback and record (PBR) command history of a session.

Description

       Displays the command history of a session. Also displays which command to execute next during
       playback_manual mode (see start-session).

Examples

       Show the contents of the loaded/active session.

           ipmctl show -session

Limitations

       A session must be loaded or active prior to executing this command. A session may be loaded via the load-session command or made active via the start-session command.

Name

       ipmctl-show-session - Displays the playback and record (PBR) command history of a session.

Options

       -h, -help
           Displays help for the command.

       -ddrt
           Used to specify DDRT as the desired transport protocol for the current invocation of ipmctl.

       -smbus
           Used to specify SMBUS as the desired transport protocol for the current invocation of ipmctl.

           Note

           The -ddrt and -smbus options are mutually exclusive and may not be used together.

Sample Output

           TagID | RC | Args
           ============================
            0x0*  | 0  | show -sensor
            0x1   | 0  | show -dimm

ipmctl                                             2024-04-22                             IPMCTL-SHOW-SESSION(1)

Synopsis

           ipmctl show [OPTIONS] -session

Target

       -session
           Specifies to show the command history of loaded/active session.

See Also