Skip to main content

Module kdump

Module kdump 

Source
Expand description

Kdump (makedumpfile / diskdump) format provider.

Parses kdump files with KDUMP or DISKDUMP header signatures. Uses lazy page decompression with an LRU cache for random-access reads. Supports zlib (flate2), snappy (snap), zstd (ruzstd), and uncompressed pages. LZO decompression is deferred with a clear error message.

Structsยง

KdumpPlugin
Format plugin for kdump files.
KdumpProvider
Kdump format provider with lazy decompression and LRU cache.