The proc filesystem is a virtual filesystem through which kernels of Unix-like operating systems, including Linux, expose process and kernel information.
I would like to get a list of open files in a process on os x (10.9.1). In Linux I was …
macos osx-mavericks file-descriptor procfsI'm looking for the value of the time slice (or quantum) of my Linux kernel. Specific Questions: Is there a /…
c linux linux-kernel embedded-linux procfsI can make sense of most of the information contained in /proc/meminfo like total memory, buffers, cache etc. Could …
linux memory procfsHow can I obtain the (IPv4) addresses for all network interfaces using only proc? After some extensive investigation I've discovered …
python linux networking ipv4 procfsI parse data from /proc/[pid]/statm to get a clue about memory usage of a certain process. man proc …
linux procfsI'm trying to create a proc entry. My init_module function is as below int init_module() { printk(KERN_INFO "…
linux-kernel procfsI'm creating a plugin for Munin to monitor stats of named processes. One of the sources of information would be /…
linux linux-kernel procfsI'm trying to parse socket info from /proc/net/tcp and while I can identify some fields, such as memory …
c linux networking procfs