• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

inc/Config/AutoConf/H08-Jun-2018-9270

lib/Unix/H08-Jun-2018-2,1221,017

t/H08-Jun-2018-397350

.perltidyrcH A D08-Jun-2018124 1817

ChangesH A D08-Jun-20184.3 KiB11996

MANIFESTH A D08-Jun-2018875 3130

META.jsonH A D08-Jun-20182.5 KiB8887

META.ymlH A D08-Jun-20181.2 KiB4241

Makefile.PLH A D08-Jun-20188.5 KiB237205

README.mdH A D23-Aug-20141.1 KiB4326

Statgrab.xsH A D08-Jun-201873.7 KiB3,1932,777

ppport.hH A D08-Jun-2018195.4 KiB7,9603,604

typemapH A D28-Sep-2013735 3328

README.md

1Unix-Statgrab
2=============
3
4## Description
5
6Unix::Statgrab is a wrapper for libstatgrab, as available from
7http://www.i-scream.org/libstatgrab/. It is a reasonably portable
8attempt to query interesting stats about your computer. It covers
9information on the operating system, CPU, memory usage, network
10interfaces, hard-disks etc.
11
12## Copying
13
14This library is free software; you can redistribute it and/or modify it under
15the terms of the GNU Lesser General Public License as published by the Free
16Software Foundation; either version 2.1 of the License, or (at your option) any
17later version.
18
19## Build/Installation
20
21  cpan Unix::Statgrab
22
23## External Dependencies
24
25This module requires these other modules and libraries:
26
27    libstatgrab from http://www.i-scream.org/libstatgrab/
28
29Version 0.90 of libstatgrab is required.
30
31If you have installed libstatgrab in a non-standard location,
32you have to tell Makefile.PL about it:
33
34    env PKG_CONFIG_PATH=${non_std_prefix}/lib/pkgconfig \
35    cpan Unix::Statgrab
36
37## Copyright
38
39Copyright (C) 2004-2005 Tassilo von Parseval
40Copyright (C) 2012-2014 Jens Rehsack
41
42
43