- fixed typo in apmon.py file line 837 paramsPacker -> paramPacker; Thanks to Vytautas Karpavicius
2.2.13
- Adding swap_(in|out)_R also for kernel >2.5 - Renaming pages_(in|out) to blocks_(in|out)_R and adding it also for kernel >2.5 - adding cpu_iowait, interrupts_R and context_switches_R
2.2.12
- fixing logger imports in ProcInfo - added splitting support for large parameter sets. - aded setMaxMsgSize() to set the maximum lenght of the message - this triggers when splitting should occur
2.2.11
- catching and ignoring useless stack traceback of Python trying to access None variable while interpreter shutdown - fixing logger-related examples
2.2.10
- logging constants moved inside class to avoid spurious errors on class destruction - if available, use 'settimeout' instead of 'setsockopt' for the socket used for config reading, since there are problems on 64bit platforms with packing the needed bytes
2.2.9
- job monitoring checks the given pid when adding/removing job to monitor - fixed children detection mechanism