Wednesday, September 30, 2009

KERNEL TRACING/DEBUGGING:

Some commands on Kernel Tracing/Debugging:

# dtrace - Trace and monitor kernel
# lockstat - Monitor locking statistics
# mdb - Debug live and kernel cores
# Hotkernel - What is the kernel doing?

2 comments:

  1. hello kamal,
    wat is the difference we will find in using ipconfig -a command wen logged in as root user and as real user.Any specific difference

    ReplyDelete
  2. Hi,

    Hope it's ifconfig -a.
    First make clear that, ifconfig cannot be executed by a normal user. To check execute
    # which ifconfig -a

    ReplyDelete