mrproliu commented on code in PR #67: URL: https://github.com/apache/skywalking-rover/pull/67#discussion_r1043317612
########## docs/en/setup/overview.md: ########## @@ -48,3 +48,35 @@ So, in rover_configs.yaml, there contains these parts. 3. [Profiling Module](./configuration/profiling.md). Also, You could using [Overriding Setting](./configuration/override-settings.md) feature to setup the configuration. + +## Prerequisites + +Currently, Linux operating systems are supported from version `4.9` and above, except for network profiling which requires version `4.16` or higher. + +The following table are currently support operating systems. + +| System | Kernel Version | On CPU Profiling | Off CPU Profiling | Network Profiling | +|------------------|----------------|------------------|-------------------|--------------------------------| +| CentOS 7 | 3.10.0 | No | No | No | +| CentOS Stream 8 | 4.18.0 | Yes | Yes | Yes | +| CentOS Stream 9 | 5.47.0 | Yes | Yes | Yes | +| Debian 10 | 4.19.0 | Yes | Yes | Yes | +| Debian 11 | 5.10.0 | Yes | Yes | Yes(Excepted TCP Drop Monitor) | Review Comment: Yes. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
