Если бы я узнал раньше, то, конечно же, сразу об этом бы написал пост, но будем исходить из текущих условий.
Пост обновлен.
Пост обновлен.
Блог про веб-разработку, администрирование, дизайн
top > /path/to/file.txt
top -n1 -b > /path/to/file.txt
top -n1 -b | mail -s "Email subject" your@email.com
-b : Batch mode operation
Starts top in 'Batch mode', which could be useful for sending output from top to other programs or to a file. In this mode, top will not accept input and runs until the iterations limit you've set with the '-n' command-line option or until killed.
-n : Number of iterations limit as: -n number
Specifies the maximum number of iterations, or frames, top should produce before ending.
Copyright © 2010 WEB IT blog