Skip to content

New functionality of parsePIDStatLine function

Choose a tag to compare

@lk250211 lk250211 released this 04 Mar 15:40
1e37ea5

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
  • New test case has been added to reflect this change #160
  • The PR for this: #206

👏 Contributors