Skip Menu |

This queue is for tickets about the Sys-Statistics-Linux CPAN distribution.

Report information
The Basics
Id: 34699
Status: resolved
Priority: 0/
Queue: Sys-Statistics-Linux

People
Owner: Nobody in particular
Requestors: jschulz.cpan [...] bloonix.de
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: (no value)
Fixed in: 0.33



Subject: Bug in Processes.pm < 0.33
New processes will not be added to the process list. Example: my $lxs = Sys::Statistics::Linux->new(processes => 1); while ( 1 ) { sleep 3; my $stat = $lxs->get; # new processes don't exists } This bug is fixed in version 0.33.