|
| 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 list and functions.
|
|
|
| Node group statistics.
|
|
| groupRowFormatHelper :: (String, (Int, Int), (Int, Int), Bool) -> [String] | Source |
|
| Helper to format one group row result.
|
|
|
| Print node group information.
|
|
|
| Gather and print split instances.
|
|
|
| Print common (interesting) information.
|
|
|
| Main function.
|
|
| Produced by Haddock version 2.6.0 |