tuxudo/memory

Memory module for munkireport.

Maintainers

Details

github.com/tuxudo/memory

Source

Issues

Installs: 539

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/tuxudo/memory

v3.0 2023-03-16 20:45 UTC

This package is auto-updated.

Last update: 2025-10-26 21:26:59 UTC


README

Provides information about installed memory.

Data can be viewed under the memory tab on the client details page or using the memory list view

Table Schema

Database:

  • name - varchar(255) - name of memory bank
  • dimm_size - varchar(255) - size of the memory module
  • dimm_speed - varchar(255) - module speed
  • dimm_type - varchar(255) - type of memory
  • dimm_status - varchar(255) - memory status
  • dimm_manufacturer - varchar(255) - manufacturer of memory
  • dimm_part_number - varchar(255)(255) - memory module part number
  • dimm_serial_number - varchar(255) - memory serial number
  • dimm_ecc_errors - varchar(255) - reported ECC errors of module
  • global_ecc_state - int - current ECC state, can be 0, 1, or 2
  • is_memory_upgradeable - boolean - is memory user upgradable