Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 610 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 610 Bytes

lxdinfopy

Python script using the pylxd library to poll LXD's REST API to print information about LXD containers to stdout.

Before you get started...

This project is very simple but un-polished. Only working code is committed, but don't expect much... because it was the itch I was scratching, this program only provides memory info for the time being.

Installation

To get going, install dependencies by cloning this project, entering the project directory, and installing packages:

pip3 install -r requirements.txt