lbivens / pyfi

FiFo console client and python API library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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}'

About

FiFo console client and python API library.

License:Other


Languages

Language:Python 99.6%Language:Makefile 0.4%