← Back to team overview

graphite-dev team mailing list archive

Re: [Question #233976]: Failing attempts in benchmarking Graphite

 

Question #233976 on Graphite changed:
https://answers.launchpad.net/graphite/+question/233976

    Status: Open => Answered

Brian Hatfield proposed the following answer:
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 <
question233976@xxxxxxxxxxxxxxxxxxxxx> 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@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~graphite-dev
> More help   : https://help.launchpad.net/ListHelp
>

-- 
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.