GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Unix::Statgrab::sg_fs_stats(3) User Contributed Perl Documentation Unix::Statgrab::sg_fs_stats(3)

Unix::Statgrab::sg_fs_stats - container for libstatgrab filesystem statistics

"Unix::Statgrab::sg_fs_stats" is a Perl package name providing accessors to bundled libstatgrab sg_fs_stats <http://www.i-scream.org/libstatgrab/docs/sg_get_fs_stats.3.html> filesystem statistics.

Returns the number of entries in the container.

Returns the seconds since Epoch (0:00:00 on January, 1st 1970) of the time measure the filesystem statistics.

Deprecated alias of "fetchall_hash"

Returns all records from sg_fs_stats <http://www.i-scream.org/libstatgrab/docs/sg_get_fs_stats.3.html> container as list of hash containing each datum name as key and the datum as value.

Returns all records from sg_fs_stats <http://www.i-scream.org/libstatgrab/docs/sg_get_fs_stats.3.html> container as list of arrays containing the values in following order:

  (device_name fs_type mnt_point device_type size used free avail
   total_inodes used_inodes free_inodes avail_inodes
   io_size block_size
   total_blocks used_blocks free_blocks avail_blocks
   systime)

in that order without leading headline.

Returns all records from sg_fs_stats <http://www.i-scream.org/libstatgrab/docs/sg_get_fs_stats.3.html> container as list of arrays containing the values in following order:

  (device_name fs_type mnt_point device_type size used free avail
   total_inodes used_inodes free_inodes avail_inodes
   io_size block_size
   total_blocks used_blocks free_blocks avail_blocks
   systime)

in that order including leading headline.

Returns one row as array containing values as above.

Returns all records from sg_fs_stats <http://www.i-scream.org/libstatgrab/docs/sg_get_fs_stats.3.html> container as array of arrays without header.

Returns one row as hash containing "{ device_name => $self.device_name($row), fs_type => ... }".

Returns all records from sg_fs_stats <http://www.i-scream.org/libstatgrab/docs/sg_get_fs_stats.3.html> container as array of hashes.

Returns list of column names: "(device_name fs_type mnt_point device_type size used free avail total_inodes used_inodes free_inodes avail_inodes io_size block_size total_blocks used_blocks free_blocks avail_blocks systime)"

Name of the device the filesystem statistics belong to

Canonical name of the device the filesystem statistics belong to

Filesystem type (as string), e.g. "zfs"

Path name of mount point for the file system

Bitwise combination of "sg_fs_regular sg_fs_special sg_fs_loopback sg_fs_remote", usually one of

Size of filesystem, in bytes

Used bytes of filesystem

Free bytes in filesystem

Available bytes in filesystem (free - reserved)

Total number of inodes in filesystem

Used number of inodes in filesystem

Free number of inodes in filesystem

Available inodes in filesystem (free - reserved)

Optimal size for I/O for this filesystem in bytes

Size of blocks in bytes

Total number of blocks in filesystem

Used number of blocks in filesystem

Free number of blocks in filesystem

Available blocks in filesystem (free - reserved)

Provides the difference between the last measurement and the recent one.

  $recent->get_fs_stats_diff($last);

    sg_fs_unknown sg_fs_regular sg_fs_special sg_fs_loopback sg_fs_remote
    sg_fs_local sg_fs_alltypes

Jens Rehsack, <rehsack AT cpan.org>

Copyright (C) 2012-2018 by Jens Rehsack

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

2018-06-08 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.