/dumptask

A simple kernel module to dump the tasks

Primary LanguageC

dumptask

Build

1- Download or clone the source code into a working directory.

2- Build the programs.

make

Run (as root)

3- Load the kernel module.

modprobe dumptask

or

insmod dumptask.ko

4- List the tasks.

showtask

Unload

5- Unload the kernel module with the rmmod command

rmmod dumptask.ko

Screenshots

Linux kernel module

Use dmesg or journalctl -k to check the module state

dumptask: loaded

dumptask: unload

alt text

alt text

About

CyrIng

Copyright (C) 2017-2019 CYRIL INGENIERIE