@b0rk under NetBSD (and maybe others, but sadly not Linux) ctrl+T sends a SIGINFO to the foreground process. Some long-running tools like dd will respond to this signal with a status line saying how many blocks transferred so far, and the default signal handler prints the PID and some CPU usage stats for the process! A really nice feature I miss a lot on Linux 😥