현재 메모리에 올라와 있는 프로세스와 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 14387
공지 [UX Summit 요약] 오른쪽 클릭은 옳다 (Right Click is Right) 관리자 2020.11.16 13023
공지 [10.4 시드니] What's NEW! 신기능 자세히 보기 관리자 2020.05.27 15532
공지 RAD스튜디오(델파이,C++빌더) - 고객 사례 목록 관리자 2018.10.23 21064
공지 [데브기어 컨설팅] 모바일 앱 & 업그레이드 마이그레이션 [1] 관리자 2017.02.06 22297
공지 [전체 목록] 이 달의 기술자료 & 기술레터 관리자 2017.02.06 17932
공지 RAD스튜디오(델파이, C++빌더) - 시작하기 [1] 관리자 2015.06.30 38228
공지 RAD스튜디오(델파이,C++빌더) - 모바일 앱 개발 사례 (2020년 11월 업데이트 됨) 험프리 2014.01.16 173741
103 델파이 XE 컨버전 가이드 (첨부파일) file 관리자 2012.06.21 6663
102 [델파이 문법] 클래스와 객체 #15 file 관리자 2012.06.20 6021
101 [동영상강의] 델파이 기본 교육_11.메뉴 작성 컴포넌트 설명 관리자 2012.06.20 6179
100 [델파이 문법] 클래스와 객체 #14 file 관리자 2012.06.19 6090
99 인터베이스 (InterBase) 매뉴얼 및 튜토리얼 관리자 2012.06.15 6321
98 [동영상강의] 델파이 기본 교육_10.폼의 속성과 이벤트 관리자 2012.06.14 6476
97 [동영상강의] 델파이 기본 교육_9.폼띄우기 관리자 2012.06.12 7433
96 [델파이 문법] 클래스와 객체 #13 file 관리자 2012.06.11 8024
95 [동영상강의] 델파이 기본 교육_8.개체와 컴포넌트 사용방법(수동) 관리자 2012.06.08 6557
94 20120510 "C++로 윈도우용과 맥용을 동시에 개발하기" 세션 동영상 관리자 2012.06.06 7751
93 [델파이 문법] 클래스와 객체 #12 file 관리자 2012.06.04 6855
92 [동영상강의] 델파이 기본 교육_7.코드작성_외부유니트의프로시저변수사용 관리자 2012.06.01 7055
91 [델파이 문법] 클래스와 객체 #11 file 관리자 2012.05.31 6951
90 C++ 빌더 로드맵 - C++의 미래 – 64bit, C++11, ARM, iOS, 안드로이드 관리자 2012.05.30 7266
89 [동영상강의] 델파이 기본 교육_6.개체와컴포넌트사용방법1 관리자 2012.05.30 7131
88 [동영상강의] 델파이 기본 교육_5.코드작성3(클래스) 관리자 2012.05.23 7696
» [오픈소소] 델파이용 TProcessInfo 클래스 file 관리자 2012.05.23 10437
86 [델파이 문법] 클래스와 객체 #10 file 관리자 2012.05.22 9820
85 [동영상강의] 델파이 기본 교육_4.유니트구조와 코드작성2(프로시저와함수) 관리자 2012.05.17 7349
84 [델파이 문법] 클래스와 객체 #9 file 관리자 2012.05.16 6804