procfs icon indicating copy to clipboard operation
procfs copied to clipboard

Python API for Linux /proc

Results 7 procfs issues
Sort by recently updated
recently updated
newest added

I just downloaded it and tried to run on the python 3.5 interpreter. Following us the detailed error . And it is the same error which appear for every command....

Currently, proc.net.unix returns a string instead of a parsed dict. This patch format the file like `class tcp` but the "sl" is "Num" and only available as root. If the...

Hello, Do you already have a feature to fetch information about IP routes? Can't seem to find it. I don't mind implementing it myself. Do you happen to have a...

Hey, I have added a bond class to proc/net/bonding/__init__.py but I would like to know how I can get /proc/net/bonding/bond0 to match. This is the code in proc/net/bonding/__init__.py ``` """/proc/net/bonding...

I've added a Dockerfile with a start script to either run the web server or use in CLI mode. I've also included a markdown readme that should work just like...

Failing tests : - tests/test_integration.py:97: test_stat - test_integration.py:104: test_partitions - test_integration.py:107: test_softirqs - test_integration.py:110: test_interrupts - test_integration.py:116: test_diskstats See https://travis-ci.org/pmuller/procfs/jobs/31210663 for details.