blob: 8e3a44978106358d0ffe3f3a3c75312fa4f7896f [file]
"""
Copyright (c) 2008 Red Hat Inc.
Abstractions to extract information from the Linux kernel /proc files.
"""
__author__ = "Arnaldo Carvalho de Melo <acme@redhat.com>"
__license__ = "GPLv2 License"
from procfs import *
from sysctl import *
from utilist import *