summaryrefslogtreecommitdiffstats
path: root/procfs
AgeCommit message (Expand)AuthorFilesLines
2025-10-09python-linux-procfs: Bump version to 0.7.4v0.7.4John Kacur1-1/+1
2025-10-09python-linux-procfs: Fix spelling mistakes in commentsJohn Kacur1-2/+2
2025-10-09python-linux-procfs: Modernize packaging and update authorshipJohn Kacur2-2/+4
2024-04-30python-linux-procfs: Remove import of range from six.movesJohn Kacur2-5/+0
2023-11-09python-linux-procfs: Remove specfiles and update versionv0.7.3John Kacur1-1/+1
2023-08-10python-linux-procfs: procfs: Added SPDX licenceAnubhav Shelat1-13/+1
2023-08-10python-linux-procfs: utilist: Added SPDX licenceAnubhav Shelat1-13/+1
2023-08-10python-linux-procfs: __init__: Added SPDX licenceAnubhav Shelat1-14/+2
2022-11-18python-linux-procfs: Create release v0.7.1v0.7.1John Kacur1-1/+1
2022-08-22python-linux-procfs: Correct VERSION number in procfs.pyJohn Kacur1-1/+1
2022-08-22python-linux-procfs: Use f-stringsJohn Kacur1-21/+19
2022-08-22python-linux-procfs: Add missing open in with statementJohn Kacur1-2/+2
2021-12-09python-linux-procfs: Fix UnicodeDecodeErrorJohn Kacur1-4/+14
2021-12-02python-linux-procfs: Various clean-upsJohn Kacur1-150/+142
2021-12-02python-linux-procfs: Remove procfs/sysctl.pyJohn Kacur2-69/+0
2021-11-24python-linux-procfs: Propagate error to user if a pid is completedJohn Kacur1-3/+16
2021-11-19python-linux-procfs: Fix traceback with non-utf8 chars in the /proc/PID/cmdlineJohn Kacur1-3/+3
2020-11-06python-linux-procfs: procfs.py: Fix a few more style problemsJohn Kacur1-5/+5
2020-11-06python-linux-procfs: procfs.py: Simplify is_s390John Kacur1-5/+3
2020-11-06python-linux-procfs: Fix more spacing problems with procfs.pyJohn Kacur1-52/+81
2020-06-24python-linux-procfs: Add gitignore and gitattributes filesJohn Kacur1-0/+0
2020-06-24python-linux-procfs: Fix import of utilistJohn Kacur1-1/+1
2020-06-19python-linux-procfs: Parse the number of cpus correctly on s390(x)john/develJohn Kacur1-0/+12
2020-04-14python-linux-procfs: utilist: Clean-upsJohn Kacur1-26/+26
2020-04-14python-linux-procfs: sysctl: Use is None and is not NoneJohn Kacur1-3/+3
2020-04-14python-linux-procfs: sysctl.py: Changes for python3John Kacur1-1/+1
2020-04-14python-linux-procfs: sysctl.py: Fix tabbing and other issuesJohn Kacur1-40/+40
2020-04-14python-linux-procfs: procfs: Fix import and other issuesJohn Kacur1-29/+27
2020-04-14python-linux-procfs: procfs: Updates for python3John Kacur1-13/+13
2020-04-14python-linux-procfs: procfs.py: use Python spacingJohn Kacur2-831/+831
2020-04-14python-linux-procfs: __init__ Clean-upsJohn Kacur1-3/+1
2019-02-05procfs: Fix removing vanished processes in pidstats.reload_threads()Ondřej Lysoněk1-1/+4
2019-01-11sysctl: Fix refreshing cacheOndřej Lysoněk1-1/+1
2019-01-11procfs: Reduce not in python3 by defaultJohn Kacur1-0/+1
2018-08-09python-linux-procfs: Add some functions for affinity from tunaJohn Kacur1-0/+16
2017-11-20rpm: bump up version to 0.5v0.5Jiri Kastner1-1/+1
2017-11-20python3: Use `range()` function from six.movesLumir Balhar1-0/+3
2017-11-20python3: `print`, from statement to functionLumir Balhar1-11/+11
2017-11-20python3: Fix usage of `map()` functionLumir Balhar1-1/+1
2017-11-20python3: Use absolute import for import from local modulesLumir Balhar2-5/+11
2017-11-20python3: `open()` is preferred way for opening files.Lumir Balhar2-10/+10
2017-11-20python3: Fixes related to new Python 3 dict views.Lumir Balhar2-18/+18
2017-11-20python3: Use `in` operator instead of `has_key()` method.Lumir Balhar2-7/+7
2016-12-22fix parse_affinity for CPU numbers greater than 31Jozef Bacik1-10/+6
2015-10-09pidstats: fix documentation indentationJiri Kastner1-11/+11
2015-10-08pidstats: Add documentation for the reload() methodArnaldo Carvalho de Melo1-0/+14
2015-10-02interrupts: Add documentation about 'cpu' fieldArnaldo Carvalho de Melo1-0/+5
2015-10-02Add values() methods to all classes with dictsArnaldo Carvalho de Melo1-0/+30
2015-10-02Add items() method to all the classes with dictsArnaldo Carvalho de Melo1-0/+24
2015-10-02cpustat: Add __repr__ methodArnaldo Carvalho de Melo1-0/+9
2015-10-02cmdline: Document itArnaldo Carvalho de Melo1-1/+20
2015-10-02cmdline: Add dict methodsArnaldo Carvalho de Melo1-0/+6
2015-10-02Document smaps_libArnaldo Carvalho de Melo1-0/+9
2015-09-01smaps: Provide usage example in the class documentationArnaldo Carvalho de Melo1-0/+19
2015-09-01smaps: Add __len__ methodArnaldo Carvalho de Melo1-0/+3
2015-09-01smaps: Add __getitem__ methodArnaldo Carvalho de Melo1-0/+3
2015-09-01smaps: Add documentationArnaldo Carvalho de Melo1-0/+5
2015-08-31cpusstats, cpuinfo: Provide documentationArnaldo Carvalho de Melo1-0/+37
2015-08-26interrupts: Document classArnaldo Carvalho de Melo1-0/+48
2015-08-26procfs: Document the process pidstats classesArnaldo Carvalho de Melo1-0/+34
2015-08-25pidstat: Add missing documentationArnaldo Carvalho de Melo1-0/+44
2015-08-12pidstatus, process: Provide class level documentationArnaldo Carvalho de Melo1-0/+42
2015-08-05pidstat: Provide class level documentationArnaldo Carvalho de Melo1-0/+25
2015-08-05interrupts: Fix parsing of users fieldArnaldo Carvalho de Melo1-1/+1
2015-06-15pidstat: Support COMM names with spacesArnaldo Carvalho de Melo1-1/+2
2015-06-11pidstat: Add missing PF_ flagsArnaldo Carvalho de Melo1-0/+10
2015-06-11pidstat: Fix process_flags() methodArnaldo Carvalho de Melo1-1/+1
2015-06-10interrupts: Do not refrain from parsing the irq affinities for !rootArnaldo Carvalho de Melo1-2/+0
2015-06-10pidstat: Add PF_NO_SETAFFINITY constArnaldo Carvalho de Melo1-1/+2
2015-05-28procfs: Add a __contains__ method to dict classesGuy Streeter1-0/+15
2013-06-07procfs: Parse environment variablesJiri Kastner1-1/+12
2013-04-05pidstats: Added support for parsing cgroups as a per thread attributePetr Oros1-0/+12
2013-03-30smaps: Improve parsing of mmapsArnaldo Carvalho de Melo1-2/+7
2010-03-26pidstats: Catch more vanished processes casesArnaldo Carvalho de Melo1-7/+31
2009-02-09Add shebangs and licensesv0.4.3Arnaldo Carvalho de Melo4-1/+68
2009-01-09interrupts: Add find_by_user_regexv0.4.2Arnaldo Carvalho de Melo1-1/+12
2008-12-08process: Always set the "cmdline" array, even if emptyv0.4.1Arnaldo Carvalho de Melo1-5/+2
2008-12-08pidstats: Remove dead processes in find_by_name()Arnaldo Carvalho de Melo1-2/+9
2008-12-08pidstats: Add process class to catch dict references for late parsingArnaldo Carvalho de Melo1-33/+44
2008-12-03pidstats: Move the /proc/PID/{stat,status} parsing to classesArnaldo Carvalho de Melo1-37/+79
2008-12-02pidstats: Introduce process_flags methodArnaldo Carvalho de Melo1-0/+12
2008-08-12pidstats: Add per process flagsArnaldo Carvalho de Melo1-0/+34
2008-06-13cpustats: handle CPU hotplugArnaldo Carvalho de Melo1-6/+17
2008-04-16[CPUSTAT]: 2.6.9 has only 8 fields in /proc/statArnaldo Carvalho de Melo1-4/+5
2008-03-25[PROCFS] cpustats: allow specifying a filenameArnaldo Carvalho de Melo1-2/+3
2008-03-20[CPUINFO]: Handle the non-multicore formatArnaldo Carvalho de Melo1-2/+3
2008-03-20[CPUINFO]: Count number of sockets and coresArnaldo Carvalho de Melo1-4/+11
2008-02-26[PROCFS] pidstats: Fixup load_cmdline exception handlingArnaldo Carvalho de Melo1-1/+1
2008-02-26[PIDSTATS]: Check if process has vanished when accessing cmdline & tasks/Arnaldo Carvalho de Melo1-12/+20
2008-02-25Created repo from files previously in ait.gitArnaldo Carvalho de Melo4-0/+538