UNPKG

3.06 kBMarkdownView Raw
1## Helpers
2
3### Server Timing
4
5The `servertiming.js` is a little helper to parse the `Server-Timing` headers and create a csv file.
6
7Usage:
8
9```
10$ for ((i=1;i<=10;i++)); do curl -s -D - http://localhost:3000/pipeline.html | fgrep Server-Timing; done | node ./bin/servertiming.js
11fetch, parseMarkdown, parseFrontmatter, find, reformat, split, getmetadata, selectstrain, selecttest, html, sanitize, once, setmime, cache, key, tovdom, rewrite, addHeaders, stringify, flag, debug, report, total,
1211.43781, 46.87863, 11.173528, 11.230318, 47.168492, 21.373384, 30.049664, 30.022244, 34.731133, 83.154759, 61.004992, 78.864531, 39.038019, 25.188892, 36.010884, 30.283836, 19.809893999999986, 31.867297, 32.161781, 36.572095, 32.062392, 0.030331, 751.194919,
139.993466, 50.484435, 20.309152, 21.563398, 54.998243, 50.14918, 52.884152, 51.877249, 55.005826, 72.315099, 52.934384, 53.075063, 18.630252, 27.505934, 22.455926, 31.52101, 29.087396, 36.694038, 31.979517, 40.84824100000003, 35.185934, 0.029564, 820.35079,
1411.256404, 41.304725, 10.903302, 10.424158, 46.376164, 20.660072, 29.991117, 27.336675, 17.459564, 67.721447, 69.420806, 68.541725, 28.449611, 41.227278, 57.973869, 20.361226, 25.085539, 28.78005, 32.423123, 32.276268, 41.960413, 0.029966, 731.234155,
1512.965626, 41.890746, 13.361104, 18.261826, 56.372583, 35.995139, 28.627798, 46.156657, 36.932443, 89.154308, 96.244149, 73.992177, 23.011015, 28.832133, 26.262877, 27.911693, 18.1884, 32.869425, 31.40966, 35.082657, 31.593058, 0.027304, 806.487755,
169.556736, 46.990533, 19.92422899999997, 20.970633, 55.441513, 53.81314, 70.27845, 23.505172, 22.821608, 66.253374, 64.560629, 73.624026, 18.436915, 35.282316, 24.535767, 37.771597, 34.484821, 45.513193, 36.583113, 56.055464, 66.82047, 0.100327, 884.569716,
1710.847284, 36.515998, 11.025255, 12.651674, 47.264936000000034, 24.198494, 33.030227, 29.928397, 31.930663, 72.213895, 73.781057, 74.066633, 22.658986, 43.855056, 31.190138, 60.082765, 21.416676, 23.480702, 32.621667, 24.667209, 30.699929, 0.020638, 749.529414,
1811.532668, 42.680214, 17.84475, 18.349093, 50.918978, 33.271568, 31.501822, 39.08619699999997, 33.952983, 79.662272, 91.637184, 77.03681, 26.042411, 27.062144, 23.040453, 26.979802, 26.399256, 35.087155, 31.705071, 37.461887, 31.913889, 0.019389, 794.37781,
1911.329896, 54.647559, 20.654654, 20.785535, 56.978471, 54.583844, 57.952662, 67.273191, 23.390408, 69.300008, 69.251527, 67.434484, 32.69362, 18.370044, 37.252956, 34.02112, 45.463239, 40.138227, 52.083043, 35.702358, 60.313691, 0.025362, 930.6674419999999,
208.059201, 37.493484, 11.531759, 11.14552, 48.276112, 22.512524, 23.310909, 27.748177, 27.340089, 70.713214, 72.584709, 67.216708, 29.180199, 45.185939, 65.810282, 22.807052, 30.358713, 28.47771, 32.638542, 32.652434, 39.906634, 0.019448, 756.324689,
2110.332933, 48.649848, 13.19402, 19.779916, 57.057441, 39.257837, 30.078365, 60.882695, 47.817309, 103.36370299999999, 115.970721, 83.897044, 23.578946, 29.612237, 28.070394, 34.59875, 21.051966, 33.61454, 30.862413, 38.502667, 34.665134, 0.019609, 905.76963,
22```
23