diff options
author | Mattias Andrée <maandree@kth.se> | 2024-09-17 21:24:23 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2024-09-17 21:46:04 +0200 |
commit | 90b66638060639d863e34d1ea8fd321b93d4912a (patch) | |
tree | 34d6472e65636115aca8cfbc81eeca0197c5649a /TODO | |
parent | Print exact byte count (diff) | |
download | deadshred-90b66638060639d863e34d1ea8fd321b93d4912a.tar.gz deadshred-90b66638060639d863e34d1ea8fd321b93d4912a.tar.bz2 deadshred-90b66638060639d863e34d1ea8fd321b93d4912a.tar.xz |
Print info about bad writes
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ Add `-n iterations` +Add offset..length option Add shred map for continuing later (print to stdout on SIGTERM) Enhance progress printout with: - bad sections (count, bytes) - shredded bytes per seconds + shredded bytes per seconds (dont't forget machine and process suspension) |