Skip to content

Update to the new functionality of parsePIDStatLine function

Latest

Choose a tag to compare

@lk250211 lk250211 released this 08 Mar 14:53
7d76b79

Change log:

🐛 Bug Fixes

  • Issue #160
    • New functionality of parsePIDStatLine function did not support the output of the newest pidstat version on Ubuntu VMs:
      • When it runs on the new Ubuntu VMs with the latest pidstat version it just return the error that there is 11 lines instead of 10
      • With the new change we used the current functionality and added the functionality for the case when the output has 11 lines
      • Now the output works for both cases: when we have 10 and/or 11 lines in the pidstat output
🔍 Internal Changes
  • Made a small adjustment to the function as to be more informative.

👏 Contributors