Skip to content

philippreston/pyfi

This branch is 3 commits ahead of project-fifo/pyfi:master.

Folders and files

NameName
Last commit message
Last commit date
Dec 6, 2016
Mar 21, 2018
Oct 9, 2015
Mar 21, 2018
Mar 21, 2018
Mar 30, 2013
Mar 30, 2013
Apr 8, 2015
Dec 6, 2016
Dec 17, 2015
Dec 6, 2016

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

About

FiFo console client and python API library.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.7%
  • Makefile 0.3%