summaryrefslogtreecommitdiff
path: root/doc/source/cfn-push-stats.rst
blob: 5b872c5e2f1e6d1b6c50a5ea518b8b0bd491a757 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
==============
cfn-push-stats
==============

.. program:: cfn-push-stats

SYNOPSIS
========

``cfn-push-stats``

DESCRIPTION
===========
Implements cfn-push-stats CloudFormation functionality


OPTIONS
=======
.. cmdoption:: -v, --verbose

  Verbose logging

.. cmdoption:: --credential-file

  credential-file

.. cmdoption:: --service-failure

  Reports a service falure.

.. cmdoption:: --mem-util

  Reports memory utilization in percentages.

.. cmdoption:: --mem-used

  Reports memory used (excluding cache and buffers) in megabytes.

.. cmdoption:: --mem-avail

  Reports available memory (including cache and buffers) in megabytes.

.. cmdoption:: --swap-util

  Reports swap utilization in percentages.

.. cmdoption:: --swap-used

  Reports allocated swap space in megabytes.

.. cmdoption:: --disk-space-util

  Reports disk space utilization in percentages.

.. cmdoption:: --disk-space-used

  Reports allocated disk space in gigabytes.

.. cmdoption:: --disk-space-avail

  Reports available disk space in gigabytes.

.. cmdoption:: --memory-units

  Specifies units for memory metrics.

.. cmdoption:: --disk-units

  Specifies units for disk metrics.

.. cmdoption:: --disk-path

  Selects the disk by the path on which to report.

.. cmdoption:: --cpu-util

  Reports cpu utilization in percentages.

.. cmdoption:: --haproxy

  Reports HAProxy loadbalancer usage.

.. cmdoption:: --haproxy-latency

  Reports HAProxy latency

.. cmdoption:: --heartbeat

  Sends a Heartbeat.

.. cmdoption:: --watch

  the name of the watch to post to.


BUGS
====
Heat bugs are managed through Launchpad <https://launchpad.net/heat-cfntools>