You are not logged in.
Pages: 1
Hi All,
Anyone know below two paramenter which kernel is support?In kernel 4.19 and 5.10,also 5.15 can not found,also can provide these two paramenter usage?
Does these paramenter intergate in sched_rt_period_us and sched_rt_runtime_us?which kernel version document can found below two paramenters?
/proc/sys/kernel/sched_min_running_period_us
/proc/sys/kernel/sched_max_running_period_us
Thanks
Offline
Same as /proc/sys/kernel/path_to_hogwarts
Why do you think those are kernel parameters?
Even google doesn't know those tokens - at all.
I suspect this is some https://en.wikipedia.org/wiki/XY_problem ? What do you actually want to achieve?
And what's your source for those "parameters"?
Offline
Sorry for late reply,
those think are kernel parameters is accroding to the folder path
I also strange above mention two "parameters",also never met at my side
The source from server operation and maintenance personnel
I consider does it will come from recomplie kernel custom parameters,got this possible?
Offline
The source from server operation and maintenance personnel
You should probably ask them then.
For a basic idea what you're running there:
ls /proc/sys/kernel/sched*
uname -a
zgrep -i sched /proc/config.gzOffline
Pages: 1