Re: how to change kernel Timer frequency

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 





ram wrote:

Hi all
iam using FC5 I have question here is how to check kernel Timer frequency in running PC how can i can i change this kernel Timer frequency with out compiling the kernel on fly any suggestions Ram

If you could find the .config file that was used to build the
kernel, then it is in there.   On an FC4 machine, I found it
in
  /usr/src/kernels/2.6.17-1.2142_FC4-smp-i686
Assuming that you are using a terminal window change to
that directory with
  cd /usr/src/kernels/2.6.17-1.2142_FC4-smp-i686
and list the directory with
  ls -a
(Note that you need "-a" to show filenames starting with ".")
If you see a ".config" file, then use grep as in
  grep HZ .config
I see the lines

# CONFIG_HZ_100 is not set
CONFIG_HZ_250=y
# CONFIG_HZ_1000 is not set
CONFIG_HZ=250

which obviously means that the clock is running at 250 Hz.

I would be most interested in whether there is a way to directly
obtain this number from a running kernel, because there is always
some uncertainity about whether the ".config" you are looking at
was actually used to build the running kernel.



--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux