New question #233976 on Graphite: https://answers.launchpad.net/graphite/+question/233976
I have a big file (1,500,000 lines of different metrics). If I do "cat myFile | nc localhost 2013", after roughly 1 minute the command returns. * Graphite agent "Metrics Received" shows the correct number * But - Storage directory contains only 74 whisper files * Accordingly, UI has only 74 metrics available If I do "head -300 myFile | nc localhost 2013", after roughly 1 second the command returns. * Graphite agent "Metrics Received" shows the correct number * But - Storage directory contains only 124 whisper files * Again, UI conforms to storage dir What am I doing wrong when trying to feed Carbon with new metrics? -- You received this question notification because you are a member of graphite-dev, which is an answer contact for Graphite. _______________________________________________ Mailing list: https://launchpad.net/~graphite-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~graphite-dev More help : https://help.launchpad.net/ListHelp

