speedtest.json 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825
  1. {
  2. "__inputs": [
  3. {
  4. "name": "DS_INFLUXDB-SPEEDTEST",
  5. "label": "InfluxDB-speedtest",
  6. "description": "",
  7. "type": "datasource",
  8. "pluginId": "influxdb",
  9. "pluginName": "InfluxDB"
  10. }
  11. ],
  12. "__elements": [],
  13. "__requires": [
  14. {
  15. "type": "grafana",
  16. "id": "grafana",
  17. "name": "Grafana",
  18. "version": "8.4.3"
  19. },
  20. {
  21. "type": "panel",
  22. "id": "graph",
  23. "name": "Graph",
  24. "version": ""
  25. },
  26. {
  27. "type": "datasource",
  28. "id": "influxdb",
  29. "name": "InfluxDB",
  30. "version": "1.0.0"
  31. },
  32. {
  33. "type": "panel",
  34. "id": "stat",
  35. "name": "Stat",
  36. "version": ""
  37. }
  38. ],
  39. "annotations": {
  40. "list": [
  41. {
  42. "builtIn": 1,
  43. "datasource": "-- Grafana --",
  44. "enable": true,
  45. "hide": true,
  46. "iconColor": "rgba(0, 211, 255, 1)",
  47. "name": "Annotations & Alerts",
  48. "target": {
  49. "limit": 100,
  50. "matchAny": false,
  51. "tags": [],
  52. "type": "dashboard"
  53. },
  54. "type": "dashboard"
  55. }
  56. ]
  57. },
  58. "editable": true,
  59. "fiscalYearStartMonth": 0,
  60. "graphTooltip": 0,
  61. "id": null,
  62. "links": [],
  63. "liveNow": false,
  64. "panels": [
  65. {
  66. "gridPos": {
  67. "h": 1,
  68. "w": 24,
  69. "x": 0,
  70. "y": 0
  71. },
  72. "id": 10,
  73. "title": "Row title",
  74. "type": "row"
  75. },
  76. {
  77. "datasource": {
  78. "type": "influxdb",
  79. "uid": "${DS_INFLUXDB-SPEEDTEST}"
  80. },
  81. "fieldConfig": {
  82. "defaults": {
  83. "color": {
  84. "mode": "thresholds"
  85. },
  86. "mappings": [],
  87. "thresholds": {
  88. "mode": "absolute",
  89. "steps": [
  90. {
  91. "color": "green",
  92. "value": null
  93. },
  94. {
  95. "color": "orange",
  96. "value": 15
  97. },
  98. {
  99. "color": "red",
  100. "value": 100
  101. }
  102. ]
  103. },
  104. "unit": "ms"
  105. },
  106. "overrides": []
  107. },
  108. "gridPos": {
  109. "h": 5,
  110. "w": 8,
  111. "x": 0,
  112. "y": 1
  113. },
  114. "id": 6,
  115. "interval": "",
  116. "options": {
  117. "colorMode": "value",
  118. "graphMode": "none",
  119. "justifyMode": "auto",
  120. "orientation": "auto",
  121. "reduceOptions": {
  122. "calcs": [
  123. "lastNotNull"
  124. ],
  125. "fields": "",
  126. "values": false
  127. },
  128. "text": {},
  129. "textMode": "auto"
  130. },
  131. "pluginVersion": "8.4.3",
  132. "targets": [
  133. {
  134. "groupBy": [
  135. {
  136. "params": [
  137. "$__interval"
  138. ],
  139. "type": "time"
  140. }
  141. ],
  142. "measurement": "speedtest",
  143. "orderByTime": "ASC",
  144. "policy": "autogen",
  145. "refId": "A",
  146. "resultFormat": "time_series",
  147. "select": [
  148. [
  149. {
  150. "params": [
  151. "ping_latency"
  152. ],
  153. "type": "field"
  154. },
  155. {
  156. "params": [],
  157. "type": "mean"
  158. }
  159. ]
  160. ],
  161. "tags": []
  162. }
  163. ],
  164. "title": "Ping",
  165. "type": "stat"
  166. },
  167. {
  168. "datasource": {
  169. "type": "influxdb",
  170. "uid": "${DS_INFLUXDB-SPEEDTEST}"
  171. },
  172. "fieldConfig": {
  173. "defaults": {
  174. "color": {
  175. "mode": "thresholds"
  176. },
  177. "mappings": [],
  178. "thresholds": {
  179. "mode": "absolute",
  180. "steps": [
  181. {
  182. "color": "red",
  183. "value": null
  184. },
  185. {
  186. "color": "orange",
  187. "value": 100
  188. },
  189. {
  190. "color": "yellow",
  191. "value": 200
  192. },
  193. {
  194. "color": "green",
  195. "value": 300
  196. },
  197. {
  198. "color": "blue",
  199. "value": 500
  200. }
  201. ]
  202. },
  203. "unit": "Mbits"
  204. },
  205. "overrides": []
  206. },
  207. "gridPos": {
  208. "h": 5,
  209. "w": 8,
  210. "x": 8,
  211. "y": 1
  212. },
  213. "id": 4,
  214. "options": {
  215. "colorMode": "value",
  216. "graphMode": "none",
  217. "justifyMode": "auto",
  218. "orientation": "auto",
  219. "reduceOptions": {
  220. "calcs": [
  221. "lastNotNull"
  222. ],
  223. "fields": "",
  224. "values": false
  225. },
  226. "text": {},
  227. "textMode": "auto"
  228. },
  229. "pluginVersion": "8.4.3",
  230. "targets": [
  231. {
  232. "groupBy": [
  233. {
  234. "params": [
  235. "$__interval"
  236. ],
  237. "type": "time"
  238. }
  239. ],
  240. "measurement": "speedtest",
  241. "orderByTime": "ASC",
  242. "policy": "autogen",
  243. "refId": "A",
  244. "resultFormat": "time_series",
  245. "select": [
  246. [
  247. {
  248. "params": [
  249. "download_bandwidth"
  250. ],
  251. "type": "field"
  252. },
  253. {
  254. "params": [],
  255. "type": "mean"
  256. },
  257. {
  258. "params": [
  259. " / 125000"
  260. ],
  261. "type": "math"
  262. }
  263. ]
  264. ],
  265. "tags": []
  266. }
  267. ],
  268. "title": "Download",
  269. "type": "stat"
  270. },
  271. {
  272. "datasource": {
  273. "type": "influxdb",
  274. "uid": "${DS_INFLUXDB-SPEEDTEST}"
  275. },
  276. "fieldConfig": {
  277. "defaults": {
  278. "color": {
  279. "mode": "thresholds"
  280. },
  281. "mappings": [],
  282. "thresholds": {
  283. "mode": "absolute",
  284. "steps": [
  285. {
  286. "color": "red",
  287. "value": null
  288. },
  289. {
  290. "color": "orange",
  291. "value": 5
  292. },
  293. {
  294. "color": "yellow",
  295. "value": 10
  296. },
  297. {
  298. "color": "green",
  299. "value": 15
  300. },
  301. {
  302. "color": "blue",
  303. "value": 20
  304. }
  305. ]
  306. },
  307. "unit": "Mbits"
  308. },
  309. "overrides": []
  310. },
  311. "gridPos": {
  312. "h": 5,
  313. "w": 8,
  314. "x": 16,
  315. "y": 1
  316. },
  317. "id": 5,
  318. "options": {
  319. "colorMode": "value",
  320. "graphMode": "none",
  321. "justifyMode": "auto",
  322. "orientation": "auto",
  323. "reduceOptions": {
  324. "calcs": [
  325. "lastNotNull"
  326. ],
  327. "fields": "",
  328. "values": false
  329. },
  330. "text": {},
  331. "textMode": "auto"
  332. },
  333. "pluginVersion": "8.4.3",
  334. "targets": [
  335. {
  336. "groupBy": [
  337. {
  338. "params": [
  339. "$__interval"
  340. ],
  341. "type": "time"
  342. }
  343. ],
  344. "measurement": "speedtest",
  345. "orderByTime": "ASC",
  346. "policy": "autogen",
  347. "refId": "A",
  348. "resultFormat": "time_series",
  349. "select": [
  350. [
  351. {
  352. "params": [
  353. "upload_bandwidth"
  354. ],
  355. "type": "field"
  356. },
  357. {
  358. "params": [],
  359. "type": "mean"
  360. },
  361. {
  362. "params": [
  363. " / 125000"
  364. ],
  365. "type": "math"
  366. }
  367. ]
  368. ],
  369. "tags": []
  370. }
  371. ],
  372. "title": "Upload",
  373. "type": "stat"
  374. },
  375. {
  376. "aliasColors": {
  377. "download": "blue",
  378. "speedtest.mean": "blue",
  379. "upload": "purple"
  380. },
  381. "bars": false,
  382. "dashLength": 10,
  383. "dashes": false,
  384. "datasource": {
  385. "type": "influxdb",
  386. "uid": "${DS_INFLUXDB-SPEEDTEST}"
  387. },
  388. "fieldConfig": {
  389. "defaults": {
  390. "unit": "Mbits"
  391. },
  392. "overrides": []
  393. },
  394. "fill": 1,
  395. "fillGradient": 5,
  396. "gridPos": {
  397. "h": 11,
  398. "w": 24,
  399. "x": 0,
  400. "y": 6
  401. },
  402. "hiddenSeries": false,
  403. "id": 2,
  404. "legend": {
  405. "alignAsTable": true,
  406. "avg": true,
  407. "current": true,
  408. "max": true,
  409. "min": true,
  410. "show": true,
  411. "total": false,
  412. "values": true
  413. },
  414. "lines": true,
  415. "linewidth": 2,
  416. "nullPointMode": "null",
  417. "options": {
  418. "alertThreshold": true
  419. },
  420. "percentage": false,
  421. "pluginVersion": "8.4.3",
  422. "pointradius": 2,
  423. "points": true,
  424. "renderer": "flot",
  425. "seriesOverrides": [],
  426. "spaceLength": 10,
  427. "stack": false,
  428. "steppedLine": false,
  429. "targets": [
  430. {
  431. "alias": "download",
  432. "datasource": {
  433. "type": "influxdb",
  434. "uid": "${DS_INFLUXDB-SPEEDTEST}"
  435. },
  436. "groupBy": [
  437. {
  438. "params": [
  439. "5m"
  440. ],
  441. "type": "time"
  442. }
  443. ],
  444. "measurement": "speedtest",
  445. "orderByTime": "ASC",
  446. "policy": "autogen",
  447. "refId": "A",
  448. "resultFormat": "time_series",
  449. "select": [
  450. [
  451. {
  452. "params": [
  453. "download_bandwidth"
  454. ],
  455. "type": "field"
  456. },
  457. {
  458. "params": [],
  459. "type": "mean"
  460. },
  461. {
  462. "params": [
  463. " / 125000"
  464. ],
  465. "type": "math"
  466. }
  467. ]
  468. ],
  469. "tags": []
  470. },
  471. {
  472. "alias": "upload",
  473. "datasource": {
  474. "type": "influxdb",
  475. "uid": "${DS_INFLUXDB-SPEEDTEST}"
  476. },
  477. "groupBy": [
  478. {
  479. "params": [
  480. "5m"
  481. ],
  482. "type": "time"
  483. }
  484. ],
  485. "measurement": "speedtest",
  486. "orderByTime": "ASC",
  487. "policy": "autogen",
  488. "refId": "B",
  489. "resultFormat": "time_series",
  490. "select": [
  491. [
  492. {
  493. "params": [
  494. "upload_bandwidth"
  495. ],
  496. "type": "field"
  497. },
  498. {
  499. "params": [],
  500. "type": "mean"
  501. },
  502. {
  503. "params": [
  504. " / 125000"
  505. ],
  506. "type": "math"
  507. }
  508. ]
  509. ],
  510. "tags": []
  511. }
  512. ],
  513. "thresholds": [
  514. {
  515. "colorMode": "critical",
  516. "fill": false,
  517. "line": false,
  518. "op": "lt",
  519. "value": 250,
  520. "yaxis": "left"
  521. }
  522. ],
  523. "timeRegions": [],
  524. "title": "Bandwidth",
  525. "tooltip": {
  526. "shared": true,
  527. "sort": 0,
  528. "value_type": "individual"
  529. },
  530. "type": "graph",
  531. "xaxis": {
  532. "mode": "time",
  533. "show": true,
  534. "values": []
  535. },
  536. "yaxes": [
  537. {
  538. "format": "Mbits",
  539. "label": "bandwidth",
  540. "logBase": 1,
  541. "min": "0",
  542. "show": true
  543. },
  544. {
  545. "format": "ms",
  546. "label": "ping",
  547. "logBase": 1,
  548. "min": "0",
  549. "show": false
  550. }
  551. ],
  552. "yaxis": {
  553. "align": false
  554. }
  555. },
  556. {
  557. "aliasColors": {
  558. "ping": "yellow"
  559. },
  560. "bars": false,
  561. "dashLength": 10,
  562. "dashes": false,
  563. "datasource": {
  564. "type": "influxdb",
  565. "uid": "${DS_INFLUXDB-SPEEDTEST}"
  566. },
  567. "fill": 1,
  568. "fillGradient": 5,
  569. "gridPos": {
  570. "h": 15,
  571. "w": 12,
  572. "x": 0,
  573. "y": 17
  574. },
  575. "hiddenSeries": false,
  576. "id": 8,
  577. "legend": {
  578. "alignAsTable": true,
  579. "avg": true,
  580. "current": true,
  581. "max": true,
  582. "min": true,
  583. "show": true,
  584. "total": false,
  585. "values": true
  586. },
  587. "lines": true,
  588. "linewidth": 2,
  589. "nullPointMode": "null",
  590. "options": {
  591. "alertThreshold": true
  592. },
  593. "percentage": false,
  594. "pluginVersion": "8.4.3",
  595. "pointradius": 2,
  596. "points": true,
  597. "renderer": "flot",
  598. "seriesOverrides": [],
  599. "spaceLength": 10,
  600. "stack": false,
  601. "steppedLine": false,
  602. "targets": [
  603. {
  604. "alias": "ping",
  605. "datasource": {
  606. "type": "influxdb",
  607. "uid": "${DS_INFLUXDB-SPEEDTEST}"
  608. },
  609. "groupBy": [
  610. {
  611. "params": [
  612. "5m"
  613. ],
  614. "type": "time"
  615. }
  616. ],
  617. "measurement": "speedtest",
  618. "orderByTime": "ASC",
  619. "policy": "autogen",
  620. "refId": "A",
  621. "resultFormat": "time_series",
  622. "select": [
  623. [
  624. {
  625. "params": [
  626. "ping_latency"
  627. ],
  628. "type": "field"
  629. },
  630. {
  631. "params": [],
  632. "type": "mean"
  633. }
  634. ]
  635. ],
  636. "tags": []
  637. }
  638. ],
  639. "thresholds": [],
  640. "timeRegions": [],
  641. "title": "Ping",
  642. "tooltip": {
  643. "shared": true,
  644. "sort": 0,
  645. "value_type": "individual"
  646. },
  647. "type": "graph",
  648. "xaxis": {
  649. "mode": "time",
  650. "show": true,
  651. "values": []
  652. },
  653. "yaxes": [
  654. {
  655. "format": "ms",
  656. "label": "latency",
  657. "logBase": 1,
  658. "min": "0",
  659. "show": true
  660. },
  661. {
  662. "format": "short",
  663. "logBase": 1,
  664. "show": true
  665. }
  666. ],
  667. "yaxis": {
  668. "align": false
  669. }
  670. },
  671. {
  672. "aliasColors": {},
  673. "bars": false,
  674. "dashLength": 10,
  675. "dashes": false,
  676. "datasource": {
  677. "type": "influxdb",
  678. "uid": "${DS_INFLUXDB-SPEEDTEST}"
  679. },
  680. "description": "",
  681. "fieldConfig": {
  682. "defaults": {
  683. "unit": "short"
  684. },
  685. "overrides": []
  686. },
  687. "fill": 5,
  688. "fillGradient": 1,
  689. "gridPos": {
  690. "h": 15,
  691. "w": 12,
  692. "x": 12,
  693. "y": 17
  694. },
  695. "hiddenSeries": false,
  696. "id": 12,
  697. "legend": {
  698. "alignAsTable": true,
  699. "avg": true,
  700. "current": true,
  701. "max": true,
  702. "min": true,
  703. "show": true,
  704. "total": false,
  705. "values": true
  706. },
  707. "lines": true,
  708. "linewidth": 2,
  709. "nullPointMode": "null",
  710. "options": {
  711. "alertThreshold": true
  712. },
  713. "percentage": false,
  714. "pluginVersion": "8.4.3",
  715. "pointradius": 2,
  716. "points": true,
  717. "renderer": "flot",
  718. "seriesOverrides": [],
  719. "spaceLength": 10,
  720. "stack": false,
  721. "steppedLine": false,
  722. "targets": [
  723. {
  724. "datasource": {
  725. "type": "influxdb",
  726. "uid": "${DS_INFLUXDB-SPEEDTEST}"
  727. },
  728. "groupBy": [
  729. {
  730. "params": [
  731. "5m"
  732. ],
  733. "type": "time"
  734. },
  735. {
  736. "params": [
  737. "none"
  738. ],
  739. "type": "fill"
  740. }
  741. ],
  742. "measurement": "speedtest",
  743. "orderByTime": "ASC",
  744. "policy": "default",
  745. "queryType": "randomWalk",
  746. "refId": "A",
  747. "resultFormat": "time_series",
  748. "select": [
  749. [
  750. {
  751. "params": [
  752. "packet_loss"
  753. ],
  754. "type": "field"
  755. },
  756. {
  757. "params": [],
  758. "type": "mean"
  759. }
  760. ]
  761. ],
  762. "tags": []
  763. }
  764. ],
  765. "thresholds": [],
  766. "timeRegions": [],
  767. "title": "Packet Loss",
  768. "tooltip": {
  769. "shared": true,
  770. "sort": 0,
  771. "value_type": "individual"
  772. },
  773. "type": "graph",
  774. "xaxis": {
  775. "mode": "time",
  776. "show": true,
  777. "values": []
  778. },
  779. "yaxes": [
  780. {
  781. "format": "short",
  782. "label": "Percentage",
  783. "logBase": 1,
  784. "max": "100",
  785. "show": true
  786. },
  787. {
  788. "format": "short",
  789. "logBase": 1,
  790. "show": true
  791. }
  792. ],
  793. "yaxis": {
  794. "align": false
  795. }
  796. }
  797. ],
  798. "refresh": "5m",
  799. "schemaVersion": 35,
  800. "style": "dark",
  801. "tags": [],
  802. "templating": {
  803. "list": []
  804. },
  805. "time": {
  806. "from": "now-24h",
  807. "to": "now"
  808. },
  809. "timepicker": {
  810. "refresh_intervals": [
  811. "1m",
  812. "5m",
  813. "15m",
  814. "30m",
  815. "1h",
  816. "2h",
  817. "1d"
  818. ]
  819. },
  820. "timezone": "browser",
  821. "title": "SpeedTest",
  822. "uid": "Ha9ke1iRj",
  823. "version": 20,
  824. "weekStart": ""
  825. }