Char-Device-Driver Based Method for Gathering Linux Performance Data

XIAO Xin-feng
DOI: https://doi.org/10.3969/j.issn.1000-1220.2006.03.025
2006-01-01
Abstract:Most utilities gather Linux kernel data by means of reading proc files. But the method is inefficient when use for performance measuring purpose. This paper proposed a LKM and char-device-driver based method that gathers data from the Linux kernel directly via its ioctl method. Experiments showed that the new method is not only simpler but also more efficient than reading proc files.
What problem does this paper attempt to address?