CloudHealth / agent-install-helpers

6 stars 3 forks source link

Agent fills disk with memory-buffered-unanalyzed files #2

Closed bryanhiestand closed 8 years ago

bryanhiestand commented 8 years ago

We just had an issue with the CHT agent creating multiple 700+ MB memory-buffered-unanalyzed files starting on 20160928184802

The instance is an AWS Amazon Linux m3.xlarge running redis.

The files are:

[ec2-user@ip- ~]$ ll -ah /var/lib/chtcollectd/i-/memory total 2.6G drwxrwsrwx 2 root cht_agent 4.0K Sep 28 19:01 . drwxrwsrwx 7 root cht_agent 4.0K Dec 22 2015 .. -rw-rw-r-- 1 root cht_agent 3.5K Sep 28 19:01 memory-buffered-2016-09-28 -rw-rw-r-- 1 cht_agent cht_agent 930M Sep 28 18:45 memory-buffered-unanalyzed20160928184312 -rw-rw-r-- 1 cht_agent cht_agent 898M Sep 28 18:45 memory-buffered-unanalyzed20160928184316 -rw-rw-r-- 1 cht_agent cht_agent 731M Sep 28 18:45 memory-buffered-unanalyzed20160928184338 -rw-r--r-- 1 cht_agent cht_agent 1.8M Sep 28 18:48 memory-buffered-unanalyzed20160928184802 -rw-rw-r-- 1 root cht_agent 3.6K Sep 28 19:01 memory-cached-2016-09-28 -rw-rw-r-- 1 cht_agent cht_agent 8.3K Sep 28 18:42 memory-cached-unanalyzed20160928184247 -rw-rw-r-- 1 root cht_agent 3.6K Sep 28 19:01 memory-free-2016-09-28 -rw-rw-r-- 1 cht_agent cht_agent 8.3K Sep 28 18:42 memory-free-unanalyzed20160928184247 -rw-rw-r-- 1 root cht_agent 3.6K Sep 28 19:01 memory-used-2016-09-28 -rw-rw-r-- 1 cht_agent cht_agent 8.3K Sep 28 18:42 memory-used-unanalyzed20160928184247

bryanhiestand commented 8 years ago

Sorry, I meant to post this in the cloudhealth_agent repo