Issues
- 3
- 0
- 2
Process uid() fails on some kernels
#265 opened by tatref - 0
error[E0599]: no associated item named `PATH` found for struct `OFlags` in the current scope
#272 opened by yurivict - 0
Add support for `/proc/net/nf_conntrack`
#305 opened by eminence - 0
Add support for parsing /proc/net/netstat
#295 opened by chengshuyi - 0
Improve our examples
#290 opened by eminence - 3
- 8
[Bug] `FDsIter` memory leak
#287 opened by cyqsimon - 2
Make CpuInfo iterable
#276 opened by conqp - 3
KernelVersion::current reads /proc/sys/kernel/osrelease, patch version is incorrect in ubuntu
#279 opened by tamird - 0
Add support for parsing /proc/mdstat
#278 opened by vjt - 2
Please publish `procfs-core`
#273 opened by Jake-Shadle - 0
No way to match `KernelStats::cpu_time` entries to CPUs when CPUs are hot [un]plugged
#274 opened by htejun - 3
- 12
Support (limited) use on other platforms
#255 opened by afranchuk - 0
MountInfo does not unescape special characters
#262 opened by tatref - 2
MSRV for procfs
#223 opened by eminence - 2
PID should be u32
#245 opened by tatref - 3
Confusing documentation for Stat::comm
#249 opened by rust1248 - 2
Remove dev dependency with `failure`
#221 opened by tatref - 4
Expose `/proc/<pid>/maps` parsing (and others)
#236 opened by afranchuk - 2
Fails to build on FreeBSD
#228 opened by yurivict - 1
Possible vulnerability
#227 opened by vlad9486 - 2
Allow reading from specific pid's /net/dev
#126 opened by zz85 - 1
No way to ignore `ESRCH` from `Process::stat`
#208 opened by bsilver8192 - 4
Zombie processes are considered alive
#197 opened by Nukesor - 5
Add an optionnal prefix to /proc for gathering data ?
#121 opened by bpetit - 2
- 7
procfs::process::all_processes() can blow "open files" ulimit on a system with a large number of processes
#188 opened by obaudys - 5
- 2
Make flate2 as a optional dependencies/feature, current is only used to read /proc/config.gz
#156 opened by pymongo - 3
- 4
Supporting Android platform?
#148 opened by tiann - 1
examples/mountinfo.rs panic on fs_type: "bpf", should this example skip bpf type in loop?
#158 opened by eminence - 1
our lazy statics are a panic hazard
#138 opened by eminence - 3
Pining of `bitflags` and `hex` does not allow procfs to be used with other crates
#144 opened by oblique - 2
kernel version parsing panic
#136 opened by zz85 - 5
inode size is not correct on x86_64
#130 opened by int5-grey - 1
Surprisingly large compile time
#133 opened by saethlin - 2
please remove expects!
#131 opened by int5-grey - 2
- 3
Make it possible to get cpuinfo from another file.
#117 opened by rjbergTU - 2
Permission denied for write-only files.
#118 opened by phiresky - 0
Failed to parse /proc/locks
#108 opened by eminence - 1
- 6
u32 conversion error on /proc/stat::procs_blocked
#94 opened by htejun - 0
Fix /proc/cpuinfo parsing on a raspberry pi
#90 opened by eminence - 1
Add support for parsing the ARP table
#88 opened by eminence - 2
Signage of Stat::pid, Stat::gid etc.
#85 opened by ahmed-masud