NAME
DBD::Sys::Plugin::Unix::Procs - provides a table containing running processes
SYNOPSIS
$alltables = $dbh->selectall_hashref("select * from procs", "pid");
DESCRIPTION
Columns:
- uid
-
UID of process
- gid
-
GID of process
- euid
-
Effective UID of process
- egid
-
Effective GID of process
- pid
-
Process ID
- ppid
-
Parent process ID
- pgrp
-
Process group
- sess
-
Session ID
- cpuid
-
CPU ID of processor running on # FIX ME!
- priority
-
Priority of process
- ttynum
-
TTY number of process
- flags
-
Flags of process
- fulltime
-
User + system time
- ctime
-
Child user + system time
- timensec
-
User + system nanoseconds part # FIX ME!
- ctimensec
-
Child user + system nanoseconds # FIX ME!
- qtime
-
Cumulative cpu time # FIX ME!
- size
-
Virtual memory size (bytes)
- rss
-
Resident set size (bytes)
- wchan
-
Address of current system call
- fname
-
File name
- start
-
Start time (seconds since the epoch)
- pctcpu
-
Percent cpu used since process started
- state
-
State of process
- pctmem
-
Percent memory
- cmndline
-
Full command line of process
- ttydev
-
Path of process's tty
- clname
-
Scheduling class name #FIX ME!
PREREQUISITES
The module Proc::Processtable
is required to provide data for the table.
AUTHOR
Jens Rehsack Alexander Breibach
CPAN ID: REHSACK
rehsack@cpan.org alexander.breibach@googlemail.com
http://www.rehsack.de/ http://...
COPYRIGHT
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.
SUPPORT
Free support can be requested via regular CPAN bug-tracking system. There is no guaranteed reaction time or solution time. 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 aquired from the authors via preferred freelancer agencies.