Optimizing Linux
When optimizing Linux systems, typically the goal is to allow cost savings or improve performance and the quality of service, such as sustaining higher levels of traffic or enabling transactions with lower latency.
Please refer to the Linux optimization pack for the list of component types, parameters, metrics, and constraints.
Workflows
Applying parameters
Akamas provides the LinuxConfigurator operator as the preferred way to apply Linux parameters to a system to be optimized. The operator connects via SSH to your Linux components and will employ different strategies to apply Linux parameters. Notice that this operator allows you to exclude some block/network devices from being configured.
A typical workflow
You can organize a typical workflow to optimize Linux in three parts:
Configure Linux
Use the LinuxConfigurator operator to apply configuration parameters to the operating system, no restart is required
Test the performance of the system
Use workflow operators to execute a performance test against the system
Perform some cleanup
Use workflow operators to perform any clean-up to guarantee any subsequent execution of the workflow will run without problems
Here’s an example of a typical workflow for a Linux system:
Telemetry Providers
Akamas does not provide any specialized telemetry solution to gather Linux metrics as these metrics can be collected in a variety of ways, leveraging a plethora of existing solutions. For example, the Prometheus provider supports Linux system metrics.
Last updated