Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 2004
    Posts
    1,007

    RAM processes/files

    Hi,

    Can you please tell me which commands can show me which files are loading in RAM/which processes are runing along with their size,CPU usage, I/O etc ?

    TOP wont help in this case..

    Also is it possible to see the same for SWAP content ?
    Best Regards,
    Namesniper

  2. #2
    Join Date
    Nov 2003
    Location
    India
    Posts
    155
    Hello
    Do you just want to see list of all the process running?

    You can try ps -aux | less

    or just ps -aux

    Greets

  3. #3
    Join Date
    Mar 2004
    Posts
    1,007
    No i also want to see all files loaded in RAM
    Best Regards,
    Namesniper

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •