Commit d41abfd7 authored by Andre Azevedo's avatar Andre Azevedo Committed by Jonathan Corbet
Browse files

Documentation/scheduler: fix links in sched-stats



The rain.com domain recently moved to pdxhosts.com, making the scheduler
documentation point to broken links. Fix the links in the scheduler
documentation.

CC: Rick Lindsley <ricklind@linux.vnet.ibm.com>
Signed-off-by: default avatarAndre Azevedo <andre.azevedo@gmail.com>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent b275fb60
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ of these will need to start with a baseline observation and then calculate
the change in the counters at each subsequent observation.  A perl script
which does this for many of the fields is available at

    http://eaglet.rain.com/rick/linux/schedstat/
    http://eaglet.pdxhosts.com/rick/linux/schedstat/

Note that any such script will necessarily be version-specific, as the main
reason to change versions is changes in the output format.  For those wishing
@@ -164,4 +164,4 @@ report on how well a particular process or set of processes is faring
under the scheduler's policies.  A simple version of such a program is
available at

    http://eaglet.rain.com/rick/linux/schedstat/v12/latency.c
    http://eaglet.pdxhosts.com/rick/linux/schedstat/v12/latency.c