*** What is this? [#oe481973]
This package provides commands for managing process on Windows2000/XP.
ps command can get some details such as %cpu, PPID, exe file path, memory etc...

*** Command [#k2d7e660]
 ps ?options?
 kill ?pid?

*** ps options [#cb116ea6]
- -exe 
- -path 
- -ppid 
- -priority 
- -thread 
- -ctime 
- -ktime
- -utime 
- -%cpu 
- -%cpu msec 
- -%size 
- -%vsize 
- -size 
- -peaksize 
- -vsize 
- -peakvsize
- -pagefault 
- -user
- -domain 
- -version

*** Sample(How to use) [#f7a8886e]
 package require Process
 ps -exe -%cpu -%size
 ps -exe -ppid
 kill 1024
 ...


---
[[CategoryTclTk]] [[CategorySoft]]
[[Tclでプロセス管理]]

HTML convert time: 0.006 sec.