Re: Finding what's causing I/O

From: martinko (martinkov_at_pobox.sk)
Date: 09/26/05

  • Next message: Thomas Hurst: "Re: Finding what's causing I/O"
    To: freebsd-performance@freebsd.org
    Date: Mon, 26 Sep 2005 09:25:43 +0200
    
    

    Shanker Balan wrote:
    > Hello,
    >
    > Francisco Reyes wrote,
    >
    >>On Fri, 23 Sep 2005, Joseph Koshy wrote:
    >>
    >>
    >>>>Is there a way to find out which program(s) are causing the I/O?
    >>>
    >>>ktrace(8); you can use it to trace all descendants of 'init'.
    >>
    >>Looking at the man page it's non-obvious how to use it (to me).
    >>
    >>
    >>Specially it seems one needs to indicate a pid or a command. How do I
    >>trace all programs?
    >
    >
    > See top(1):
    >
    > m Toggle the display between 'cpu' and 'io' modes.
    >

    well, thanks for the switch. i couldn't find any description/explanation
    of/on the columns (VCSW,..) in top(1) man page, though. :(

    _______________________________________________
    freebsd-performance@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-performance
    To unsubscribe, send any mail to "freebsd-performance-unsubscribe@freebsd.org"


  • Next message: Thomas Hurst: "Re: Finding what's causing I/O"

    Relevant Pages

    • Re: using ptrace system call
      ... Here is the program that i wrote for tracing a pid other than child. ... >> process running in the system and we want to trace that? ... > convert the command line argument to an int. ... > Note that only the superuser can trace a process owned by another user. ...
      (comp.unix.programmer)
    • Re: 2.6.25-git2: BUG: unable to handle kernel paging request at ffffffffffffffff
      ... I've left the kernel trace appended, since I added a few more people to ... Pid: 2621, comm: NetworkManager Tainted: G D 2.6.25 #57 ... usb 1-4: USB disconnect, address 4 ...
      (Linux-Kernel)
    • Re: how to delete a DLL beeing used by windows?
      ... ListDLLs V2.23 - DLL lister for Win9x/NT ... WINLOGON.EXE pid: 164 ... Command line: winlogon.exe ... > "Dimitriy Braslavskiy" wrote in message ...
      (microsoft.public.win2000.security)
    • Re: IPC
      ... You want to use the system command here ... ... Pid in perl script are different from Pid in bash and so I can't kill them and I can't wait for them. ... 19992 pts/1 00:00:00 example.pl ... 20001 pts/1 00:00:00 sh child process 19993 finished, ...
      (comp.lang.perl.misc)
    • Re: splice/tee bugs?
      ... testing using my modified version of your test program, ... command line: ... pipes are changed in between the _prep calls and link_pipe. ... Call Trace: ...
      (Linux-Kernel)