태그>proc(총 17개의 글)
'proc' 관련 최근글
-
- 메모리, CPU등 각종 시스템정보 확인

-
Good mind by 울트라캡쑝짱|2010/04/01 19:53
* 현재 메모리 상태 확인 - cat /proc/meminfo- watch -n 5 cat /proc/meminfo - 5초 간격으로 meminfo 파일의 내용을 보여준다. /proc/buddyinfo : 버디 할당자 관련 정보 (메모리 단편화를 진단할 수 있는 정보)/proc/cmdline : 시스템 부팅 중 커널에 제출된 명령 행의..
- 메모리, CPU등 각종 시스템정보 확인
-
- Kernel Tunning

-
JayPark's Andromeda by JayPark|2009/10/07 11:18
매번. /proc 밑에서 처리해왔다.하지만. sysctl 이 존재하더라~~~ 뭐냐~~ ㅋㅋ sysctl -a 로 현재 Kernel 값을 확인해봅시당~~
- Kernel Tunning
-
- null data에 대처하는 host variable의 자세.

-
꼼지락꼼지락 by soohah|2009/07/23 17:29
최근 오라클 proc 테스트에서 흥미로운 점 발견. oracle proc 에서 null data를 fetch 할 경우를 추가 test 한 결과 기본적으로 oracle esql(proc)에서는 null을 fetch 해 오면 host variable도 일단 set null 해주는 걸로 보인다. (이 동작은 odbc, cli에서 null data..
- null data에 대처하는 host variable의 자세.
-
- [PPT] Oracle Pro*C 강의자료

-
The truth will set you free by SY Kim|2009/06/17 15:16
Oracle Pro*C 강의자료 Pro*C는 C언어에서 Oracle Database를 사용하기 위한 precompiler기법입니다. 이를 이용하면 SQL문을 C언어에서 직접 사용할 수 있습니다. 자료는 총 8 챕터로 되어있으나 후반부는 예제소스코드가 보안에 걸리는 문제 때문에 공개되지 못했습니다. ..
- [PPT] Oracle Pro*C 강의자료
-
- Product of P.R.O.C

-
seungminator.. by ableman|2008/12/13 01:28
추수감사절(Thanksgiving) 연휴는. 크리스마스와 더불어 미국사람들에게는 연중 가장 큰 명절임에 틀림없다. 이 기간이 되면. 미국인들뿐만 아니라. 미국에 거주하는 사람이면 다들 설레이고 들뜨게 마련인 것 같다. 왜냐. 연휴니까. 헤헤. 필자 역시. 금년에도 약간 들뜨..
- Product of P.R.O.C
-
- ESQL/C를 배우자. (proc)

-
그런지's Ltd. by 그런지|2008/12/02 12:16
ESQL/C를 배우자. 송용준(서울대학교 컴퓨터공학과 박사과정) 1. SQL의 기본 개념을 배우자. 2. SQL의 사용법을 배우자 (1) 3. SQL의 사용법을 배우자 (2) 4. SQL의 사용법을 배우자 (3) 5. ESQL/C를 배우자. 6. ESQL/C를 이용한 활용(1) 7. ESQL/C를 이용한 ..
- ESQL/C를 배우자. (proc)
-
- play with Symbol#to_proc

-
상상할 수 있는 힘이 모자라다 by 허진영|2008/10/22 22:53
If you are reasonable rails developer, you are so familiar with " &:symbol ". Have you thought how it work? Start with '&' operator. If you pass something with '&' to method, ruby think the something is a Proc..
- play with Symbol#to_proc
-
- Use Ruby Proc class for factory pattern

-
상상할 수 있는 힘이 모자라다 by 허진영|2008/09/07 00:50
I think Proc is good for factory pattern. Of course, if the concrete product needs subclassing or anything else that real class is needed, we have to code class for concrete product. However, if it is used for only simple work, P..
- Use Ruby Proc class for factory pattern
-
- Java HotSpot(TM) Client VM warning: Can't detect initial thread ..

-
With U by 마법사|2008/07/07 04:24
콜드퓨젼(coldfusion) linux coldfusion 8 Java HotSpot(TM) Client VM warning: Can't detect initial thread stack location - find_vma failed Coldfusion 8을 재시작 후 위와 같은 warning 메세지와 함께 Coldfusion이 정상적으로 동작하지 않는 현상이 ..
- Java HotSpot(TM) Client VM warning: Can't detect initial thread ..
-
- Linux 프로세스별 CPU 점유율 구하기

-
Purewell.BIZ by 샘이|2007/12/05 13:37
이 방법은 전체시간에 대해 프로세스 소모시간을 구한 것이고, 순간순간마다 구하려면 이전 상태를 저장하고 있어야한다. /proc/uptime에서 첫번째 항목을 저장한다. - uptime/proc/pid/stat에서 starttime, utime, stime을 각각 저장한다.percent = (utime+stime) / ..
- Linux 프로세스별 CPU 점유율 구하기


