第 52 章 metric
本章描述了 metric
命令下的命令。
52.1. 指标聚合
获取聚合指标的测量。
使用方法:
openstack metric aggregates [-h] [-f {csv,json,table,value,yaml}] [-c COLUMN] [--quote {all,minimal,none,nonnumeric}] [--noindent] [--max-width <integer>] [--fit-width] [--print-empty] [--sort-column SORT_COLUMN] [--sort-ascending | --sort-descending] [--resource-type RESOURCE_TYPE] [--start START] [--stop STOP] [--granularity GRANULARITY] [--needed-overlap NEEDED_OVERLAP] [--groupby GROUPBY] [--fill FILL] operations [search]
值 | 概述 |
---|---|
操作 | 应用到时间序列的操作 |
search | 过滤资源的查询。语法是属性、operator 和 value 的组合。例如: id=90d58eea-70d7-4294-a49a-170dcdf44c3c 将过滤具有特定 id 的资源。可以构建更复杂的查询,例如: not (flavor_id!="1" 和 memory>=24)。使用 "" 强制数据解释为字符串。支持的运算符有: not, and, iwl or, criu, >=, mvapich, !=, >, <, =, ==, eq, ne, lt, gt, in, ge, le, in, like, criu, uildDefaults, like, in. |
值 | 概述 |
---|---|
-h, --help | 显示帮助信息并退出 |
--resource-type RESOURCE_TYPE | 要查询的资源类型 |
--start START | 周期开始 |
--stop STOP | 周期结束 |
--granularity GRANULARITY | 检索的粒度 |
--needed-overlap NEEDED_OVERLAP | 在数据点间重叠的百分比 |
--groupBy GROUPBY | 用于对资源进行分组的属性 |
--fill FILL | 在一系列子集中缺少值的情况下回填时间戳时使用的值。值应该是浮点数或 null。 |
值 | 概述 |
---|---|
-f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | 输出格式,默认为 table |
-c COLUMN, --column COLUMN | 指定要包含的列,可以重复显示多个列 |
--sort-column SORT_COLUMN | 指定要对数据进行排序的列(首先指定的列有优先级,非现有列将被忽略),可以重复执行 |
--sort-ascending | 以升序对列进行排序 |
--sort-descending | 以降序排列列 |
值 | 概述 |
---|---|
--quote {all,minimal,none,nonnumeric} | 当包含引号时,则默认为非数字 |
值 | 概述 |
---|---|
--noindent | 是否禁用缩进 json |
值 | 概述 |
---|---|
--max-width <integer> | 最大显示宽度 <1 要禁用。您还可以使用 CLIFF_MAX_TERM_WIDTH 环境变量,但参数具有优先权。 |
--fit-width | 将表适合显示宽度。如果 --max-width 大于 0,则表示表示。将环境变量 CLIFF_FIT_WIDTH=1 设置为 always 启用 |
--print-empty | 如果没有要显示的数据,打印空表。 |