| DBD::Sys::Plugin::Win32::Procs - provides a table containing running processes |
DBD::Sys::Plugin::Win32::Procs - provides a table containing running processes
$processes = $dbh->selectall_hashref("select * from procs", "pid");
DBD::Sys::Plugin::Win32::Procs; ISA DBD::Sys::Table
This module provides the table procs for the MSWin32 compatible
environment (this might cover cygwin, too).
Process ID
Parent process ID
UID of process
Session ID
User + system time
Virtual memory size (bytes)
File name
Start time (seconds since the epoch)
State of process
Full command line of process
Amount of threads used by this process
Returns the column names of the table as named in Columns
Returns 'pid' - which is the process identifier.
Retrieves the data from the Win32::Process::Info manpage and put it into fetchable rows.
The module the Win32::Process::Info manpage is required to provide data for the table. In rare cases, it could be useful to have the Win32::Process::CommandLine manpage installed, too.
Jens Rehsack Alexander Breibach
CPAN ID: REHSACK
rehsack@cpan.org alexander.breibach@googlemail.com
http://www.rehsack.de/
The primary hint how to provide this table for windows comes from H.Merijn Brand.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
The full text of the license can be found in the LICENSE file included with this module.
Free support can be requested via regular CPAN bug-tracking system. There is no guaranteed reaction time or solution time, but it's always tried to give accept or reject a reported ticket within a week. It depends on business load. That doesn't mean that ticket via rt aren't handles as soon as possible, that means that soon depends on how much I have to do.
Business and commercial support should be acquired from the authors via preferred freelancer agencies.
| DBD::Sys::Plugin::Win32::Procs - provides a table containing running processes |