IPMCTL User Guide
HomePMDKNDCTLBlog
Version 1.x
Version 1.x
  • IPMCTL User Guide
  • Installing IPMCTL
    • Installing IPMCTL packages on Linux
    • Building and Installing IPMCTL from Source on Linux
    • Installing IPMCTL on Microsoft Windows using the MSI Installer
    • Building and Installing IPMCTL on Microsoft Windows from Source
  • Basic Usage
  • Module Discovery
    • Show System Capabilities
    • Show Socket
    • Show Topology
    • Show Memory Resources
    • Show Device
  • Provisioning
    • Concepts
    • Create Memory Allocation Goal
    • Provision App Direct
    • Provision Memory Mode
    • Provision Mixed Mode
    • Show Memory Allocation Goal
    • Dump Memory Allocation Settings
    • Load Memory Allocation Goal
    • Delete Memory Allocation Goal
  • Security
    • Enable Device Security
    • Change Device Passphrase
    • Change Device Security
    • Erase Device Data
  • Instrumentation
    • Show Sensor
    • Change Sensor Settings
    • Show Device Performance
  • Debug
    • Run Diagnostic
    • Show Error Log
    • Dump Debug Log
    • Show ACPI Tables
    • Show Device Platform Configuration Data
    • Delete Device Platform Configuration Data
    • Inject Error
  • Support and Maintenance
    • Show Events
    • Version and Firmware
Powered by GitBook
On this page
  • Targets
  • Examples
  • Return Data

Was this helpful?

  1. Debug

Show ACPI Tables

Shows the system ACPI tables related to persistent memory modules.

$ ipmctl show [OPTIONS] -system (NFIT|PCAT|PMTT)

Targets

  • system (NFIT|PCAT|PMTT): The system ACPI table(s) to display. By default both the NFIT and PCAT tables are displayed. One of:

    • "NFIT": The NVDIMM Firmware Interface Table

    • "PCAT": The Platform Capabilities Table

    • "PMTT": The Platform Memory Topology Table

      Refer to the ACPI specification for detailed information about the ACPI tables.

Examples

Show the ACPI NFIT

$ ipmctl show -system NFIT

Return Data

Returns the formatted data from the requested ACPI tables and their sub-tables. Refer to the ACPI specification for detailed information about the format of the ACPI tables.

Note: All data is presented in ACPI little endian format.

PreviousDump Debug LogNextShow Device Platform Configuration Data

Last updated 5 years ago

Was this helpful?