Influxdb v1.1
Linux

I am using influxdb with jmeter back end listener to save metrics related load 
test.
I would like the metrics to be saved every second. How to achieve this?  At 
present metrics are being saved every 10 seconds.

select * from "jmeter.tran1.ok.count" order by time desc limit 10
name: jmeter.tran1.ok.count
time value
1484666330000000000 45
1484666320000000000 45
1484666310000000000 47
1484666299000000000 45
1484666289000000000 45
1484666279000000000 45
1484666269000000000 45
1484666259000000000 45
1484666249000000000 45
1484666239000000000 45

Graphite Settings are as follows:

 [[graphite]]
  # Determines whether the graphite endpoint is enabled.
   enabled = true
   database = "graphite"
  # retention-policy = ""
   bind-address = ":2003"
  # protocol = "tcp"
  # consistency-level = "one"

  # These next lines control how batching works. You should have this enabled
  # otherwise you could get dropped metrics or poor performance. Batching
  # will buffer points in memory if you have many coming in.

  # Flush if this many points get buffered
   batch-size = 5000

  # number of batches that may be pending in memory
   batch-pending = 10

  # Flush at least this often even if we haven't hit buffer limit
   batch-timeout = "1s"

  # UDP Read buffer size, 0 means OS default. UDP listener will fail if set 
above OS max.
  # udp-read-buffer = 0

  ### This string joins multiple matching 'measurement' values providing more 
control over the final measurement name.
  # separator = "."

  ### Default tags that will be added to all metrics.  These can be overridden 
at the template level
  ### or by tags extracted from metric
  # tags = ["region=us-east", "zone=1c"]

  ### Each template line requires a template pattern.  It can have an optional
  ### filter before the template and separated by spaces.  It can also have 
optional extra
  ### tags following the template.  Multiple tags should be separated by commas 
and no spaces
  ### similar to the line protocol format.  There can be only one default 
template.
  # templates = [
  #   "*.app env.service.resource.measurement",
  #   # Default template
  #   "server.*",
  # ]

-- 
Remember to include the version number!
--- 
You received this message because you are subscribed to the Google Groups 
"InfluxData" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/influxdb.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/influxdb/b2572310-f227-4b72-8af0-18009d013e37%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to