Vmstat indicates memory is disappearing
- by jimbotron
I wanted to profile the memory usage of a script. Here's the output before it was running:
procs -----------memory---------- ---swap-- -----io---- -system-- ----cpu----
r b swpd free buff cache si so bi bo in cs us sy id wa
0 0 15624 186660 39460 439052 0 0 0 2 1 1 0 0 100 0
Here's the output while…