Windows SNMP 에서 centi-second 란 의미는 무엇인가요?

maindb의 이미지


Windows 서버 쪽 SNMP 관련해서 mib 를 살펴보고 있습니다.

.1 으로 전부 긁어서 출력 파일을 생성해서 하나씩 살펴보고 있는데

hrSWRunPerfCPU 부분의 값이
hrSWRunPerfCPU.2988 = INTEGER: 14

위와 같은 형식으로 나오는군요.
일단 해당 mib 의 의미는 2988 이라는 어플리케이션에서 사용하는 CPU 사용량인데
저 14 라는 값이 약간 의구심이 들어 검색을 해보니
단위가 centi-second 입니다.
아래 설명이 있는데 정확히 무엇을 의미하는지 와닿지 않습니다.
조언 부탁드립니다.

hrSWRunPerfCPU INTEGER32
Legal values: 0 .. 2147483647 ReadOnly The number of centi-seconds of the total system's CPU
resources consumed by this process. Note that on a
multi-processor system, this value may increment by
more than one centi-second in one centi-second of real (wall clock) time.

madman93의 이미지

프로세스의 CPU 사용 시간(centi-seconds)1/100초 즉,
10ms 인걸로 알고 있습니다.
---------------------------------------------
svn + trac + my project --> success ???
---------------------------------------------

---------------------------------------------
git init
git add .
git commit -am "project init"
---------------------------------------------