Skip to content

Instantly share code, notes, and snippets.

@rjurney
Created August 12, 2014 22:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rjurney/dfb173b004f4757d8315 to your computer and use it in GitHub Desktop.
Save rjurney/dfb173b004f4757d8315 to your computer and use it in GitHub Desktop.
Time Series Example
{
count: 63,
group: {
type: "cefSignatureId",
groupField: "206",
periodSeconds: 600
},
timeSeries: [
{
bitsOutPerSecond: 338021.6,
dateTime: "2014-07-15T00:10:00.000Z",
bitsInPerSecond: 242.4,
connectionsPerSecond: 0.08
},
{
bitsOutPerSecond: 830.72,
dateTime: "2014-07-15T00:20:00.000Z",
bitsInPerSecond: 26.7733,
connectionsPerSecond: 0.0133
},
{
bitsOutPerSecond: 4091.52,
dateTime: "2014-07-15T00:50:00.000Z",
bitsInPerSecond: 136.1067,
connectionsPerSecond: 0.0267
},
{
bitsOutPerSecond: 37123.3867,
dateTime: "2014-07-15T01:00:00.000Z",
bitsInPerSecond: 9.6533,
connectionsPerSecond: 0.0017
}
]
},
{
count: 63,
group: {
type: "cefSignatureId",
groupField: "401",
periodSeconds: 600
},
timeSeries: [
{
bitsOutPerSecond: 20.04,
dateTime: "2014-07-15T00:00:00.000Z",
bitsInPerSecond: 96.24,
connectionsPerSecond: 0.015
},
{
bitsOutPerSecond: 804.72,
dateTime: "2014-07-15T00:10:00.000Z",
bitsInPerSecond: 155.68,
connectionsPerSecond: 0.07
},
{
bitsOutPerSecond: 689.76,
dateTime: "2014-07-15T00:50:00.000Z",
bitsInPerSecond: 94.56,
connectionsPerSecond: 0.06
}
]
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment