-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add flexcache keyperf template
- Loading branch information
1 parent
d6443e0
commit d6c69d6
Showing
5 changed files
with
38 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
name: FlexCache | ||
query: api/storage/volumes | ||
object: flexcache | ||
|
||
counters: | ||
- ^^name => volume | ||
- ^^svm.name => svm | ||
- ^statistics.flexcache_raw.status => status | ||
- statistics.flexcache_raw.cache_miss_blocks => blocks_retrieved_from_origin | ||
- statistics.flexcache_raw.client_requested_blocks => blocks_requested_from_client | ||
- statistics.flexcache_raw.timestamp(timestamp) => timestamp | ||
- filter: | ||
- statistics.flexcache_raw.timestamp=!"-" | ||
|
||
plugins: | ||
- MetricAgent: | ||
compute_metric: | ||
- miss_percent PERCENT blocks_retrieved_from_origin blocks_requested_from_client | ||
|
||
export_options: | ||
instance_keys: | ||
- svm | ||
- volume |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters