There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

Linux::GetPidstat::Collector - Collect pidstats' results

SYNOPSIS

use Linux::GetPidstat::Collector;

my $ret_pidstats = Linux::GetPidstat::Collector->new(
    interval => '1',
    count    => '60',
)->get_pidstats_results($program_pid_mapping);