Changes between Initial Version and Version 1 of Ticket #13306, comment 4


Ignore:
Timestamp:
Feb 19, 2019, 10:07:23 AM (5 years ago)
Author:
jpilk
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13306, comment 4

    initial v1  
    33In addition, a change in syntax was needed for psutil-5.4 in Fedora:
    44
    5 p.set_ionice(psutil.IOPRIO_CLASS_IDLE)  becomes   p.ionice(psutil.IOPRO_CLASS_IDLE)
     5p.set_ionice(psutil.IOPRIO_CLASS_IDLE)  becomes   p.ionice(psutil.IOPRIO_CLASS_IDLE)
    66
    77The old version still works with psutil-2.2 in el7