Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[OT] Memoria RAM Allocata
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) Forum di discussione italiano
View previous topic :: View next topic  
Author Message
cagnaluia
l33t
l33t


Joined: 01 Sep 2004
Posts: 998
Location: Treviso

PostPosted: Mon Jun 06, 2005 4:25 pm    Post subject: [OT] Memoria RAM Allocata Reply with quote

Salve,

Come posso vedere e/o tenere sotto controllo l'allocazione di memoria da parte dei processi?
Voglio dire, come faccio per vedere quanta memoria usano uno per uno, tutti i processi?
Back to top
View user's profile Send private message
johnnystuff
Tux's lil' helper
Tux's lil' helper


Joined: 28 Aug 2003
Posts: 141

PostPosted: Mon Jun 06, 2005 4:38 pm    Post subject: Reply with quote

prova top (nonchè man top of corz)
:wink:


Last edited by johnnystuff on Mon Jun 06, 2005 4:39 pm; edited 1 time in total
Back to top
View user's profile Send private message
Ic3M4n
Advocate
Advocate


Joined: 02 Nov 2004
Posts: 3489
Location: Bergamo.

PostPosted: Mon Jun 06, 2005 4:38 pm    Post subject: Reply with quote

top?
Back to top
View user's profile Send private message
Dr.Dran
l33t
l33t


Joined: 08 Oct 2004
Posts: 766
Location: Imola - Italy

PostPosted: Mon Jun 06, 2005 4:39 pm    Post subject: Reply with quote

Utilizzare top :wink:
Back to top
View user's profile Send private message
cagnaluia
l33t
l33t


Joined: 01 Sep 2004
Posts: 998
Location: Treviso

PostPosted: Mon Jun 06, 2005 4:42 pm    Post subject: Reply with quote

ma top... mi mostra la ram allocata totale... non quella "parziale".. mi pare
Back to top
View user's profile Send private message
assente
Guru
Guru


Joined: 12 Apr 2004
Posts: 570
Location: Torino, italia, New Europe

PostPosted: Mon Jun 06, 2005 4:43 pm    Post subject: Reply with quote

o anche gnome-system-monitor
_________________
Blog
E8400, 4850, P5q
Back to top
View user's profile Send private message
cagnaluia
l33t
l33t


Joined: 01 Sep 2004
Posts: 998
Location: Treviso

PostPosted: Mon Jun 06, 2005 4:44 pm    Post subject: Reply with quote

assente wrote:
o anche gnome-system-monitor


non ho X
Back to top
View user's profile Send private message
Ic3M4n
Advocate
Advocate


Joined: 02 Nov 2004
Posts: 3489
Location: Bergamo.

PostPosted: Mon Jun 06, 2005 4:49 pm    Post subject: Reply with quote

Code:
  PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND
27906 root      18   0 20652  15m 2644 R 49.2  3.2   0:58.60 emerge
 9499 root      15   0 64792  27m 6800 S 14.6  5.4  23:19.14 X

%mem è la % rispetto alla max, almeno credo. cmq credo che sia riferito a mem + swap
Back to top
View user's profile Send private message
flocchini
Veteran
Veteran


Joined: 17 May 2003
Posts: 1124
Location: Milano, Italy

PostPosted: Mon Jun 06, 2005 4:57 pm    Post subject: Reply with quote

free? :roll:
_________________
~~ Per amore della rosa si sopportano le spine... ~~
Back to top
View user's profile Send private message
Ic3M4n
Advocate
Advocate


Joined: 02 Nov 2004
Posts: 3489
Location: Bergamo.

PostPosted: Mon Jun 06, 2005 5:05 pm    Post subject: Reply with quote

cagnaluia wrote:
quanta memoria usano uno per uno, tutti i processi?

free purtroppo da solo il totale. almeno, non mi sembra che faccia processo per processo
Back to top
View user's profile Send private message
flocchini
Veteran
Veteran


Joined: 17 May 2003
Posts: 1124
Location: Milano, Italy

PostPosted: Mon Jun 06, 2005 5:31 pm    Post subject: Reply with quote

hai ragione, ho letto frettolosamente il post :oops:
_________________
~~ Per amore della rosa si sopportano le spine... ~~
Back to top
View user's profile Send private message
oRDeX
Veteran
Veteran


Joined: 19 Oct 2003
Posts: 1325
Location: Italy

PostPosted: Mon Jun 06, 2005 6:27 pm    Post subject: Reply with quote

cmq penso che la soluzione sia un
Code:
$ ps aux
o per avere una lista sempre aperta che varia dinamicamente
Code:
$ top

Comuqneu la percentuale si riferisce solo alla mem fisica, infatti può capire a volte di trovarsi valori superiori al 100% (esperienza personale :D )
Poi se hai qualche pretesa particolare rispetto alle informazioni che ti servono diccelo :)
Back to top
View user's profile Send private message
.:chrome:.
Advocate
Advocate


Joined: 19 Feb 2005
Posts: 4588
Location: Brescia, Italy

PostPosted: Mon Jun 06, 2005 9:49 pm    Post subject: Reply with quote

credo che quello che interessa a te sia qualcosa tipo gnome-system-monitor, come ti è già stato suggerito.
top (che poi mostra l'output di free) secondo me non è quelloo che fa al caso tuo, perché la gestione della memora da partedei sistemi UNIX è un po' diversa da come uno se l'aspetterebbe e spesso gli utenti restano spiazzati da quello che riporta free
Back to top
View user's profile Send private message
Ic3M4n
Advocate
Advocate


Joined: 02 Nov 2004
Posts: 3489
Location: Bergamo.

PostPosted: Mon Jun 06, 2005 11:45 pm    Post subject: Reply with quote

k.gothmog wrote:
credo che quello che interessa a te sia qualcosa tipo gnome-system-monitor, come ti è già stato suggerito.
top (che poi mostra l'output di free) secondo me non è quelloo che fa al caso tuo, perché la gestione della memora da partedei sistemi UNIX è un po' diversa da come uno se l'aspetterebbe e spesso gli utenti restano spiazzati da quello che riporta free
hai ragione, c'è solo un piccolo particolare...
cagnaluia wrote:
non ho X
Back to top
View user's profile Send private message
cagnaluia
l33t
l33t


Joined: 01 Sep 2004
Posts: 998
Location: Treviso

PostPosted: Tue Jun 07, 2005 8:12 am    Post subject: Reply with quote

Ic3M4n wrote:
k.gothmog wrote:
credo che quello che interessa a te sia qualcosa tipo gnome-system-monitor, come ti è già stato suggerito.
top (che poi mostra l'output di free) secondo me non è quelloo che fa al caso tuo, perché la gestione della memora da partedei sistemi UNIX è un po' diversa da come uno se l'aspetterebbe e spesso gli utenti restano spiazzati da quello che riporta free
hai ragione, c'è solo un piccolo particolare...
cagnaluia wrote:
non ho X



LOL :lol:
Back to top
View user's profile Send private message
Dr.Dran
l33t
l33t


Joined: 08 Oct 2004
Posts: 766
Location: Imola - Italy

PostPosted: Tue Jun 07, 2005 3:34 pm    Post subject: Reply with quote

Ic3M4n wrote:
Code:
  PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND
27906 root      18   0 20652  15m 2644 R 49.2  3.2   0:58.60 emerge
 9499 root      15   0 64792  27m 6800 S 14.6  5.4  23:19.14 X

%mem è la % rispetto alla max, almeno credo. cmq credo che sia riferito a mem + swap


Esatto! comunque fate man top o info top :wink:
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) Forum di discussione italiano All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum