graphite-dev team mailing list archive
-
graphite-dev team
-
Mailing list archive
-
Message #04292
Re: [Question #233976]: Failing attempts in benchmarking Graphite
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.
Follow ups