ganeti

Safe HaskellSafe-Infered

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

Constructors

GroupInfo 

Fields

giName :: String
 
giNodeCount :: Int
 
giInstCount :: Int
 
giBadNodes :: Int
 
giBadInsts :: Int
 
giN1Status :: Bool
 
giScore :: Double
 

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

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

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

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

Main function.