How to change latency_io_reqd param in Harvest/NABox4 #4325
Hardikl
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
As mentioned in #3962, Below are the steps to modify this in Harvest and NABox4. In below example, we'll change
latency_io_reqdto 10. Default value is 0 because it matches with PAS and System Manager.Note: Applicable from Harvest 25.11.
This special parameter
latency_io_reqdis only applicable to these collectors: ZapiPerf, RestPerf, KeyPerf and StatPerf. So, apply the below steps for the collector which is currently being used by your pollers.Harvest Installation Type: Native/deb/rpm
Step 1: Create
custom.yamlLet's assume Harvest is installed in
/opt/harvestdirectory. Adjust paths as needed.For ZapiPerf collector
Navigate to the
zapiperfdirectory:cd /opt/harvest/conf/zapiperfCreate custom.yaml if not already exists:
Update the file with the following content:
For RestPerf collector
Navigate to the
restperfdirectory:cd /opt/harvest/conf/restperfCreate custom.yaml if not already exists:
Update the file with the following content:
For KeyPerf collector
Navigate to the
keyperfdirectory:cd /opt/harvest/conf/keyperfCreate custom.yaml if not already exists:
Update the file with the following content:
For StatPerf collector
Navigate to the
statperfdirectory:cd /opt/harvest/conf/statperfCreate custom.yaml if not already exists:
Update the file with the following content:
Step 2: Restart Harvest pollers
Harvest Installation Type: NABox4
Step 1: Create
custom.yamlFor ZapiPerf collector
Navigate to the
zapiperfdirectory:cd /etc/nabox/harvest/user/zapiperfCreate custom.yaml:
Update the file with the following content:
For RestPerf collector
Navigate to the
restperfdirectory:cd /etc/nabox/harvest/user/restperfCreate custom.yaml:
Update the file with the following content:
For KeyPerf collector
Navigate to the
keyperfdirectory:cd /etc/nabox/harvest/user/keyperfCreate custom.yaml:
Update the file with the following content:
For StatPerf collector
Navigate to the
statperfdirectory:cd /etc/nabox/harvest/user/statperfCreate custom.yaml:
Update the file with the following content:
Step 2: Restart NABox containers
All reactions