information about /proc/pid/sched
- by redeye
Not sure this is the right place for this question, but here goes:
I'm trying to make some sense of the /proc/pid/sched and /proc/pid/task/tid/sched files for a highly threaded server process, however I was not able to find a good explanation of how to interpret this file ( just a few bits here: http://knol.google.com/k/linux-performance-tuning-and-measurement# ) .
I assume this entry in procfs is related to newer versions of the kernel that run with the CFS scheduler?
CentOS distro running on a 2.6.24.7-149.el5rt kernel version with preempt rt patch.
Any thoughts?