tasklist / pslist

버전 1.0.0.0 (3.68 KB) 작성자: Sebastian Hölz
Get the current tasklist
다운로드 수: 2K
업데이트 날짜: 2006/2/14

라이선스 보기

The files contained in the zip-file can be used to get the current list of tasks running on the computer.

1) tasklist.m

- !!! This file will only work on WindowsXP !!!

- No further files are needed.

- Usage: tasks = tasklist; Reads tasklist with fields as specified in help - or -
tasks = tasklist(1) Reads tasklist with additional fields as specified in help

2) pslist.m

- This file will work on Windows (NT and higher) and LINUX

- The file has not been tested extensively under LINUX, so there might be some work left to do ... just let me know.

- If you use this file on Windows you need to download pslist.exe, which is freeware.
It can be downloaded from: http://www.sysinternals.com/Utilities/PsList.html
pslist.exe needs to be in the same folder as pslist.m

- Usage: tasks = pslist Reads tasklist with fields as specified in help
tasks = pslist(PID) Looks for task with PID (process ID, number, e.g. 1234)
tasks = pslist(pname) Looks for task pname (process name, string, e.g. 'explorer.exe')

Cheers
Sebi

인용 양식

Sebastian Hölz (2024). tasklist / pslist (https://www.mathworks.com/matlabcentral/fileexchange/9976-tasklist-pslist), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R14SP2
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 PID Controller Tuning에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0