새로 설치 한 Yosemite를 실행하고 있습니다.
100 % CPU에서 지속적으로 실행됩니다. Yosemite 업그레이드 이후 'sudo launchctl log level debug'로 로그 레벨을 변경할 수 없습니다
상단 또는 활동 모니터 확인 시작 자체가 CPU를 많이 사용하고 있으며 생성되는 프로세스가 아니라는 것을 알 수 있습니다. 기본 CPU 시간, 커널 작업 시간의 3 배, CPU 무겁고 비디오 트랜스 코딩 인 Plex보다 훨씬 높으며 자주 실행하는 집안의 많은 클라이언트를 지원합니다.
내가 볼 수있는 로그에 중요한 것은 없습니다 : 가장 빈번한 메시지 :
com.apple.xpc.launchd [1] : (com.apple.imfoundation.IMRemoteURLConnectionAgent)이 플랫폼에서는 _DirtyJetsamMemoryLimit 키를 사용할 수 없습니다.
그것은 시간당 약 3-6 번입니다.
시작된 모든 데몬을 빠르게 확인하여 오류 코드를 찾았습니다.
alex@smiley:~|⇒ launchctl list | grep -v "\t0\t"
PID Status Label
28122 -15 com.apple.Finder
alex@smiley:~|⇒ sudo launchctl list | grep -v "\t0\t"
PID Status Label
219 -43 com.apple.watchdogd
21134 -15 com.apple.security.syspolicy
흥미롭게도 Watchdogd의 -43 코드는 launchctl list의 출력과 일치하지 않습니다.
alex@smiley:~|⇒ sudo launchctl list com.apple.watchdogd
{
"StandardOutPath" = "/var/log/watchdogd/log";
"LimitLoadToSessionType" = "System";
"StandardErrorPath" = "/var/log/watchdogd/log";
"Label" = "com.apple.watchdogd";
"TimeOut" = 30;
"OnDemand" = false;
"LastExitStatus" = 171;
"PID" = 219;
"Program" = "/usr/libexec/watchdogd";
"ProgramArguments" = (
"/usr/libexec/watchdogd";
);
};
어쨌든, 그것들이 증상인지, 아니면 청어인지 확실하지 않습니다.
내 컴퓨터에서 DOS를 시작한 것을 어떻게 알 수 있습니까?