Agent 3.x
To configure network bandwidth limits for Agent 3.x, modify the config.json file in the agent installation directory and add the following:
“send_mbps_per_second” : “<limit>”
where <limit> is a whole or fractional numeric value expressed in megabits per second (i.e. NETWORK_MBPS=1.5 or NETWORK_MBPS=5, etc.)
- Optionally, you may specify a separate network bandwidth setting for full backups. If no bandwidth setting is specified for full backups, they will default to the settings applied to Incremental backups above:
“send_mbps_per_second_for_full” : “<limit>” where <limit> is a whole or fractional numeric value expressed in Megabits per Second (i.e. NETWORK_MBPS=1.5 or NETWORK_MBPS=5, etc.)
Agent 3.x settings format
Note: Agent 3.x uses a JSON formatted structure that requires proper syntax to be present when modifying settings.
JSON is a structured format containing one or more keys with associated values. JSON objects contain sets of key/value pairs bracketed within ‘{‘ and ‘}’ characters to denote the beginning and end of the content. Keys and values are separated by ‘:’ and each set is separated by a comma. The value of a key may be another JSON object, allowing for nesting of complex values and objects within the JSON.
As an example, the network bandwidth settings described above would be represented as:
{
“send_mbps_per_second” : “1.5”,
“send_mbps_per_second_for_full” : “5”
}
Disk IO throttling
Agent 3.x
To configure Agent 3.x Disk IO throttling, add the following keys to the config.json file in the agent directory:
“max_read_megabytes_per_second_per_volume” : “<limit>
and
“max_read_megabytes_per_second_per_volume_for_full” : “<limit>
CPU priority
Agent 3.0.0 and newer support setting the CPU priority under which the agent will execute on the protected system.
Note: We do not recommend adjusting this setting unless you are directed to do so by Axcient Support.
To configure this option, edit config.json in the agent installation directory and set the following key:
“cpu_priority” : “<priority>”
<priority> may be one of: “High”, “AboveNormal”, “Normal”, “BelowNormal” , or “Idle”
The default Agent CPU priority value is “BelowNormal”
SUPPORT | 720-204-4500 | 800-352-0248
- Contact Axcient Support at https://partner.axcient.com/login or call 800-352-0248
- Free certification courses are available in the Axcient x360Portal under Training
- To learn more about Axcient products, sign up for a free one-on-one training
- Subscribe to the Axcient Status page for updates and scheduled maintenance
575 | 1483