[Bug 275049] Network resource control limit not mentioned in rctl.8
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 08 Dec 2024 01:00:08 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275049 Jason W. Bacon <jwb@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jwb@freebsd.org --- Comment #2 from Jason W. Bacon <jwb@freebsd.org> --- One thing that certainly should be mentioned under SEE ALSO is rctl_add_rule(2)and friends. Upon reading rctl(8) and seeing no mention of it, I couldn't believe that the API would not be exposed, so I ran find /usr/src/ -name '*rctl*' This revealed /usr/src/lib/libc/sys/rctl_add_rule.2. The man page is pretty minimal and could probably be fleshed out in general. I'll have more to say once I've had time to play with it. If the RSS limits work as I hope, this tool is a godsend for enforcing job parameters on HPC clusters. I plan to incorporate it into my new resource manager, LPJS. -- You are receiving this mail because: You are the assignee for the bug.