Age | Commit message (Expand) | Author | Files | Lines |
2023-11-09 | python-linux-procfs: Remove specfiles and update versionHEADv0.7.3main | John Kacur | 4 | -214/+9 |
2023-08-10 | Change the COPYING file for SPDX licensesv0.7.2 | John Kacur | 1 | -337/+3 |
2023-08-10 | python-linux-procfs: procfs: Added SPDX licence | Anubhav Shelat | 1 | -13/+1 |
2023-08-10 | python-linux-procfs: utilist: Added SPDX licence | Anubhav Shelat | 1 | -13/+1 |
2023-08-10 | python-linux-procfs: __init__: Added SPDX licence | Anubhav Shelat | 1 | -14/+2 |
2023-08-10 | python-linux-procfs: setup: Added SPDX licence | Anubhav Shelat | 1 | -0/+2 |
2023-08-10 | python-linux-procfs: bitmasklist_test: Added SPDX licence | Anubhav Shelat | 1 | -0/+1 |
2023-08-10 | python_linux_procfs: setup.py: Remove distutils | John Kacur | 1 | -4/+8 |
2022-11-18 | python-linux-procfs: Create release v0.7.1v0.7.1 | John Kacur | 2 | -2/+8 |
2022-08-22 | python-linux-procfs: Correct VERSION number in procfs.py | John Kacur | 1 | -1/+1 |
2022-08-22 | python-linux-procfs: Use f-strings | John Kacur | 1 | -21/+19 |
2022-08-22 | python-linux-procfs: Add missing open in with statement | John Kacur | 1 | -2/+2 |
2022-08-22 | python-linux-procfs: Use sys.exit and add some docstrings | John Kacur | 1 | -1/+7 |
2022-01-10 | python-linux-procfs: Create release v0.7.0v0.7.0 | John Kacur | 2 | -2/+13 |
2021-12-09 | python-linux-procfs: Fix UnicodeDecodeError | John Kacur | 1 | -4/+14 |
2021-12-02 | python-linux-procfs: Various clean-ups | John Kacur | 1 | -150/+142 |
2021-12-02 | python-linux-procfs: Remove procfs/sysctl.py | John Kacur | 3 | -70/+0 |
2021-11-24 | python-linux-procfs: Makefile: Add ctags | John Kacur | 1 | -1/+9 |
2021-11-24 | python-linux-procfs: pflags: Handle pids that completed | John Kacur | 1 | -2/+13 |
2021-11-24 | python-linux-procfs: Propagate error to user if a pid is completed | John Kacur | 1 | -3/+16 |
2021-11-19 | python-linux-procfs: Fix traceback with non-utf8 chars in the /proc/PID/cmdline | John Kacur | 1 | -3/+3 |
2021-01-11 | python-linux-procfs: Add tar.xz and asc files to gitignore | John Kacur | 1 | -0/+2 |
2021-01-11 | python-linux-procfs: Create release 0.6.3v0.6.3 | John Kacur | 2 | -2/+7 |
2020-11-06 | python-linux-procfs: procfs.py: Fix a few more style problems | John Kacur | 1 | -5/+5 |
2020-11-06 | python-linux-procfs: procfs.py: Simplify is_s390 | John Kacur | 1 | -5/+3 |
2020-11-06 | python-linux-procfs: Fix more spacing problems with procfs.py | John Kacur | 1 | -52/+81 |
2020-06-24 | python-linux-procfs: Add gitignore and gitattributes files | John Kacur | 3 | -0/+6 |
2020-06-24 | python-linux-procfs: Fix import of utilist | John Kacur | 1 | -1/+1 |
2020-06-22 | python-linux-procfs: Create release 0.6.2v0.6.2 | John Kacur | 2 | -2/+7 |
2020-06-19 | python-linux-procfs: Parse the number of cpus correctly on s390(x)john/devel | John Kacur | 1 | -0/+12 |
2020-04-14 | python-linux-procfs: utilist: Clean-ups | John Kacur | 1 | -26/+26 |
2020-04-14 | python-linux-procfs: sysctl: Use is None and is not None | John Kacur | 1 | -3/+3 |
2020-04-14 | python-linux-procfs: sysctl.py: Changes for python3 | John Kacur | 1 | -1/+1 |
2020-04-14 | python-linux-procfs: sysctl.py: Fix tabbing and other issues | John Kacur | 1 | -40/+40 |
2020-04-14 | python-linux-procfs: procfs: Fix import and other issues | John Kacur | 1 | -29/+27 |
2020-04-14 | python-linux-procfs: procfs: Updates for python3 | John Kacur | 1 | -13/+13 |
2020-04-14 | python-linux-procfs: procfs.py: use Python spacing | John Kacur | 2 | -941/+941 |
2020-04-14 | python-linux-procfs: __init__ Clean-ups | John Kacur | 1 | -3/+1 |
2020-04-14 | python-linux-procfs: pflags: Conform to python spacing recommendations | John Kacur | 1 | -41/+41 |
2020-04-14 | python-linux-procfs: setup.py: Fix a few pythonesque issues | John Kacur | 1 | -16/+15 |
2020-04-14 | python-linux-procfs: bitmasklist_test: Rename class to BitmasklistTest | John Kacur | 1 | -12/+12 |
2020-04-14 | python-linux-procfs: bitmasklist_test.py: python3 changes | John Kacur | 1 | -5/+5 |
2019-02-05 | release 0.6.1v0.6.1 | Jiri Kastner | 2 | -2/+5 |
2019-02-05 | procfs: Fix removing vanished processes in pidstats.reload_threads() | Ondřej Lysoněk | 1 | -1/+4 |
2019-01-11 | sysctl: Fix refreshing cache | Ondřej Lysoněk | 1 | -1/+1 |
2019-01-11 | python-linux-procfs: pflags: Ignore non-existent pids or process names | John Kacur | 1 | -2/+4 |
2019-01-11 | python-linux-procfs: pflags: Use argparse to create a help option | John Kacur | 1 | -3/+9 |
2019-01-11 | procfs: Reduce not in python3 by default | John Kacur | 1 | -0/+1 |
2018-08-09 | release 0.6v0.6 | Jiri Kastner | 2 | -5/+8 |
2018-08-09 | python-linux-procfs: Add some functions for affinity from tuna | John Kacur | 1 | -0/+16 |
2017-11-21 | release 0.5.1v0.5.1 | Jiri Kastner | 2 | -1/+2 |
2017-11-21 | rpm: missed snippet in specfile for python2 only | Jiri Kastner | 1 | -0/+3 |
2017-11-21 | setup.py: added scripts to setup.py | Jiri Kastner | 3 | -2/+7 |
2017-11-20 | rpm: bump up version to 0.5v0.5 | Jiri Kastner | 3 | -16/+57 |
2017-11-20 | python3: Use `setuptools.setup()` instead of distutils | Lumir Balhar | 1 | -1/+2 |
2017-11-20 | python3: Use `range()` function from six.moves | Lumir Balhar | 1 | -0/+3 |
2017-11-20 | python3: `print`, from statement to function | Lumir Balhar | 3 | -17/+19 |
2017-11-20 | python3: Fix usage of `map()` function | Lumir Balhar | 2 | -4/+5 |
2017-11-20 | python3: Use absolute import for import from local modules | Lumir Balhar | 2 | -5/+11 |
2017-11-20 | python3: `open()` is preferred way for opening files. | Lumir Balhar | 2 | -10/+10 |
2017-11-20 | python3: Fixes related to new Python 3 dict views. | Lumir Balhar | 3 | -19/+19 |
2017-11-20 | python3: `reduce()` is moved to `functools` module in Python 3 | Lumir Balhar | 1 | -0/+1 |
2017-11-20 | python3: Use `in` operator instead of `has_key()` method. | Lumir Balhar | 2 | -7/+7 |
2017-09-26 | rpm: fixed Source, URL, bumped versionv0.4.11 | Jiri Kastner | 1 | -3/+6 |
2016-12-22 | New release: 0.4.10v0.4.10 | Jiri Kastner | 1 | -1/+5 |
2016-12-22 | python-linux-procfs: bitmasklist_test.py Add the first unit test | John Kacur | 1 | -0/+67 |
2016-12-22 | fix parse_affinity for CPU numbers greater than 31 | Jozef Bacik | 1 | -10/+6 |
2015-10-09 | pidstats: fix documentation indentation | Jiri Kastner | 1 | -11/+11 |
2015-10-08 | New release: 0.4.9v0.4.9 | Arnaldo Carvalho de Melo | 2 | -2/+7 |
2015-10-08 | pidstats: Add documentation for the reload() method | Arnaldo Carvalho de Melo | 1 | -0/+14 |
2015-10-02 | interrupts: Add documentation about 'cpu' field | Arnaldo Carvalho de Melo | 1 | -0/+5 |
2015-10-02 | Add values() methods to all classes with dicts | Arnaldo Carvalho de Melo | 1 | -0/+30 |
2015-10-02 | Add items() method to all the classes with dicts | Arnaldo Carvalho de Melo | 1 | -0/+24 |
2015-10-02 | cpustat: Add __repr__ method | Arnaldo Carvalho de Melo | 1 | -0/+9 |
2015-10-02 | cmdline: Document it | Arnaldo Carvalho de Melo | 1 | -1/+20 |
2015-10-02 | cmdline: Add dict methods | Arnaldo Carvalho de Melo | 1 | -0/+6 |
2015-10-02 | Document smaps_lib | Arnaldo Carvalho de Melo | 1 | -0/+9 |
2015-09-01 | smaps: Provide usage example in the class documentation | Arnaldo Carvalho de Melo | 1 | -0/+19 |
2015-09-01 | smaps: Add __len__ method | Arnaldo Carvalho de Melo | 1 | -0/+3 |
2015-09-01 | smaps: Add __getitem__ method | Arnaldo Carvalho de Melo | 1 | -0/+3 |
2015-09-01 | smaps: Add documentation | Arnaldo Carvalho de Melo | 1 | -0/+5 |
2015-08-31 | cpusstats, cpuinfo: Provide documentation | Arnaldo Carvalho de Melo | 1 | -0/+37 |
2015-08-26 | interrupts: Document class | Arnaldo Carvalho de Melo | 1 | -0/+48 |
2015-08-26 | procfs: Document the process pidstats classes | Arnaldo Carvalho de Melo | 1 | -0/+34 |
2015-08-25 | pidstat: Add missing documentation | Arnaldo Carvalho de Melo | 1 | -0/+44 |
2015-08-12 | pidstatus, process: Provide class level documentation | Arnaldo Carvalho de Melo | 1 | -0/+42 |
2015-08-05 | pidstat: Provide class level documentation | Arnaldo Carvalho de Melo | 1 | -0/+25 |
2015-08-05 | interrupts: Fix parsing of users field | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2015-06-23 | New release: 0.4.8v0.4.8 | Arnaldo Carvalho de Melo | 2 | -2/+6 |
2015-06-15 | pidstat: Support COMM names with spaces | Arnaldo Carvalho de Melo | 1 | -1/+2 |
2015-06-11 | New release: 0.4.7v0.4.7 | Arnaldo Carvalho de Melo | 3 | -2/+12 |
2015-06-11 | pflags: Add command line utility to print processor flags | Arnaldo Carvalho de Melo | 1 | -0/+65 |
2015-06-11 | pidstat: Add missing PF_ flags | Arnaldo Carvalho de Melo | 1 | -0/+10 |
2015-06-11 | pidstat: Fix process_flags() method | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2015-06-10 | interrupts: Do not refrain from parsing the irq affinities for !root | Arnaldo Carvalho de Melo | 1 | -2/+0 |
2015-06-10 | pidstat: Add PF_NO_SETAFFINITY const | Arnaldo Carvalho de Melo | 1 | -1/+2 |
2015-05-28 | procfs: Add a __contains__ method to dict classes | Guy Streeter | 1 | -0/+15 |
2013-06-07 | New release: 0.4.6v0.4.6 | Arnaldo Carvalho de Melo | 2 | -2/+6 |
2013-06-07 | procfs: Parse environment variables | Jiri Kastner | 1 | -1/+12 |
2013-04-05 | pidstats: Added support for parsing cgroups as a per thread attribute | Petr Oros | 1 | -0/+12 |
2013-03-30 | smaps: Improve parsing of mmaps | Arnaldo Carvalho de Melo | 1 | -2/+7 |
2010-05-10 | rpm: Tag 0.4.5v0.4.5 | Arnaldo Carvalho de Melo | 2 | -2/+5 |
2010-03-26 | pidstats: Catch more vanished processes cases | Arnaldo Carvalho de Melo | 1 | -7/+31 |
2009-02-10 | rpm: More fixes from the fedora review process | Arnaldo Carvalho de Melo | 4 | -2/+347 |
2009-02-09 | Add shebangs and licensesv0.4.3 | Arnaldo Carvalho de Melo | 5 | -2/+72 |
2009-02-09 | rpm: Fixup rpmlint warnings | Arnaldo Carvalho de Melo | 1 | -1/+2 |
2009-01-28 | Makefile: Add clean target | Arnaldo Carvalho de Melo | 1 | -0/+11 |
2009-01-28 | rpm: Add missing changelog entry with changes since 0.4 | Arnaldo Carvalho de Melo | 1 | -0/+8 |
2009-01-13 | rpm: bump to 0.4.2 | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2009-01-09 | interrupts: Add find_by_user_regexv0.4.2 | Arnaldo Carvalho de Melo | 1 | -1/+12 |
2008-12-08 | process: Always set the "cmdline" array, even if emptyv0.4.1 | Arnaldo Carvalho de Melo | 1 | -5/+2 |
2008-12-08 | pidstats: Remove dead processes in find_by_name() | Arnaldo Carvalho de Melo | 1 | -2/+9 |
2008-12-08 | pidstats: Add process class to catch dict references for late parsing | Arnaldo Carvalho de Melo | 1 | -33/+44 |
2008-12-03 | pidstats: Move the /proc/PID/{stat,status} parsing to classes | Arnaldo Carvalho de Melo | 1 | -37/+79 |
2008-12-02 | pidstats: Introduce process_flags method | Arnaldo Carvalho de Melo | 1 | -0/+12 |
2008-08-12 | rpm: Package .egg-info files if version is new enoughv0.4 | Arnaldo Carvalho de Melo | 1 | -0/+3 |
2008-08-12 | rpm: v0.4 | Arnaldo Carvalho de Melo | 1 | -1/+4 |
2008-08-12 | pidstats: Add per process flags | Arnaldo Carvalho de Melo | 1 | -0/+34 |
2008-08-07 | Makefile: add make rpmdev | Arnaldo Carvalho de Melo | 1 | -0/+8 |
2008-08-05 | Makefile: Use --prefix in git-archive | Arnaldo Carvalho de Melo | 2 | -2/+3 |
2008-08-05 | Makefile: add rpmdirs target and trigger it when doing make rpm | Arnaldo Carvalho de Melo | 1 | -2/+8 |
2008-06-13 | MANIFEST: add Makefile | Arnaldo Carvalho de Melo | 1 | -0/+1 |
2008-06-13 | Makefile: make rpmv0.3 | Arnaldo Carvalho de Melo | 2 | -1/+12 |
2008-06-13 | cpustats: handle CPU hotplug | Arnaldo Carvalho de Melo | 1 | -6/+17 |
2008-04-16 | [CPUSTAT]: 2.6.9 has only 8 fields in /proc/stat | Arnaldo Carvalho de Melo | 1 | -4/+5 |
2008-03-25 | [PROCFS] cpustats: allow specifying a filename | Arnaldo Carvalho de Melo | 1 | -2/+3 |
2008-03-20 | [CPUINFO]: Handle the non-multicore format | Arnaldo Carvalho de Melo | 1 | -2/+3 |
2008-03-20 | [CPUINFO]: Count number of sockets and cores | Arnaldo Carvalho de Melo | 1 | -4/+11 |
2008-02-26 | [PROCFS] pidstats: Fixup load_cmdline exception handling | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2008-02-26 | [PIDSTATS]: Check if process has vanished when accessing cmdline & tasks/ | Arnaldo Carvalho de Melo | 2 | -13/+21 |
2008-02-25 | Created repo from files previously in ait.git | Arnaldo Carvalho de Melo | 7 | -0/+608 |