[tanya-jawab] Tanya seputar command top

2007-02-27 Terurut Topik Bambang Sumitra

Hi linuxer,
saya mau tanya seputar command top
- kalau mau lihat seluruh proses yang sedang jalan di top bagaimana ya? 
soalnya paling bisa hanya lihat 17 proses
- trus di situ pemakainam memori kan dalam persentase, bisa ga ya di 
rubah jadi MB atau KB



--
salam,
Bambang Sumitra
http://www.situsqta.net


--
FAQ milis di http://wiki.linux.or.id/FAQ_milis_tanya-jawab
Unsubscribe: kirim email ke [EMAIL PROTECTED]
Arsip dan info milis selengkapnya di http://linux.or.id/milis



Re: [tanya-jawab] Tanya seputar command top

2007-02-27 Terurut Topik Andika Triwidada

On 2/28/07, Bambang Sumitra [EMAIL PROTECTED] wrote:

Hi linuxer,
saya mau tanya seputar command top
- kalau mau lihat seluruh proses yang sedang jalan di top bagaimana ya?
soalnya paling bisa hanya lihat 17 proses
- trus di situ pemakainam memori kan dalam persentase, bisa ga ya di
rubah jadi MB atau KB


pakai top versi berapa?

man top

...
  o: VIRT  --  Virtual Image (kb)
 The  total  amount  of  virtual  memory  used by the task.
It includes all code, data and shared
 libraries plus pages that have been swapped out.

 VIRT = SWAP + RES.

  p: SWAP  --  Swapped size (kb)
 The swapped out portion of a task's total virtual memory image.

  q: RES  --  Resident size (kb)
 The non-swapped physical memory a task has used.

 RES = CODE + DATA.

  r: CODE  --  Code size (kb)
 The amount of physical memory devoted to executable code,
also known as the 'text  resident  set'
 size or TRS.

  s: DATA  --  Data+Stack size (kb)
 The amount of physical memory devoted to other than
executable code, also known as the 'data res-
 ident set' size or DRS.

  t: SHR  --  Shared Mem size (kb)
 The amount of shared memory used by a task.  It simply
reflects memory that could be  potentially
 shared with other processes.


lalu untuk bisa menampilkan seluruh proses, cacah baris di layar kita
harus memadai

--
FAQ milis di http://wiki.linux.or.id/FAQ_milis_tanya-jawab
Unsubscribe: kirim email ke [EMAIL PROTECTED]
Arsip dan info milis selengkapnya di http://linux.or.id/milis