1234567891011121314151617 |
- config ADK_PACKAGE_PROCPS_META
- bool
- default n
- config ADK_PACKAGE_PROCPS
- prompt "procps............................ The /proc file system utilities"
- tristate
- default n
- select ADK_PACKAGE_PROCPS_META
- select ADK_PACKAGE_LIBNCURSES
- help
- procps is the package that has a bunch of small useful utilities
- that give information about processes using the /proc filesystem.
- The package includes the programs ps, top, vmstat, w, kill, free,
- slabtop, and skill.
-
- http://procps.sourceforge.net/
|