chore(node-name): Adding app-node in node cpu/memory hog chart (#317)
Signed-off-by: shubhamchaudhary <shubham.chaudhary@mayadata.io>
This commit is contained in:
committed by
GitHub
parent
b376c225fe
commit
31f23fbe54
@@ -29,3 +29,7 @@ spec:
|
|||||||
|
|
||||||
- name: NODE_CPU_CORE
|
- name: NODE_CPU_CORE
|
||||||
value: ''
|
value: ''
|
||||||
|
|
||||||
|
# ENTER THE NAME OF THE APPLICATION NODE
|
||||||
|
- name: APP_NODE
|
||||||
|
value: ''
|
||||||
|
@@ -52,11 +52,17 @@ spec:
|
|||||||
- name: RAMP_TIME
|
- name: RAMP_TIME
|
||||||
value: ''
|
value: ''
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## ENTER THE NUMBER OF CORES OF CPU FOR CPU HOGGING
|
## ENTER THE NUMBER OF CORES OF CPU FOR CPU HOGGING
|
||||||
## OPTIONAL VALUE IN CASE OF EMPTY VALUE IT WILL TAKE NODE CPU CAPACITY
|
## OPTIONAL VALUE IN CASE OF EMPTY VALUE IT WILL TAKE NODE CPU CAPACITY
|
||||||
- name: NODE_CPU_CORE
|
- name: NODE_CPU_CORE
|
||||||
value: ''
|
value: ''
|
||||||
|
|
||||||
|
# ENTER THE NAME OF THE APPLICATION NODE
|
||||||
|
- name: APP_NODE
|
||||||
|
value: ''
|
||||||
|
|
||||||
# PROVIDE THE LIB HERE
|
# PROVIDE THE LIB HERE
|
||||||
# ONLY LITMUS SUPPORTED
|
# ONLY LITMUS SUPPORTED
|
||||||
- name: LIB
|
- name: LIB
|
||||||
|
@@ -31,3 +31,7 @@ spec:
|
|||||||
## default value 90
|
## default value 90
|
||||||
- name: MEMORY_PERCENTAGE
|
- name: MEMORY_PERCENTAGE
|
||||||
value: '90'
|
value: '90'
|
||||||
|
|
||||||
|
# ENTER THE NAME OF THE APPLICATION NODE
|
||||||
|
- name: APP_NODE
|
||||||
|
value: ''
|
||||||
|
@@ -51,7 +51,11 @@ spec:
|
|||||||
## specify the size as percent of total available memory (in percentage)
|
## specify the size as percent of total available memory (in percentage)
|
||||||
## Default value "90"
|
## Default value "90"
|
||||||
- name: MEMORY_PERCENTAGE
|
- name: MEMORY_PERCENTAGE
|
||||||
value: '90'
|
value: '90'
|
||||||
|
|
||||||
|
# ENTER THE NAME OF THE APPLICATION NODE
|
||||||
|
- name: APP_NODE
|
||||||
|
value: ''
|
||||||
|
|
||||||
# Period to wait before and after injection of chaos in sec
|
# Period to wait before and after injection of chaos in sec
|
||||||
- name: RAMP_TIME
|
- name: RAMP_TIME
|
||||||
|
Reference in New Issue
Block a user