ganeti-htoolsSource codeContentsIndex
Ganeti.HTools.Program.Hinfo
Description
Cluster information printer.
Synopsis
options :: [OptType]
calcGroupInfo :: Group -> List -> List -> (String, (Int, Int), (Int, Int), Bool)
groupRowFormatHelper :: (String, (Int, Int), (Int, Int), Bool) -> [String]
showGroupInfo :: Int -> List -> List -> List -> IO ()
splitInstancesInfo :: Int -> List -> List -> IO ()
commonInfo :: Int -> List -> List -> List -> IO ()
main :: Options -> [String] -> IO ()
Documentation
options :: [OptType]Source
Options list and functions.
calcGroupInfo :: Group -> List -> List -> (String, (Int, Int), (Int, Int), Bool)Source
Node group statistics.
groupRowFormatHelper :: (String, (Int, Int), (Int, Int), Bool) -> [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.
Produced by Haddock version 2.6.0