Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.
/ Unix-Uptime Public archive

Perl module to determine the current uptime, in seconds, across different *NIX architectures.

License

Notifications You must be signed in to change notification settings

pioto/Unix-Uptime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UNMAINTAINED

This code is something I haven't used in at least 6 years. I'm no longer an active Perl coder, so I'm marking this repository as archived. If you're interested in picking up this project, feel free to fork, and reach out ot me to discuss handing over maintainership in CPAN, etc.


Unix-Uptime is Copyright (C) 2008-2014, Mike Kelly.

This is a simple module that allows you to get the current system uptime, in seconds, and the current load average.

On *BSD systems, this involves using an optional XS module, with a fallback on parsing the output of the 'syslog' command. If you wish to avoid building the XS module, set the 'NO_XS' environment variable to some true value before running perl Build.PL.

See the Unix::Uptime perldoc for more information.

LICENSE INFORMATION

This module is free software; you can redistribute it and/or modify it under the same terms as Perl 5.10.0. For more details, see the full text of the licenses at http://www.perlfoundation.org/artistic_license_1_0, and http://www.gnu.org/licenses/gpl-2.0.html.

This program is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose.

Build Status

About

Perl module to determine the current uptime, in seconds, across different *NIX architectures.

Resources

License

Stars

Watchers

Forks

Packages

No packages published