aboutsummaryrefslogtreecommitdiff
path: root/coreutils/Config.in
diff options
context:
space:
mode:
authorGabor Heja <kakaopor@kakaopor.hu>2009-10-14 00:29:28 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2009-10-14 00:29:28 +0200
commit4e5b07b0fed4be34ab3b22666e2a68e7ec2738d8 (patch)
tree0187df507bf015d650e00eeaf30d6ad516fcc54e /coreutils/Config.in
parentd31575a3ae7f3a607c0a5001474d75dc73d422d8 (diff)
downloadbusybox-4e5b07b0fed4be34ab3b22666e2a68e7ec2738d8.tar.gz
dd: speed measurement. optional.
function old new delta dd_output_status 68 289 +221 dd_main 1463 1482 +19 write_and_stats 64 75 +11 packed_usage 26529 26526 -3 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 3/1 up/down: 251/-3) Total: 248 bytes Signed-off-by: Gabor Heja <kakaopor@kakaopor.hu> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'coreutils/Config.in')
-rw-r--r--coreutils/Config.in11
1 files changed, 10 insertions, 1 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in
index 2d745e260..fa35241f4 100644
--- a/coreutils/Config.in
+++ b/coreutils/Config.in
@@ -127,7 +127,16 @@ config FEATURE_DD_SIGNAL_HANDLING
$ dd if=/dev/zero of=/dev/null&
$ pid=$! kill -USR1 $pid; sleep 1; kill $pid
- 10899206+0 records in 10899206+0 records out
+ 10899206+0 records in
+ 10899206+0 records out
+
+config FEATURE_DD_THIRD_STATUS_LINE
+ bool "Enable the third status line upon signal"
+ default n
+ depends on DD && FEATURE_DD_SIGNAL_HANDLING
+ help
+ Displays a coreutils-like third status line with transferred bytes,
+ elapsed time and speed.
config FEATURE_DD_IBS_OBS
bool "Enable ibs, obs and conv options"