1.what is Kernel parameters?
2.how many cpu have use in your machine?
Answers were Sorted based on User's Feedback
1.kernel parameters
parameters provide mechanisms to adjust the functiong of
linux kernel.
the sysctl command used to view kernel parameters.
2.simply type in root
# cat /proc/cpuinfo
| Is This Answer Correct ? | 19 Yes | 2 No |
Answer / ravi
The sysctl command is used to view the kernel parameters
To know how many cpus are being used, use the top command.
This gives the percentage cpu utilization and if the linux
box has more than 1 cpu, then follow top with the numaral 1.
uptime gives the load on the system.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / basha phatan
Kernal parameters are nothing but all the parameters in
/etc/system hear we can edit according to our requrement.
to check the how many cpus in the machine jus type this
command #psrinfo
to check the cpu speec #psrinfo -v
cool
| Is This Answer Correct ? | 6 Yes | 10 No |
How do I clear terminal command history?
can some one tell me the steps(with commands) to create LVM in RHEL 5????
How to give acl permission in numerical mode on linux?
How do I list directories in linux?
what is the command to make a process to run in the foreground from background?
How do I do a whois search?
How can I type in cmd?
what is soft mount and hard mount? i have to make permanent nfs mount permanent what shall i do?
Why echo is used in linux?
How do I know my linux shell version?
What is makefile target?
How do I change directories in linux command line?