aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2024-09-17 21:24:23 +0200
committerMattias Andrée <maandree@kth.se>2024-09-17 21:46:04 +0200
commit90b66638060639d863e34d1ea8fd321b93d4912a (patch)
tree34d6472e65636115aca8cfbc81eeca0197c5649a /TODO
parentPrint exact byte count (diff)
downloaddeadshred-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--TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO b/TODO
index ff4552a..9a3b805 100644
--- a/TODO
+++ b/TODO
@@ -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)