sysctl-explorer icon indicating copy to clipboard operation
sysctl-explorer copied to clipboard

Easy access to Linux' sysctl documentation

Results 6 sysctl-explorer issues
Sort by recently updated
recently updated
newest added

This is more of a wishlist/discussion item than an issue persay, but as I haven't seen much discussion of this elsewhere, any interest in a sysfs variant of the same...

Hi, On the https://sysctl-explorer.net/fs/suid_dumpable/ page the documentation states the following. This is off by one according to the kernel documentation. The behavior this would enable if someone used the numbering...

For example: https://sysctl-explorer.net/net/ipv4/rp_filter/ The doc says: “all” is a special interface: changes the settings for all interfaces. This is misleading... In most cases the `all` value is simply OR'ed or...

The page for `tcp_retrans_collapse` contains also the information about `tcp_retries1` `tcp_retries2` `tcp_rfc1337` `tcp_rmem`

Just a quick note: The `tcp_window_scaling` page also contains the info text about `tcp_wmem ` and `tcp_notsent_lowat`

For some options, the formatting is OK: ![image](https://github.com/user-attachments/assets/cc7537f5-e87f-4612-b828-4eed7de2e625) For `net.ipv4.ip_forward`, it isn't: ![image](https://github.com/user-attachments/assets/0989ea22-fec9-4bc3-9aa0-f63d96b83ba4)