ceilometer-3.6

Client library for Openstack Ceilometer API server - Python 3.x

Install

All systems
curl cmd.cat/ceilometer-3.6.sh
Debian Debian
apt-get install python3-ceilometerclient
Ubuntu
apt-get install python3-ceilometerclient
image/svg+xml Kali Linux
apt-get install python3-ceilometerclient
Fedora
dnf install python3-ceilometerclient
Windows (WSL2)
sudo apt-get update sudo apt-get install python3-ceilometerclient
Raspbian
apt-get install python3-ceilometerclient

python3-ceilometerclient

Client library for Openstack Ceilometer API server - Python 3.x

Ceilometer aims to deliver a unique point of contact for billing systems to acquire all counters they need to establish customer billing, across all current and future OpenStack components. The delivery of counters must be tracable and auditable, the counters must be easily extensible to support new projects, and agents doing data collections should be independent of the overall system. This is a client for the Ceilometer which uses the OpenStack Image API. There's a Python API (the "ceilometerclient" module), and a command-line script ("ceilometer"). This package contains the Python 3.x module.