P9Y-ProcessTable:可移植地访问过程表

时间:2024-05-21 15:47:47
【文件属性】:

文件名称:P9Y-ProcessTable:可移植地访问过程表

文件大小:27KB

文件格式:ZIP

更新时间:2024-05-21 15:47:47

Perl

名称 P9Y :: ProcessTable-可移植地访问过程表 概要 use P9Y::ProcessTable; my @process_table = P9Y::ProcessTable->table; print $process_table[0]->pid."\n"; my @pids = P9Y::ProcessTable->list; my $perl_process = P9Y::ProcessTable->process; my $other_process = P9Y::ProcessTable->process($pids[0]); if ($other_process->has_threads) { print "# of Threads: ".$other_process->threads."\n"; sleep 2; $other_proce


【文件预览】:
P9Y-ProcessTable-master
----.gitignore(219B)
----t()
--------51-basic.t(554B)
--------52-fork.t(756B)
--------00-report.t(568B)
----README.pod(7KB)
----.travis.yml(3KB)
----inc()
--------P9YOSDeps.pm(1KB)
----lib()
--------P9Y()
----dist.ini(1KB)
----.mailmap(222B)

网友评论