Why should one use a module to get the PID and the PPID of a process where there are the $$ variable and the "getppid()" builtin ? (Not mentioning the equivalent "POSIX::getpid()" and "POSIX::getppid()" functions.) In fact, this is useful on Linux, w...
RGARCIA/Linux-Pid-0.04 - 12 Jun 2007 10:10:46 UTCThe /proc/PID/smaps files in modern linuxes provides very detailed information about a processes memory consumption. It particularly includes a way to estimate the effect of copy-on-write. This module implements a Perl interface. The content of the s...
AERUDER/Linux-Smaps-0.14 - 20 May 2020 12:56:22 UTCThis module reads and writes /proc/[pid]/maps files that contain listed mapped memory regions....
CCM/Linux-Proc-Maps-0.002 - 28 Nov 2016 05:04:07 UTCLinux::Proc::Mounts parses the information about mount points provided by the Linux kernel at "/proc/$PID/mountinfo"....
SALVA/Linux-Proc-Mountinfo-0.02 - 21 May 2012 10:06:23 UTCThis trivial module provides interface to the Linux setns system call. It also provides the CLONE_* constants that are used to specify which kind of namespace you are entering. Also a new CLONE_ALL constat is provided so you can join/switch to any ty...
HACKMAN/Linux-Setns-2.1 - 01 Jan 2017 22:36:41 UTCYOHEIMUTA/Linux-GetPidstat-0.10 - 28 Mar 2019 09:16:10 UTC
This module exposes the linux clone(2), unshare(2) and related syscalls to Perl. $retval = unshare $flags The following CLONE_ flag values (without CLONE_ prefix) are supported for unshare, if found, in this release. See the documentation for unshare...
MLEHMANN/Linux-Clone-1.2 - 07 Nov 2017 18:16:35 UTCThe linux prctl function allows you to control specific characteristics of a process' behaviour. Usage of the function is fairly messy though, due to limitations in C and linux. This module provides a nice non-messy interface. Most of the text in thi...
SEVEAS/Linux-Prctl-1.6.0 - 07 Apr 2015 20:32:42 UTCThis module provides an interface to the Linux DVB API. It is a straightforward translation of the C API. You should read the Linux DVB API description to make any sense of this module. It can be found here: http://www.linuxtv.org/docs/dvbapi/dvbapi....
MLEHMANN/Linux-DVB-1.03 - 14 Jun 2015 13:39:36 UTCPidfile handling to help processes avoid running multiple times....
TEX/Linux-Pidfile-0.16 - 02 Dec 2012 20:04:42 UTCThis module provides information similar to the Unix command 'fuser' about which processes have a particular file open. The way that this works is highly unlikely to work on any other OS other than Linux and even then it may not work on other than 2....
JSTOWE/Linux-Fuser-1.6 - 27 Oct 2013 10:22:50 UTCThe fanotify API is a filesystem monitoring interface in the Linux kernel. It is intended to be used by file scanners such as virus and malware scanners or file indexers. fanotify has been part of the Linux kernel since 2.6.37 (but needs to be enable...
BASTIAN/Linux-Fanotify-1.1.1 - 04 Aug 2015 14:45:48 UTCRun "pidstat -h -u -r -s -d -w -p $pid $interval $count" commands in parallel to monitor each process metrics avg/1min. Output to a specified file [and|or] "mackerel service" https://mackerel.io. Motivation A batch server runs many batch scripts at t...
YOHEIMUTA/Linux-GetPidstat-0.10 - 28 Mar 2019 09:16:10 UTCLinux::CPUAffinity is a wrapper module for Linux system call sched_getaffinity(2) and sched_setaffinity(2). This module is only available on GNU/Linux....
JIRO/Linux-CPUAffinity-0.01 - 26 Apr 2015 05:09:18 UTCLinux::DVB::DVBT is a package that provides an object interface to any installed Freeview tuner cards fitted to a Linux PC. The package supports initial set up (i.e. frequency scanning), searching for the latest electronic program guide (EPG), and se...
SDPRICE/Linux-DVB-DVBT-2.20 - 27 Jul 2016 12:43:22 UTCEWILHELM/Linux-USBKeyboard-0.04 - 08 Dec 2009 03:40:48 UTC
$device can be an open file handle, a device file name, a device number (0, 1, 2..) or empty ("undef"), in which case /dev/rtc is used. The Linux driver has built-in locking so that only one process can have the /dev/rtc interface open at a time. You...
TOUGHY/Linux-RTC-Ioctl-0.08 - 17 May 2016 21:47:29 UTCThis class returns the Linux memory stats from /proc/$pid/statm....
RRWO/Linux-Statm-Tiny-0.0601 - 17 Feb 2019 18:30:34 UTC