-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple SWAP's breaks output #60
Comments
Tested against master and problem still persists. Also: If specifing the swap partions by hand output brakes as well:
|
Very interesting... I've never worked on a system with more than one swap partition. Let me setup a test VM and do some testing. |
I refactored the swap code to report Can you test the |
When using
|
My bad; git didn't checked out the full branch; Can confirm that using the correct commit of 30847c7 it works now:
|
Excellent... great news. That will get rolled in to the next official release. |
SUMMARY
When a system has multiple swap's setup (
cat /proc/swaps
returns multiple lines), the output breaks in certain scenarious; both in CLI-mode and when generating a CSV; all values after the swap columns have an offset to the right.ISSUE TYPE
DOOL VERSION
Dool 1.3.0
(installed via arch AUR: 1.3.0.r1.g332b828-1)
OS / ENVIRONMENT
Linux / Arch
STEPS TO REPRODUCE
dool --epoch --full --swap --aio
EXPECTED RESULTS
That output dosn't breaks if running with
--full
and--swap
flags.ACTUAL RESULTS
The text was updated successfully, but these errors were encountered: