Skip to content

project-fifo/pyfi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fifo

This is a python implementation of (most) of the Project FiFo API along with a console client to access it.

Examples

Total memory in cloud

fifo hypervisors list --fmt free,used,reserved -H | sed 's/MB//g' | awk  '{total+=($1 + $2 + $3)} END{print total}'