목록crontab (4)
준호씨의 블로그
초기에 crontab 용 editor 가 설정 되어 있지 않은 경우 select-editor 가 실행되면서 기본 editor 를 설정하게 됩니다. 한번 editor 가 설정된 이후에는 select-editor 커맨드로 바꿔주면 됩니다. $ select-editor Select an editor. To change later, run 'select-editor'. 1. /bin/nano
평일 # 오늘의 휴가자 알림 0 9 * * 1-5 /ourteam/vacation_alarm.pl 참고 리눅스 반복 예약작업 cron, crond, crontab
cron 을 사용하다 보면 cron 이 잘 동작하고 싶은지 로그를 확인 해 보고 싶을 때가 있다. 그럴 때는 /var/log/cron 을 확인 해 보면 된다. cat /var/log/cron
결론부터 적어 보자면 아래와 같은 결과를 얻는 방법 입니다. 5분 주기로 vmstat 의 결과를 log 로 남기고 있습니다. 제가 만든 약어설명 montools - monitoring tools monlogs - monitor logs 리눅스의 vmstat 명령어를 이용하면 아래와 같은 데이터를 얻을 수 있습니다. (널널하게 돌아가고 있습니다.) vmstat 명령어는 가상 메모리 통계 내주는 툴입니다. (man 페이지에 Report virtual memory statistics 라고 적혀 있네요.) man vmstat 의 설명은 다음과 같습니다. FIELD DESCRIPTION FOR VM MODE Procs r: The number of processes waiting for run time. b: T..