The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Crashplan::Client::ServerStatistics - Object representation of Crashplan PROe server's entity

SYNOPSIS

Crashplan::Client::ServerStatistics objects are instancied by Crashplan::Client.

Specifically, calling Crashplan::Client->parse_response after querying the server could produce Crashplan::Client::ServerStatistics

DESCRIPTION

Real-time statistics about what is happening inside the server. NOTE: Only administrators can access the serverStats resource

METHODS

new

The Crashplan::Client::ServerStatistics constructor

id

Getter for the 'id" attribute.

creationDate

Getter for the 'creationDate" attribute.

modificationDate

Getter for the 'modificationDate" attribute.

diskUtilization

The percentage of disk space used on the host OS bootdrive

seatCount

The number of active (versus deactivated) computers

uptimeMilliseconds

The milliseconds this PRO Server has been running

hostMemoryTotal

The total amount of RAM available to the hostoperating system

backupSessionCount

The number of computers currently sending backup datato this server

hostPort

The port used by clients to connect to this server

orgCount

The number of active (versus deactivated) orgs

uptime

The human-readable amount of time this PRO Server hasbeen running

load

The load average on the system in the last 1 minute,5 minutes, and 15 minutes

engineMemoryFree

The unused RAM inside the Java virtual machine

diskTotal

The amount of disk space on the host OS boot drive

version

The software version date

currentArchiveBytes

The total number of bytes used by archives on thissystem

hostAddresses

Each of the IP addresses that this server might beusing

engineMemoryTotal

The total RAM available to the server (Java virtualmachine)

hostName

The name of this host

connectedClientCount

The number of computers currently connected to thisserver

previousMonthArchiveBytes

The above total from 30 days ago

hostMemoryFree

The unused RAM available to the host operating system

cpuUtilization

The percentage of CPU currently being used

hostMemoryCached

The swap size for the host operating system

diskFree

The disk space available on the host OS boot drive

SEE ALSO

http://support.crashplanpro.com/doku.php/api#server_statistics

AUTHOR

Arnaud (Arhuman) Assad, copyright 2011 Jaguar Network

LICENSE

This library is free software . You can redistribute it and/or modify it under the same terms as perl itself.