Read more on our blog.
title: "ProcessMetric Object"
description: ""
slug: process-metric
hide_title: false
ProcessMetric 객체
pid
Integer - 프로세스의 ID
type
string - 프로세스 타입. 다음 값 중 하나:
Browser
Tab
Utility
Zygote
Sandbox helper
GPU
Pepper Plugin
Pepper Plugin Broker
Unknown
serviceName
string (선택 사항) - 프로세스의 지역화되지 않은 이름
name
string (선택 사항) - 프로세스의 이름
유틸리티 예시: Audio Service
, Content Decryption Module Service
, Network Service
, Video Capture
등
cpu
CPUUsage - 프로세스의 CPU 사용량
creationTime
number - 프로세스 생성 시간
시간은 에포크 이후의 밀리초 단위로 표현된다.
pid
는 프로세스가 종료된 후 재사용될 수 있으므로, 프로세스를 고유하게 식별하기 위해 pid
와 creationTime
을 함께 사용하는 것이 유용하다.
memory
MemoryInfo - 프로세스의 메모리 정보
sandboxed
boolean (선택 사항) macOS Windows - OS 수준에서 프로세스가 샌드박스 처리되었는지 여부
integrityLevel
string (선택 사항) Windows - 다음 값 중 하나:
untrusted
low
medium
high
unknown