Introduction

Here is provided the description of the liblProc functions.

About liblProc:

liblProc is a library to allow you to get useful information from /proc. The /proc directory contains virtual files that are windows into the current state of the running Linux kernel. It is used to provide information about the system (originally about processes, hence the name). The liblproc library has 167 functions to allow you to get 156 distinctly useful pieces of information from 19 files in /proc. Some functions also process the information to make it more significant.

Author:

Marcelo Veiga Neves <veiga at inf dot ufsm dot br>

Homepage:

http://www-usr.inf.ufsm.br/~veiga/liblproc/