Flex Agent system requirements
Follow these requirements to install and use the Flex Agent
Flex Agent installation requirements
Before you install the Flex Agent, you must meet the following requirements:
You have administrative access to a web server, and the server meets the general requirements.
There is a deployed application to be analyzed, and Contrast supports the web application technology.
You can restart the deployed application.
The web server has network connectivity with Contrast. For additional features, such as agent update, connectivity to the Contrast Artifactory instance, public dependency repositories, or private dependency repositories may also be required.
Flex Agent requirements
Requirement | Supported technologies | Notes |
---|---|---|
Operating system | Linux | Any currently supported version of a Linux operating system should work. Contrast explicitly tests:
|
Processor architecture | 64-bit | Supported: x86_64 and ARM processors |
LibC support |
| Musl testing uses Alpine images |
CPU | At least 4 | Minimum: 2 While the Flex Agent does not significantly impact CPU, applications to which it attaches agents may see an increase in CPU usage. |
Memory | At least 8GB | Minimum: 4 GB While the Flex Agent does not significantly impact memory, applications to which it attaches agents may see an increase in memory usage. |
Disk space | 1GB | The Flex Agent contains a version of each Contrast agent. Uncompressed, this bundle is approximately 750MB. |
System commands |
| The Flex Agent installation process uses these commands to properly configure the system. |
Language-specific requirements for Flex Agent
Proper attachment of individual agents requires adherence to their supported technologies and system requirements.
.NET Core supported technologies and system requirements
Node.js supported technologies and system requirements
Python supported technologies
Note
Python 3.9 and 3.10 are not supported on Musl systems due to SOABI on Linux does not distinguish between GNU libc and musl libc · Issue #87278 · python/cpython