How do I list kernel modules on redhat?



  • Also see: man page for lsmod.

    These are modules that have been loaded into the kernel.

    $ lsmod
    Module                  Size  Used by
    binfmt_misc            20480  1
    cirrus                 28672  1
    ttm                   131072  1 cirrus
    drm_kms_helper        200704  1 cirrus
    syscopyarea            16384  1 drm_kms_helper
    sysfillrect            16384  1 drm_kms_helper
    sysimgblt              16384  1 drm_kms_helper
    fb_sys_fops            16384  1 drm_kms_helper
    drm                   520192  4 drm_kms_helper,cirrus,ttm
    intel_rapl             24576  0
    sb_edac                24576  0
    intel_rapl_perf        16384  0
    pcspkr                 16384  0
    i2c_piix4              24576  0
    xfs                  1474560  1
    ...
    ...
    ...
    

    The second column displays the amount of memory per module in kilobytes.


Log in to reply
 

© Lightnetics 2024