Skip to content

tim-tang/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}'

About

FiFo console client and python API library.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.6%
  • Makefile 0.4%