if swap >= 3G or thread number >= 1800. then colloect the information. modified: install_shell/crontab modified: install_shell/get_max_mem_process.sh Signed-off-by: Qin, Bo <bqin@linx-info.com>
15 lines
331 B
Plaintext
15 lines
331 B
Plaintext
#
|
|
# Vixie cron /etc/crontab
|
|
#
|
|
|
|
# globals
|
|
SHELL=/bin/bash
|
|
PATH=/bin:/sbin:/usr/bin:/usr/sbin
|
|
MAILTO=""
|
|
|
|
0 20 * * * sysadmin /usr/sbin/runjobs /etc/cron/daily
|
|
0 20 * * * d5000 /usr/sbin/xrm.sh
|
|
#Every Sunday morning, 5:0
|
|
0 * * * * sysadmin /usr/sbin/update_time.sh
|
|
*/9 * * * * sysadmin /usr/sbin/get_max_mem_process.sh
|