Proc and sys files formats help?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
- To: kernelnewbies@xxxxxxxxxxxx
- Subject: Proc and sys files formats help?
- From: Xiangfei Jia <xjianz@xxxxxxxxx>
- Date: Sat, 23 Apr 2005 23:41:48 +1200
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type; b=j10zGsaihH86IZYGpHcfn46gMYkWuVjjJx5hJIE50C3tRFz6l+vZmFybY6yY6ioLpgr9ERfYbnUVxeU8qzFFNz6X3imQKooP617olncAol2OinHy57LD6ekdoacYGieHieSXySDF/pTY/42MEOyDMF2Pt2Vru3P0t5TyZNkyNXw=
- Reply-to: Xiangfei Jia <xjianz@xxxxxxxxx>
- Sender: kernelnewbies-bounce@xxxxxxxxxxxx
Proc files are very useful to monitor kernel running status. But the
outputs of proc files are meaningless unless you know what the outputs
stand for. for example the output of the "/proc/modules", does the hex
address at the end of each line represent the starting address in the
kernel or what?
Since 2.6, the sys files are added. I have the same problem too. It's too difficult to understand the output of sys files.
Just want to ask Where I can find the docs for the output format of
these files. ( I don't want to hacking into kernel source to find it
out.)
[Index of Archives]
[Newbies FAQ]
[Linux Kernel Mentors]
[Linux Kernel Development]
[IETF Annouce]
[Git]
[Networking]
[Security]
[Bugtraq]
[Yosemite]
[MIPS Linux]
[ARM Linux]
[Linux RAID]
[Linux SCSI]
[Linux ACPI]