Skip to main content
added 2 characters in body
Source Link
slm
  • 379.8k
  • 127
  • 793
  • 897

When I fire command vmstat -s on my Linux box, I got stats as:

$ vmstat -s
16305800  total memory
16217112  used memory
9117400  active memory
6689116  inactive memory
88688  free memory
151280  buffer memory

I have skipped some details that is shown with this command.

I understand these terms: Active memory is memory that is being used by a particular process. Inactive memory is memory that was allocated to a process that is no longer running.

Just want to know, is there any way I can get the processes, with which inactive memory is allocated? Because top or vmstat command still shows the used memory as sum of active and inactive memory and I can see only processes that are using active memory but what processes are using inactive memory is still a question for me.

When I fire command vmstat -s on my Linux box, I got stats as:

vmstat -s
16305800  total memory
16217112  used memory
9117400  active memory
6689116  inactive memory
88688  free memory
151280  buffer memory

I have skipped some details that is shown with this command.

I understand these terms: Active memory is memory that is being used by a particular process. Inactive memory is memory that was allocated to a process that is no longer running.

Just want to know, is there any way I can get the processes, with which inactive memory is allocated? Because top or vmstat command still shows the used memory as sum of active and inactive memory and I can see only processes that are using active memory but what processes are using inactive memory is still a question for me.

When I fire command vmstat -s on my Linux box, I got stats as:

$ vmstat -s
16305800  total memory
16217112  used memory
9117400  active memory
6689116  inactive memory
88688  free memory
151280  buffer memory

I have skipped some details that is shown with this command.

I understand these terms: Active memory is memory that is being used by a particular process. Inactive memory is memory that was allocated to a process that is no longer running.

Just want to know, is there any way I can get the processes, with which inactive memory is allocated? Because top or vmstat command still shows the used memory as sum of active and inactive memory and I can see only processes that are using active memory but what processes are using inactive memory is still a question for me.

Linux Inactiveinactive memory

When I fire command vmstat -s on my linuxLinux box  , I got stats as  :

vmstat -s
16305800  total memory
16217112  used memory
9117400  active memory
6689116  inactive memory
88688  free memory
151280  buffer memory

I have skipped some details that is shown with this command.

I understand these terms  : Active memory is memory that is being used by a particular process. Inactive memory is memory that was allocated to a process that is no longer running.

Just want to know, is there any way I can get the processes, with which Inactiveinactive memory is allocated  ? Because top or vmstat command still shows the used memory as sum of Activeactive and Inactiveinactive memory and I can see only processes that are using active memory but what processes are using inactive memory is still a question for me.

Linux Inactive memory

When I fire command vmstat -s on my linux box  , I got stats as  :

vmstat -s
16305800  total memory
16217112  used memory
9117400  active memory
6689116  inactive memory
88688  free memory
151280  buffer memory

I have skipped some details that is shown with this command.

I understand these terms  : Active memory is memory that is being used by a particular process. Inactive memory is memory that was allocated to a process that is no longer running.

Just want to know, is there any way I can get the processes, with which Inactive memory is allocated  ? Because top or vmstat command still shows the used memory as sum of Active and Inactive memory and I can see only processes that are using active memory but what processes are using inactive memory is still a question for me.

Linux inactive memory

When I fire command vmstat -s on my Linux box, I got stats as:

vmstat -s
16305800  total memory
16217112  used memory
9117400  active memory
6689116  inactive memory
88688  free memory
151280  buffer memory

I have skipped some details that is shown with this command.

I understand these terms: Active memory is memory that is being used by a particular process. Inactive memory is memory that was allocated to a process that is no longer running.

Just want to know, is there any way I can get the processes, with which inactive memory is allocated? Because top or vmstat command still shows the used memory as sum of active and inactive memory and I can see only processes that are using active memory but what processes are using inactive memory is still a question for me.

added 6 characters in body
Source Link
Rahul
  • 14k
  • 4
  • 46
  • 56

When I fire command vmstat -svmstat -s on my linux box , I got stats as :

vmstat -s
16305800  total memory
16217112  used memory
9117400  active memory
6689116  inactive memory
88688  free memory
151280  buffer memory

I have skipped some details that is shown with this command.

I understand these terms : Active memory is memory that is being used by a particular process. Inactive memory is memory that was allocated to a process that is no longer running.

Just want to know, is there any way I can get the processes, with which Inactive memory is allocated ? Because toptop or vmstatvmstat command still shows the used memory as sum of Active and Inactive memory and I can see only processes that are using active memory but what processes are using inactive memory is still a question for me.

When I fire command vmstat -s on my linux box , I got stats as :

vmstat -s
16305800  total memory
16217112  used memory
9117400  active memory
6689116  inactive memory
88688  free memory
151280  buffer memory

I have skipped some details that is shown with this command.

I understand these terms : Active memory is memory that is being used by a particular process. Inactive memory is memory that was allocated to a process that is no longer running.

Just want to know, is there any way I can get the processes, with which Inactive memory is allocated ? Because top or vmstat command still shows the used memory as sum of Active and Inactive memory and I can see only processes that are using active memory but what processes are using inactive memory is still a question for me.

When I fire command vmstat -s on my linux box , I got stats as :

vmstat -s
16305800  total memory
16217112  used memory
9117400  active memory
6689116  inactive memory
88688  free memory
151280  buffer memory

I have skipped some details that is shown with this command.

I understand these terms : Active memory is memory that is being used by a particular process. Inactive memory is memory that was allocated to a process that is no longer running.

Just want to know, is there any way I can get the processes, with which Inactive memory is allocated ? Because top or vmstat command still shows the used memory as sum of Active and Inactive memory and I can see only processes that are using active memory but what processes are using inactive memory is still a question for me.

edited tags
Link
Rahul
  • 14k
  • 4
  • 46
  • 56
Loading
Source Link
user515265
  • 153
  • 1
  • 1
  • 5
Loading