현재 메모리에 올라와 있는 프로세스와 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 14405
공지 [UX Summit 요약] 오른쪽 클릭은 옳다 (Right Click is Right) 관리자 2020.11.16 13046
공지 [10.4 시드니] What's NEW! 신기능 자세히 보기 관리자 2020.05.27 15551
공지 RAD스튜디오(델파이,C++빌더) - 고객 사례 목록 관리자 2018.10.23 21082
공지 [데브기어 컨설팅] 모바일 앱 & 업그레이드 마이그레이션 [1] 관리자 2017.02.06 22314
공지 [전체 목록] 이 달의 기술자료 & 기술레터 관리자 2017.02.06 17963
공지 RAD스튜디오(델파이, C++빌더) - 시작하기 [1] 관리자 2015.06.30 38248
공지 RAD스튜디오(델파이,C++빌더) - 모바일 앱 개발 사례 (2020년 11월 업데이트 됨) 험프리 2014.01.16 173763
50 1PASSWORD: 델파이로 개발된 BEST 패스워드 관리 프로그램 관리자 2020.12.07 849
49 파스칼(PASCAL) 언어 50년과 델파이(DELPHI) 관리자 2021.03.31 848
48 델파이에서 아이콘 폰트 사용하기 험프리 2019.12.12 826
47 [추가된 문법 정리] - 클래스 필드(Class Field):델파이 2007 추가 관리자 2016.06.03 824
46 [무료 툴] 델파이 JSON 데이터 자동 연동 프로그램 file 관리자 2020.07.20 805
45 [고객사례-게임, 델파이] 오목게임 관리자 2018.10.23 789
44 [고객사례-게임, 델파이] Rise of Legions 관리자 2019.11.08 786
43 델파이 RTL: 새로운 제네릭 컬렉션 vs 기존 클래식 컬렉션 험프리 2020.01.06 769
42 [고객 사례- 의료, 델파이] COVID-19 - 검사 결과 실시간 확인 앱 관리자 2020.03.25 767
41 파이어닥(FireDAC)으로 IBLite 연결 시 "unavaliable database." 오류 발생에 대한 대응 file Humphery 2015.05.15 765
40 [DelphiCon 요약] High DPI 고해상도를 VCL에서 활용하기 (Leveraging High DPI in VCL Applications) 관리자 2021.01.13 763
39 1차 공개 중고생 강의용 앱 소스 및 메뉴얼입니다. file 쭈니아빠 2016.07.16 759
38 델파이로 3D 크레딧 스크롤 구현하기(소스제공) file 험프리 2018.05.09 724
37 델파이 코드 정적 분석기 V2.4 출시 및 무료 다운로드 관리자 2021.05.25 722
36 리팩토링 3-메소드 추출 file 김원경 2017.02.24 721
35 [UX Summit 요약] 윈도우10에 멋진 플루언트UI 룩앤필을 델파이로 구현하기 #2 (Giving your Apps the Fluent UI Look and Feel with Delphi #2) 관리자 2021.03.02 720
34 [DelphiCon 요약] 델파이로 함수형 프로그래밍하기 (Functional Programming With Delphi) 관리자 2020.12.29 707
33 [고객사례-유틸리티, 델파이] 녹음기 앱 - Voice Recorder 관리자 2019.12.10 677
32 [델파이 샘플 코드] 안드로이드, iOS, OSX, 윈도우, 리눅스, HTML5 관리자 2019.11.13 670
31 Class에서 Interface 두 개 구현할 때, 이 둘이 동일한 이름의 메소드(Method)를 가지고 있다면? file 험프리 2019.12.11 665