ganeti
Safe HaskellNone

Ganeti.HTools.Program.Hinfo

Description

Cluster information printer.

Synopsis

Documentation

options :: IO [OptType] Source #

Options list and functions.

arguments :: [ArgCompletion] Source #

The list of arguments supported by the program.

data GroupInfo Source #

Group information data-type.

Constructors

GroupInfo 

Fields

calcGroupInfo :: Group -> List -> List -> GroupInfo Source #

Node group statistics.

groupRowFormatHelper :: GroupInfo -> [String] Source #

Helper to format one group row result.

showGroupInfo :: Int -> List -> List -> List -> IO () Source #

Print node group information.

splitInstancesInfo :: Int -> List -> List -> IO () Source #

Gather and print split instances.

commonInfo :: Int -> List -> List -> List -> IO () Source #

Print common (interesting) information.

main :: Options -> [String] -> IO () Source #

Main function.