You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 18, 2023. It is now read-only.
I tried running the Python version of ioprof and I got an error.
The command line is:
ioprof.py -m trace -d /dev/sdb1 -r 3
The error is:
VERSION: 1.0.0.1
/usr/sbin/blktrace
/usr/bin/blkparse
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
0 % done (3 seconds left)No input files found for blk.out.sdb1.0
Mapping files to block locations
Creating tarball sdb1.tar
tar -cf sdb1.tar blk.out.sdb1.*.gz fdisk.sdb1 &> /dev/null
tar: blk.out.sdb1.0.blkparse.gz: Cannot open: No such file or directory
tar: Exiting with failure status due to previous errors
FINISHED tracing: sdb1.tar
Please use this file with ioprof.py -m post -t sdb1.tar to create a report
The Perl version works correctly.
Thanks for developing the tool!
The text was updated successfully, but these errors were encountered:
@laytonjbgmail , I overhauled the python version of the tool after a longer-than-expected hiatus. If you're still using the tool, please try out the python version, as well.
I tried running the Python version of ioprof and I got an error.
The command line is:
The error is:
VERSION: 1.0.0.1
/usr/sbin/blktrace
/usr/bin/blkparse
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
0 % done (3 seconds left)No input files found for blk.out.sdb1.0
Mapping files to block locations
Creating tarball sdb1.tar
tar -cf sdb1.tar blk.out.sdb1.*.gz fdisk.sdb1 &> /dev/null
tar: blk.out.sdb1.0.blkparse.gz: Cannot open: No such file or directory
tar: Exiting with failure status due to previous errors
FINISHED tracing: sdb1.tar
Please use this file with ioprof.py -m post -t sdb1.tar to create a report
The Perl version works correctly.
Thanks for developing the tool!
The text was updated successfully, but these errors were encountered: