죽은 프로세스 살리기
#include <stdio.h>#include <string.h>#include <dirent.h>#include <unistd.h>#include <sys/types.h>#include <time.h>#include <stdlib.h> /* 검사 주기(초) */#define CHECK_SECOND 30 /* 실행 서버...
#include <stdio.h>#include <string.h>#include <dirent.h>#include <unistd.h>#include <sys/types.h>#include <time.h>#include <stdlib.h> /* 검사 주기(초) */#define CHECK_SECOND 30 /* 실행 서버...
CPU Tick count 를 이용한 일반적인 CPU점유율 모니터를 만들어 봤습니다. 아래 파일을 “cpuusage.c” 로 저장후 다음과 같이 컴파일 합니다. bash#...
월 | 화 | 수 | 목 | 금 | 토 | 일 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |