Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ttyload(1) [debian man page]

ttyload(1)							   User Commands							ttyload(1)

NAME
ttyload - Console based color-coded graphs of CPU load average SYNOPSIS
ttyload [options] OPTIONS
-h Show brief help. -v Show version information. -m Monochrome mode (no ANSI escapes). -c cols Specify how many columns wide is the screen. -r rows Specify how many rows high is the screen. These two options override the default behavior of auto-determining screen size. -i secs Alter the number of seconds in the interval between refreshes. The default is 4, and the minimum is 1, which is silently clamped. None. DESCRIPTION
Display fairly standard, but hard-coded, ANSI ASCII escape sequences for screen manipulation and colorization for different graphs: 1 minute, 5 minute, 15 minute load averages. Use C-c to quit. ENVIRONMENT
None. FILES
None. SEE ALSO
htop(1) iotop(1) top(1) vmstat(8) AUTHORS
ttyload was written by David Lindes <src/ttyload@daveltd.com>. This manual page was written by Jari Aalto <jari.aalto@cante.net>, for the Debian GNU system (but may be used by others). xReleased under license GNU GPL v2 or (at your option) any later version. For more information about license, visit <http://www.gnu.org/copyleft/gpl.html>. ttyload 2012-05-03 ttyload(1)
Man Page

4 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Perl: Global Search and replace

I have a file where the rows correspond to individuals and the columns are about 106 variables. Each variable is coded as either ACGT, and "missing" is coded as blank. This is a tab delimited file. I'm trying to replace all blanks (" ") with 0. The simple script I have is only replacing some of the... (3 Replies)
Discussion started by: epi8
3 Replies

2. UNIX for Advanced & Expert Users

iostats for each process

Hi! I need iostats of each process on my linux machines. I can not use tools like iotop,....Please let me know if there is any way to get those stats. Regards, Kiran (3 Replies)
Discussion started by: dddkiran
3 Replies

3. Shell Programming and Scripting

Take minute per minute from a log awk

Hi, I've been trying to develop a script that performs the parsing of a log every 1 minute and then generating some statistics. I'm fairly new to programming and this is why I come to ask if I can lend a hand. this is my log: xxxx 16/04/2012 17:00:52 - xxxx714 - E234 - Time= 119 ms.... (8 Replies)
Discussion started by: jockx
8 Replies

4. UNIX for Advanced & Expert Users

Find files modified in previous minute only

Hi, How can I get files which are modified only in last minute ? it should not display 2 minutes back filels -la -rw-rw-r-- 1 stuser st 51 Dec 3 09:22 a.csv -rw-rw-r-- 1 stiser st 50 Dec 3 09:25 b.csv -rw-rw-r-- 1 stuser st 53 Dec 3 09:33 c.csv When I run command at 9:34am then I... (7 Replies)
Discussion started by: sbjv
7 Replies