[][src]Module lpfs::proc

Contains the top-level files within the proc file system.

Each file has its own submodule with the same name.

Tese submodules is re-expored.

Structs

Apm

Represent the content of /proc/apm, returnd by apm().

BuddyInfo

Represent the an entry of /proc/buddyinfo

Cmdline

Represent the content of /proc/cmdline, returned by cmdline()

Consoles

Represent the content of /proc/consoles, returned by consoles()

Cpu

Each instance represent an cpu entry in /proc/stat. See (Stat)[struct.Stat.html].

CpuInfo

Represent the content of the /proc/cpuinfo, returned by cpuinfo().

Crypto

Represent an entry in /proc/crypto

DeviceInterrupt
Devices
Dma

Represent the an entry in /proc/dma, returned by dma().

ExecDomains
Fb

represent an entry in /proc/fb

FileSystem
InternalInterrupt
Interrupts

returned by interrupts()

IoMem

represent an entry in /proc/iomem

IoPort
LoadAvg

Represent the content of /proc/loadavg

Lock
MemInfo

Returnd by meminfo()

Misc
Module
Mount
PageTypeInfo

Represent the content of /proc/pagetypeinfo, returned by pagetypeinfo()

Partition
Processor

Each instance of this struct represent a block in /proc/cpuinfo. See (CpuInfo)[struct.CpuInfo.html].

Stat

Represent the content of /proc/stat, returned by stat().

Swap
Uptime

Represent the content of /proc/uptime, returned by uptime()

Version

Represent the content of /proc/version

Enums

State

Functions

apm

Return parsed content of /proc/apm .

buddyinfo

Return parsed content of /proc/buddyinfo .

cmdline

Return parsed content of /proc/cmdline .

consoles

Return parsed content of /proc/consoles .

cpuinfo

Return parsed content of /proc/cpuinfo .

crypto

Return parsed content of /proc/crypto .

devices

Return parsed content of /proc/devices .

dma

Return parsed content of /proc/dma .

execdomains

Return parsed content of /proc/execdomains .

fb

Return parsed content of /proc/fb .

filesystems

Return parsed content of /proc/filesystems .

interrupts

Return parsed content of /proc/interrupts .

iomem

Return parsed content of /proc/iomem .

ioports

Return parsed content of /proc/ioports .

kcore_ram

Return physical memory used sizes in bytes.

kcore_size

Return the size of /proc/kcore in bytes.

loadavg

Return parsed content of /proc/loadavg .

locks

Return parsed content of /proc/locks .

mdstat
meminfo

Return parsed content of /proc/meminfo .

misc

Return parsed content of /proc/misc .

modules

Return parsed content of /proc/modules .

mounts

Return parsed content of /proc/mounts .

pagetypeinfo

Return parsed content of /proc/pagetypeinfo .

partitions

Return parsed content of /proc/partitions .

stat

Return parsed content of /proc/stat .

swaps

Return parsed content of /proc/swaps .

uptime

Return parsed content of /proc/uptime .

version

Return parsed content of /proc/version .