If you wait for 5 minutes afterwards, are more metrics added? What is your MAX_CREATES_PER_MINUTE set to in carbon.conf?
On Tue, Aug 13, 2013 at 4:46 PM, Shai Duvdevani < question233...@answers.launchpad.net> wrote: > Question #233976 on Graphite changed: > https://answers.launchpad.net/graphite/+question/233976 > > Shai Duvdevani gave more information on the question: > I tried it with a python script (attached below). > Same behavior, take 1 minute and then only 100~ metrics are added. > > SCRIPT: > data=open(sys.argv[1]).read(); > sock = socket() > try: > sock.connect( ('localhost',2003) ) > except: > sys.exit(1) > > print "sending message\n" > sock.sendall(data) > > -- > 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 : graphite-dev@lists.launchpad.net > Unsubscribe : https://launchpad.net/~graphite-dev > More help : https://help.launchpad.net/ListHelp >
_______________________________________________ Mailing list: https://launchpad.net/~graphite-dev Post to : graphite-dev@lists.launchpad.net Unsubscribe : https://launchpad.net/~graphite-dev More help : https://help.launchpad.net/ListHelp