/docs/MyDocs

To get this branch, use:
bzr branch http://darksoft.org/webbzr/docs/MyDocs

« back to all changes in this revision

Viewing changes to Development/debugging/info/tools.txt

  • Committer: Suren A. Chilingaryan
  • Date: 2009-04-09 03:21:08 UTC
  • Revision ID: csa@dside.dyndns.org-20090409032108-w4edamdh4adrgdu3
import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
ethtool         - Ethernet device configuration
 
2
 
 
3
lsof            - List open files
 
4
mpstat          - CPU usage statistics
 
5
 
 
6
procps
 
7
  vmstat        - Virtual Memory statistics
 
8
  pwdx          - Working directory of a process
 
9
  pgrep         - Find processes by various properties
 
10
  pmap          - Process memory map
 
11
  slabtop       - Show kernel SLAB cache information
 
12
  watch <cmd>   - Continiously update command display (watch who)
 
13
sysstat
 
14
  systat        - collects system activity information 
 
15
  sar           - presents collected information
 
16
  iostat        - I/O devices statistics
 
17
 
 
18
debugfs         - various fs information
 
19
                    + find files owning inode
 
20
 
 
21
Kernel:
 
22
  kdb           - Built-in kernel debugger
 
23
  kgdb          - Remote kernel debugger (gdb based)
 
24
  ksymoops      - Convert Oops into readable format
 
25
  
 
 
b'\\ No newline at end of file'