현재 메모리에 올라와 있는 프로세스와 Application의 정보를 얻을 수 있는 오픈소스 클래스 입니다.
아래와 같이 다양한 정보를 한개의 클래스를 이용해서 참조 할 수 있습니다.

Process Info is a free Delphi component package containing two components:

  • TProcessInfo
  • TAppInfo

TProcessInfo provides a list of running processes. TAppInfo provides a list running applications (similar to Application tab in Windows Task Manager). Both components can update their list frequently based on the value of Interval property.

TProcessInfo returns a collection of TProcessItem objects. Each instance of TProcessItem provides these information and actions for the process:

  • CPU Usage
  • Creation time
  • Kernel time
  • User time
  • Is 64-Bits process?
  • EXE file name
  • Full image path
  • Process ID
  • Parent process ID
  • Base priority class
  • Terminate process
  • Threads count
  • UserName
  • Modules list (TModuleItem)
    • Base address
    • Base size
    • Handle
    • Load count
    • Module ID
    • Module path
    • ProcessID
  • Threads list (TThreadItem)
    • Base priority
    • Parent process ID
    • Resume thread
    • Suspend thread
    • Terminate thread
    • Thread ID
  • Memory info (TMemoryInfo)
    • Page Fault Count
    • Peak Working Set Size
    • Working Set Size
    • Quota Peak Paged Pool Usage
    • Quota Paged Pool Usage
    • Quota Peak Non-paged Pool Usage
    • Quota Non-paged Pool Usage
    • Page file Usage
    • Peak Page file Usage
  • Base priority

TAppInfo returns a collection of TWindowItem. Each instance of TWindowItem provides these information for the window:

  • Window caption
  • Application path
  • Process ID
  • Window handle
  • Window class

A simple demo is also included which shows basic functionalities of TProcessInfo, and TAppInfo by creating a simple task manager. Demo is tested on Delphi 7, Delphi 2009, and Delphi 2010.

Process Info is published under the Creative Commons Attribution 3.0 Unported License.

원문링크
http://vcldeveloper.com/products/products-components/process-info/
번호 제목 글쓴이 날짜 조회 수
공지 [DelphiCon 요약] 코드사이트 로깅 실전 활용 기법 (Real-world CodeSite Logging Techniques) 관리자 2021.01.19 14390
공지 [UX Summit 요약] 오른쪽 클릭은 옳다 (Right Click is Right) 관리자 2020.11.16 13023
공지 [10.4 시드니] What's NEW! 신기능 자세히 보기 관리자 2020.05.27 15532
공지 RAD스튜디오(델파이,C++빌더) - 고객 사례 목록 관리자 2018.10.23 21065
공지 [데브기어 컨설팅] 모바일 앱 & 업그레이드 마이그레이션 [1] 관리자 2017.02.06 22297
공지 [전체 목록] 이 달의 기술자료 & 기술레터 관리자 2017.02.06 17933
공지 RAD스튜디오(델파이, C++빌더) - 시작하기 [1] 관리자 2015.06.30 38228
공지 RAD스튜디오(델파이,C++빌더) - 모바일 앱 개발 사례 (2020년 11월 업데이트 됨) 험프리 2014.01.16 173741
603 [베를린] 설치 작업이 개선되어 원하는 기능만 신속히 설치, 변경할 수 있습니다. file 험프리 2016.04.21 462
602 [베를린] 폴 디자이너를 분리해 여러 폼화면을 동시에 보고 편집할 수 있습니다. [1] file 험프리 2016.04.21 1276
601 [안드로이드/iOS] 이미 배포(Deployment)된 파일 업데이트 하기 험프리 2016.03.31 1520
600 이 달의 기술자료 - 2016년 04월 file 험프리 2016.03.28 498
599 TCategoryButtons 동적 생성하고, TButtonItem 클릭 이벤트 연결하기 file 험프리 2016.03.23 1348
598 SVN 서버 설치하기 - Visual SVN 이용 험프리 2016.02.29 3343
597 RAD Studio IDE에서 SVN 사용하기 + TortoiseSVN 사용하기 험프리 2016.02.29 1110
596 이 달의 기술자료 - 2016년 03월 [1] file 험프리 2016.02.25 771
595 애플 WWDR 인증서 만료로 iOS 개발자 인증서 이슈 해결 방안 험프리 2016.02.17 1253
594 OutputDebugString 함수로 디버그로그를 출력할 수 있습니다. file 험프리 2016.02.16 4223
593 이 달의 기술자료 - 2016년 2월 file 험프리 2016.01.26 543
592 IDE의 -r 커맨드라인 스위치로 IDE 시작 오류를 해결할 수 있습니다. file 험프리 2016.01.08 590
591 RAD Studio 빌드번호 확인하는 방법법 [1] file 험프리 2016.01.08 9484
590 인터베이스 데이터베이스와 테이블 생성하기 [3] file 험프리 2016.01.07 2480
589 [팁] 온라인 바이러스 진단 서비스 - 구글 Virus Total file 험프리 2016.01.06 960
588 [업데이트][핫픽스][10 시애틀] 모던테마(ModernTheme) 핫픽스 - 10 시애틀 업데이트 1 대상 험프리 2016.01.06 750
587 [발표자료] 2015년 12월 C++ Skill Sprints 온라인 세미나 시리즈 관리자 2015.12.30 325
586 이 달의 기술자료 - 2016년 01월 file 험프리 2015.12.28 510
585 [업데이트][핫픽스][10 시애틀] 10 시애틀 iOS 9.2 C++ 핫픽스 험프리 2015.12.28 461
584 Skill Sprint: C++과 안드로이드 인텐트(Intent)를 이용해 앱간 통신하기 험프리 2015.12.11 1194