Re: Caching/buffers become useless after some time

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I let this run for 3 days now, so it is quite a lot, there you go: https://nofile.io/f/egGyRjf0NPs/vmstat.tar.gz

There is one thing I forgot to mention: the hosts perform find and du (I mean the commands, finding files and disk usage)
on the HDDs every night, starting from 00:20 AM up until in the morning 07:45 AM, for maintenance and stats.

During this period the buffers/caches raise again as you may see from the logs, so find/du do fill them.
Nevertheless as the day passes both decrease again until low values are reached.
I disabled find/du for the night on 19->20th July to compare.

I have to say that this really low usage (300MB/xGB) occured just once after I upgraded from 4.16 to 4.17, not sure
why, where one can still see from the logs that the buffers/cache is not using up the entire available RAM.

This low usage occured the last time on that one host when I mentioned that I had to 2>drop_caches again in my
previous message, so this is still an issue even on the latest kernel.

The other host (the one that was not measured with the vmstat logs) has currently 600MB/14GB, 34GB of free RAM.
Both were reset with drop_caches at the same time. From the looks of this the really low usage will occur again
somewhat shortly, it just did not come up during measurement. However, the RAM should be full anyway, true?





2018-07-16 18:45 GMT+02:00 Michal Hocko <mhocko@xxxxxxxxxx>:
On Mon 16-07-18 18:33:57, Marinko Catovic wrote:
> how periodically do you want them? I assumed this some-hours and days
> snapshots would be sufficient.

Every 10s should be reasonable even for a long term monitoring.

> any particular command with or without grep perhaps?

while true
do
        cp /proc/vmstat vmstat.$(date +%s)
        sleep 10s
done
--
Michal Hocko
SUSE Labs


[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Bugtraq]     [Linux OMAP]     [Linux MIPS]     [eCos]     [Asterisk Internet PBX]     [Linux API]

  Powered by Linux