![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| OLS: Kernel documentation, and submitting kernel patches | iBot | UNIX and Linux RSS News | 0 | 07-25-2008 11:10 AM |
| max number of slabs per kernel module (kernel 2.6.17, suse) | Brendan Kennedy | SuSE | 4 | 01-23-2008 09:40 AM |
| kernel-kernel call communication | aureliano | High Level Programming | 5 | 06-05-2007 05:48 PM |
| Kernel panic - not syncing: cannot execute a PAE-enabled kernel on PAE-less CPU | dave043 | Linux | 2 | 05-10-2007 01:57 AM |
| supressing kernel info in /bin/login | cerberusofhate | UNIX for Dummies Questions & Answers | 3 | 08-26-2002 05:11 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Indeed, the kstat command displays information about the kernel under UNIX systems. You can see more arguments to use and some examples in the following link:
kstat(1M) – display kernel statistics (man pages section 1M: System Administration Commands) - Sun Microsystems What was the output of the command that you put as an example? Code:
kstat -p -m cpu_stat -s 'intr*' Code:
cpu_stat:0:cpu_stat0:intr 29682330 cpu_stat:0:cpu_stat0:intrblk 87 cpu_stat:0:cpu_stat0:intrthread 15054222 cpu_stat:1:cpu_stat1:intr 426073 cpu_stat:1:cpu_stat1:intrblk 51 cpu_stat:1:cpu_stat1:intrthread 289668 cpu_stat:2:cpu_stat2:intr 134160 cpu_stat:2:cpu_stat2:intrblk 0 cpu_stat:2:cpu_stat2:intrthread 131 cpu_stat:3:cpu_stat3:intr 196566 cpu_stat:3:cpu_stat3:intrblk 30 cpu_stat:3:cpu_stat3:intrthread 59626 Last edited by agasamapetilon; 08-25-2008 at 03:18 AM.. |
|
|||||
|
This was my output
bash-3.00# kstat -p -m cpu_stat -s 'intr*' cpu_stat:0:cpu_stat0:intr 57041377 cpu_stat:0:cpu_stat0:intrblk 17986 cpu_stat:0:cpu_stat0:intrthread 38618969 this is specific for one module cpu_stat what if i want to display all available modules ? i dont want to give match result. thanks, Mazhar |
|
||||
|
This command displays information about loaded kernel modules, if they are installed or not, loaded or not.
Code:
modinfo -c Code:
/lib/modules |
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Tags |
| unix commands |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|