summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-11-09python-linux-procfs: Remove specfiles and update versionHEADv0.7.3mainJohn Kacur4-214/+9
2023-08-10Change the COPYING file for SPDX licensesv0.7.2John Kacur1-337/+3
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
2023-08-10python-linux-procfs: setup: Added SPDX licenceAnubhav Shelat1-0/+2
2023-08-10python-linux-procfs: bitmasklist_test: Added SPDX licenceAnubhav Shelat1-0/+1
2023-08-10python_linux_procfs: setup.py: Remove distutilsJohn Kacur1-4/+8
2022-11-18python-linux-procfs: Create release v0.7.1v0.7.1John Kacur2-2/+8
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
2022-08-22python-linux-procfs: Use sys.exit and add some docstringsJohn Kacur1-1/+7
2022-01-10python-linux-procfs: Create release v0.7.0v0.7.0John Kacur2-2/+13
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 Kacur3-70/+0
2021-11-24python-linux-procfs: Makefile: Add ctagsJohn Kacur1-1/+9
2021-11-24python-linux-procfs: pflags: Handle pids that completedJohn Kacur1-2/+13
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
2021-01-11python-linux-procfs: Add tar.xz and asc files to gitignoreJohn Kacur1-0/+2
2021-01-11python-linux-procfs: Create release 0.6.3v0.6.3John Kacur2-2/+7
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 Kacur3-0/+6
2020-06-24python-linux-procfs: Fix import of utilistJohn Kacur1-1/+1
2020-06-22python-linux-procfs: Create release 0.6.2v0.6.2John Kacur2-2/+7
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-941/+941
2020-04-14python-linux-procfs: __init__ Clean-upsJohn Kacur1-3/+1
2020-04-14python-linux-procfs: pflags: Conform to python spacing recommendationsJohn Kacur1-41/+41
2020-04-14python-linux-procfs: setup.py: Fix a few pythonesque issuesJohn Kacur1-16/+15
2020-04-14python-linux-procfs: bitmasklist_test: Rename class to BitmasklistTestJohn Kacur1-12/+12
2020-04-14python-linux-procfs: bitmasklist_test.py: python3 changesJohn Kacur1-5/+5
2019-02-05release 0.6.1v0.6.1Jiri Kastner2-2/+5
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-11python-linux-procfs: pflags: Ignore non-existent pids or process namesJohn Kacur1-2/+4
2019-01-11python-linux-procfs: pflags: Use argparse to create a help optionJohn Kacur1-3/+9
2019-01-11procfs: Reduce not in python3 by defaultJohn Kacur1-0/+1
2018-08-09release 0.6v0.6Jiri Kastner2-5/+8
2018-08-09python-linux-procfs: Add some functions for affinity from tunaJohn Kacur1-0/+16
2017-11-21release 0.5.1v0.5.1Jiri Kastner2-1/+2
2017-11-21rpm: missed snippet in specfile for python2 onlyJiri Kastner1-0/+3
2017-11-21setup.py: added scripts to setup.pyJiri Kastner3-2/+7
2017-11-20rpm: bump up version to 0.5v0.5Jiri Kastner3-16/+57
2017-11-20python3: Use `setuptools.setup()` instead of distutilsLumir Balhar1-1/+2
2017-11-20python3: Use `range()` function from six.movesLumir Balhar1-0/+3
2017-11-20python3: `print`, from statement to functionLumir Balhar3-17/+19
2017-11-20python3: Fix usage of `map()` functionLumir Balhar2-4/+5
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 Balhar3-19/+19
2017-11-20python3: `reduce()` is moved to `functools` module in Python 3Lumir Balhar1-0/+1
2017-11-20python3: Use `in` operator instead of `has_key()` method.Lumir Balhar2-7/+7
2017-09-26rpm: fixed Source, URL, bumped versionv0.4.11Jiri Kastner1-3/+6
2016-12-22New release: 0.4.10v0.4.10Jiri Kastner1-1/+5
2016-12-22python-linux-procfs: bitmasklist_test.py Add the first unit testJohn Kacur1-0/+67
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-08New release: 0.4.9v0.4.9Arnaldo Carvalho de Melo2-2/+7
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-23New release: 0.4.8v0.4.8Arnaldo Carvalho de Melo2-2/+6
2015-06-15pidstat: Support COMM names with spacesArnaldo Carvalho de Melo1-1/+2
2015-06-11New release: 0.4.7v0.4.7Arnaldo Carvalho de Melo3-2/+12
2015-06-11pflags: Add command line utility to print processor flagsArnaldo Carvalho de Melo1-0/+65
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-07New release: 0.4.6v0.4.6Arnaldo Carvalho de Melo2-2/+6
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-05-10rpm: Tag 0.4.5v0.4.5Arnaldo Carvalho de Melo2-2/+5
2010-03-26pidstats: Catch more vanished processes casesArnaldo Carvalho de Melo1-7/+31
2009-02-10rpm: More fixes from the fedora review processArnaldo Carvalho de Melo4-2/+347
2009-02-09Add shebangs and licensesv0.4.3Arnaldo Carvalho de Melo5-2/+72
2009-02-09rpm: Fixup rpmlint warningsArnaldo Carvalho de Melo1-1/+2
2009-01-28Makefile: Add clean targetArnaldo Carvalho de Melo1-0/+11
2009-01-28rpm: Add missing changelog entry with changes since 0.4Arnaldo Carvalho de Melo1-0/+8
2009-01-13rpm: bump to 0.4.2Arnaldo Carvalho de Melo1-1/+1
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-12rpm: Package .egg-info files if version is new enoughv0.4Arnaldo Carvalho de Melo1-0/+3
2008-08-12rpm: v0.4Arnaldo Carvalho de Melo1-1/+4
2008-08-12pidstats: Add per process flagsArnaldo Carvalho de Melo1-0/+34
2008-08-07Makefile: add make rpmdevArnaldo Carvalho de Melo1-0/+8
2008-08-05Makefile: Use --prefix in git-archiveArnaldo Carvalho de Melo2-2/+3
2008-08-05Makefile: add rpmdirs target and trigger it when doing make rpmArnaldo Carvalho de Melo1-2/+8
2008-06-13MANIFEST: add MakefileArnaldo Carvalho de Melo1-0/+1
2008-06-13Makefile: make rpmv0.3Arnaldo Carvalho de Melo2-1/+12
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 Melo2-13/+21
2008-02-25Created repo from files previously in ait.gitArnaldo Carvalho de Melo7-0/+608