Welcome, Guest
Username Password: Remember me

unix command to find memory usage
(1 viewing) (1) Guest
Shell Script
  • Page:
  • 1

TOPIC: unix command to find memory usage

unix command to find memory usage 2 years, 1 month ago #202

  • rajeshkumar
  • OFFLINE
  • Moderator
  • I love software configuration management
  • Posts: 370
  • Points: 44590
  • Karma: 4
  • Honor Medal 2009
Monitor processes continuously. Updates every 3 seconds by default. Displays useful information such as total memory, memory in use, % of total memory used by each process, % cpu usage of each process, and process ID (PID) of each process. Type 'h' for help or 'q' to quit. To stop ('kill') a process, type 'k' and enter the PID of the process, then enter the signal for the 'kill' command (see below) or press Enter to use the default signal (terminate).

top
Useful options:
-d <delay_time> Specify time between updates
-u <user> List processes for user <user>
-p<PID> List process with ID <PID>
-n <num_iterations> Specify number of iterations before quitting
Regards,
Rajesh Kumar
Build and Release Engineer
My Blog: community.scmgalaxy.com/pg/profile/rajeshkumar
  • Page:
  • 1
Time to create page: 0.41 seconds

     
    
Home Forum