Command
weka statsThe collected statistics can help analyze system performance and determine the source of issues that may occur during Content Software for File system runs. Statistics are divided according to categories. When selecting a category, a list of the possible statistics is displayed, from which you can select the specific statistics.
Note: Content Software for File averages all statistics over one-second intervals. Consequently, the total value or other aggregates relate to a specific minute.
Use the following command line to manage filters and read statistics:
weka stats [--start-time <start-time>] [--end-time <end-time>] [--interval interval] [--resolution-secs resolution-secs] [--category category][--stat stat] [--node-ids node-ids] [--param param] [--accumulated] [--per-node] [--no-zeros] [--show-internal] [--raw-units] [--UTC]
Parameters
Name | Type | Value | Limitations | Mandatory | Default |
---|---|---|---|---|---|
start-time | String | Start time of the reported period | Format: 5m, -5m, -1d, -1w, 1:00, 01:00, 18:30, 18:30:07, 2018-12-31 10:00, 2018/12/31 10:00, 2018-12-31T10:00, 9:15Z, 10:00+2:00 | Yes | |
end-time | String | End time of the reported period | Format: 5m, -5m, -1d, -1w, 1:00, 01:00, 18:30, 18:30:07, 2018-12-31 10:00, 2018/12/31 10:00, 2018-12-31T10:00, 9:15Z, 10:00+2:00 | No | Current time |
interval | String | Period of time to be reported | Valid interval in seconds (positive integer number) | Yes | |
resolution-secs | String | Length of each interval in the reported period | Must be multiples of 60 seconds | No | 60 |
category | String | Specific categories for retrieval of appropriate statistics | Valid existing categories: CPU, Object Store, Operations, Operations (NFS), Operations (Driver), and SSD | No | All |
stat | String | Statistics names | Valid statistics names | No | All |
process-ids | String | Valid statistics | All | ||
param | String | For parameterized statistics, retrieve only the instantiations where the specified parameter is of the specified value. Multiple values can be supplied for the same key, for example, '-- param method:putBlocks -- param method:initBlock' | Format: key:val | No | |
accumulated | Boolean | Display accumulated statistics, not rate statistics | No | False | |
per-process | Boolean | Does not aggregate statistics across processes | No | False | |
no-zeros | Boolean | Filters results where the value is 0 | No | False | |
show-internal | Boolean | Also displays internal statistics | No | False | |
raw-units | Boolean | Print values in raw units (bytes, seconds, among others.) | No | Humanreadable format, for example 1KiB 234MiB 2GiB | |
UTC | Boolean | Print times in UTC | No |
Host's local time |