Scroll to navigation

MSRTOOL(8) System Administration Utilities MSRTOOL(8)

NAME

msrtool - Dumps chipset-specific MSR registers

SYNOPSIS

msrtool [-hvqrkl] [-c cpu] [-m system] [-t target ...] [-i addr=hi[:]lo] | [-s file] | [-d [:]file] | addr...

DESCRIPTION

Dumps chipset-specific MSR registers

OPTIONS

Show this help text
Be verbose
Be quiet (overrides -v)
Include [Reserved] values
List all known systems and targets
List MSRs and bit fields for current target(s) (-kl for ALL targets!)
Access MSRs on the specified CPU, default=0
Force a system, e.g: -m linux
Force a target, can be used multiple times, e.g: -t geodelx -t cs5536
Immediate mode
Decode hex addr=hi:lo for the target without reading hw value
e.g: -i 4c00000f=f2f100ff56960004
Stream mode

Read one MSR address per line and append current hw value to the line use the filename - for stdin/stdout using -l -s ignores input and will output all MSRs with values
Diff mode

read one address and value per line and compare with current hw value, printing differences to stdout. use the filename - to read from stdin use :file or :- to reverse diff, normally hw values are considered new addr.. direct mode, read and decode values for the given MSR address(es)

AUTHORS

coresystems GmbH.
Man page written by Ahmad Khalifa.
November 2024