add mariadb upload
parent
d457917b91
commit
d8e46f556b
Binary file not shown.
@ -1,21 +1,38 @@
|
||||
#!/bin/bash
|
||||
|
||||
function writeDB () {
|
||||
function writeSqlite3 ()
|
||||
{
|
||||
# now import the csv data in to sqlite db
|
||||
echo "write data to sqlite3"
|
||||
sqlite3 -batch bandwidth.db <<"EOF"
|
||||
.separator ","
|
||||
.import speedtest.tmp bandwidth
|
||||
EOF
|
||||
}
|
||||
|
||||
function runTest () {
|
||||
function writeMariaDB ()
|
||||
{
|
||||
echo "write data to mariadb"
|
||||
mariadb-import --host server0 --user root -plungretter1 --local --fields-terminated-by=',' bandwidth /home/sascha/speedtest.tmp
|
||||
}
|
||||
|
||||
function runTest ()
|
||||
{
|
||||
# run speedtest against named server with csv output saved in tmp file
|
||||
echo "running speedtest-cli"
|
||||
speedtest-cli --secure --csv > speedtest.tmp
|
||||
bat speedtest.tmp
|
||||
|
||||
# write output to db
|
||||
writeDB
|
||||
writeSqlite3
|
||||
writeMariaDB
|
||||
|
||||
# write output to csv
|
||||
echo "write data to csv"
|
||||
cat speedtest.tmp >> speedtest.csv
|
||||
}
|
||||
|
||||
# main
|
||||
echo "bandwidth V0.1 by DJh2o2"
|
||||
runTest
|
||||
echo "Ready!"
|
||||
|
||||
@ -0,0 +1,258 @@
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (18667, 'meerfarbig GmbH & Co. KG', 'Frankfurt', '2022-08-01T14:29:40.325566Z', 221.19864243205473, 34.854, 216732289.56263328, 18455714.562937953, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (35692, 'Clouvider Ltd', 'Frankfurt Am Main', '2022-08-01T14:35:24.215614Z', 221.19864243205473, 23.896, 161887725.14315552, 19503355.462832324, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (18667, 'meerfarbig GmbH & Co. KG', 'Frankfurt', '2022-08-01T14:37:11.075158Z', 221.19864243205473, 85.721, 236596516.2863793, 22775018.927229296, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (29320, 'WiTCOM', 'Wiesbaden', '2022-08-01T21:18:49.113626Z', 205.6488933950454, 22.903, 98148395.85973297, 0, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (20507, 'DNS:NET Internet Service GmbH', 'Berlin', '2022-08-02T06:31:55.547488Z', 470.47174747265007, 38.464, 150678128.0183464, 22627491.34468768, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (40094, 'PVDataNet', 'Frankfurt', '2022-08-02T06:34:34.311551Z', 221.19864243205473, 23.826, 192886249.80307075, 18173115.212151837, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (31120, 'RETN', 'Frankfurt', '2022-08-02T06:50:01.432543Z', 221.19864243205473, 25.038, 210595108.58903667, 27073199.512815714, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (17982, 'wittenberg-net GmbH', 'Lutherstadt Wittenberg', '2022-08-02T06:55:01.347170Z', 406.51050679997087, 32.022, 247238186.38659003, 23859371.903229386, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (31120, 'RETN', 'Frankfurt', '2022-08-02T07:05:02.087821Z', 221.19864243205473, 27.016, 246528102.90258515, 26469455.494912475, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (40094, 'PVDataNet', 'Frankfurt', '2022-08-02T07:10:01.707925Z', 221.19864243205473, 20.939, 161201913.06362256, 18404318.085124977, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (17982, 'wittenberg-net GmbH', 'Lutherstadt Wittenberg', '2022-08-02T07:15:02.257774Z', 406.51050679997087, 29.995, 247438026.2019088, 21435553.341524348, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (40094, 'PVDataNet', 'Frankfurt', '2022-08-02T07:20:01.522279Z', 221.19864243205473, 23.752, 173191689.0069376, 19405649.13230413, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (40094, 'PVDataNet', 'Frankfurt', '2022-08-02T07:25:01.361016Z', 221.19864243205473, 19.312, 194548831.89908665, 19518075.5137831, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (17982, 'wittenberg-net GmbH', 'Lutherstadt Wittenberg', '2022-08-02T07:35:01.764259Z', 406.51050679997087, 30.018, 241709189.4048089, 26884908.30374439, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (23095, '31173 Services AB', 'Frankfurt', '2022-08-02T07:40:02.257993Z', 221.19864243205473, 23.958, 250614792.22323367, 21616012.17540417, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (31120, 'RETN', 'Frankfurt', '2022-08-02T07:45:02.095236Z', 221.19864243205473, 19.343, 251089527.63429588, 19715013.54407096, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (40094, 'PVDataNet', 'Frankfurt', '2022-08-02T07:50:01.834184Z', 221.19864243205473, 20.995, 164462180.63167936, 15775171.39392251, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (40094, 'PVDataNet', 'Frankfurt', '2022-08-02T07:55:01.941698Z', 221.19864243205473, 20.012, 183315016.844682, 14461864.070176782, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (40094, 'PVDataNet', 'Frankfurt', '2022-08-02T08:05:01.505541Z', 221.19864243205473, 25.207, 198675362.41715455, 12827301.647132847, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (40094, 'PVDataNet', 'Frankfurt', '2022-08-02T08:10:01.387505Z', 221.19864243205473, 22.117, 158833176.28974244, 21666347.777284928, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (31120, 'RETN', 'Frankfurt', '2022-08-02T08:15:02.051211Z', 221.19864243205473, 21.903, 236548954.7823018, 16199688.049321048, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (31120, 'RETN', 'Frankfurt', '2022-08-02T08:20:01.867871Z', 221.19864243205473, 24.143, 212977590.3296532, 26126827.316880062, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (40094, 'PVDataNet', 'Frankfurt', '2022-08-02T08:25:01.503761Z', 221.19864243205473, 19.937, 191262122.0230496, 19030193.347345818, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (40094, 'PVDataNet', 'Frankfurt', '2022-08-02T08:35:01.683383Z', 221.19864243205473, 25.715, 166018015.75892532, 12494415.069127899, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (40094, 'PVDataNet', 'Frankfurt', '2022-08-02T08:40:01.763653Z', 221.19864243205473, 21.613, 184318304.09529006, 20226140.677096076, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (40094, 'PVDataNet', 'Frankfurt', '2022-08-02T08:45:01.556668Z', 221.19864243205473, 22.78, 183562827.69687048, 17115551.967493296, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (23095, '31173 Services AB', 'Frankfurt', '2022-08-02T08:50:01.614776Z', 221.19864243205473, 23.137, 230791469.5359334, 17858156.959956687, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (35692, 'Clouvider Ltd', 'Frankfurt Am Main', '2022-08-02T08:55:02.043368Z', 221.19864243205473, 19.167, 247645774.0243582, 17496686.88336537, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (35692, 'Clouvider Ltd', 'Frankfurt Am Main', '2022-08-02T09:05:01.419056Z', 221.19864243205473, 20.628, 245861761.5900403, 19957248.75932871, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (35692, 'Clouvider Ltd', 'Frankfurt Am Main', '2022-08-02T09:10:01.824893Z', 221.19864243205473, 18.788, 247684814.42913046, 16424391.972336067, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (35692, 'Clouvider Ltd', 'Frankfurt Am Main', '2022-08-02T09:15:01.573924Z', 221.19864243205473, 18.685, 243461138.6398008, 18099984.56280984, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (23095, '31173 Services AB', 'Frankfurt', '2022-08-02T09:20:01.404787Z', 221.19864243205473, 20.374, 236406141.31398496, 20407499.646365676, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (37567, 'Netprotect', 'Frankfurt', '2022-08-02T09:25:02.119642Z', 221.19864243205473, 19.564, 255276096.34262806, 25352970.061274637, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (23095, '31173 Services AB', 'Frankfurt', '2022-08-02T09:35:01.681287Z', 221.19864243205473, 20.509, 230712648.84331268, 19969201.968666673, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (35692, 'Clouvider Ltd', 'Frankfurt Am Main', '2022-08-02T09:40:01.300080Z', 221.19864243205473, 18.875, 243137673.50760275, 20162706.363160007, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (35692, 'Clouvider Ltd', 'Frankfurt Am Main', '2022-08-02T09:45:01.944611Z', 221.19864243205473, 22.373, 249691368.05991343, 14990704.595288202, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (35692, 'Clouvider Ltd', 'Frankfurt Am Main', '2022-08-02T09:50:01.419075Z', 221.19864243205473, 19.595, 248686758.25485706, 18626164.803312752, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (35692, 'Clouvider Ltd', 'Frankfurt Am Main', '2022-08-02T09:55:01.940078Z', 221.19864243205473, 19.282, 248312068.34666392, 20313819.27715068, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (17312, 'creoline GmbH', 'Frankfurt', '2022-08-02T10:05:01.483059Z', 221.19864243205473, 21.624, 245148828.21594736, 24690102.032541487, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (35692, 'Clouvider Ltd', 'Frankfurt Am Main', '2022-08-02T10:10:02.050970Z', 221.19864243205473, 21.745, 245537550.50670934, 20678956.415285073, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (35692, 'Clouvider Ltd', 'Frankfurt Am Main', '2022-08-02T10:15:01.433746Z', 221.19864243205473, 19.138, 243554814.75552127, 17484384.66019773, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (23095, '31173 Services AB', 'Frankfurt', '2022-08-02T10:20:01.712056Z', 221.19864243205473, 24.444, 247677679.67507777, 18927642.558145627, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (35692, 'Clouvider Ltd', 'Frankfurt Am Main', '2022-08-02T10:25:01.271339Z', 221.19864243205473, 19.513, 243845979.959369, 18235837.429438446, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (31120, 'RETN', 'Frankfurt', '2022-08-02T10:35:02.060943Z', 221.19864243205473, 20.533, 207189195.09154284, 26297855.910087332, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (35692, 'Clouvider Ltd', 'Frankfurt Am Main', '2022-08-02T10:40:01.452804Z', 221.19864243205473, 19.329, 249195416.54791152, 21973810.838805575, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (40489, 'teliko GmbH', 'Limburg', '2022-08-02T10:45:01.942742Z', 169.71381207984504, 24.712, 245595031.6890955, 25078395.190092783, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (40489, 'teliko GmbH', 'Limburg', '2022-08-02T10:50:02.065027Z', 169.71381207984504, 22.875, 244009041.16048124, 17373169.322579697, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (23095, '31173 Services AB', 'Frankfurt', '2022-08-02T10:55:01.689703Z', 221.19864243205473, 22.115, 240590679.8321024, 19714691.762952052, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (35692, 'Clouvider Ltd', 'Frankfurt Am Main', '2022-08-02T11:05:01.319397Z', 221.19864243205473, 18.706, 243054283.8236045, 20070040.71068297, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (35692, 'Clouvider Ltd', 'Frankfurt Am Main', '2022-08-02T11:10:02.062331Z', 221.19864243205473, 21.846, 249754278.6850955, 21778476.966923513, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (40094, 'PVDataNet', 'Frankfurt', '2022-08-02T11:15:01.458487Z', 221.19864243205473, 19.74, 187707648.09887335, 19445660.41506391, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (23095, '31173 Services AB', 'Frankfurt', '2022-08-02T11:20:01.897442Z', 221.19864243205473, 20.114, 240791053.62763193, 20870526.190294724, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (35692, 'Clouvider Ltd', 'Frankfurt Am Main', '2022-08-02T11:25:02.207916Z', 221.19864243205473, 20.059, 242690625.76646233, 23322289.954759877, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (35692, 'Clouvider Ltd', 'Frankfurt Am Main', '2022-08-02T11:35:01.792240Z', 221.19864243205473, 21.127, 246974868.01570526, 19214178.199091848, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (35692, 'Clouvider Ltd', 'Frankfurt Am Main', '2022-08-02T11:40:01.781354Z', 221.19864243205473, 21.998, 247041111.4691411, 21991604.219264086, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (23095, '31173 Services AB', 'Frankfurt', '2022-08-02T11:45:02.143475Z', 221.19864243205473, 23.479, 243617552.9380598, 21121221.36296271, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (40489, 'teliko GmbH', 'Limburg', '2022-08-02T11:50:01.542262Z', 169.71381207984504, 24.176, 249961526.63801372, 24987795.899127536, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (23095, '31173 Services AB', 'Frankfurt', '2022-08-02T11:55:01.422546Z', 221.19864243205473, 21.05, 248607521.10379103, 20122562.14969058, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (40489, 'teliko GmbH', 'Limburg', '2022-08-02T12:05:01.438051Z', 169.71381207984504, 22.843, 244797424.10847706, 25010214.007852837, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (40489, 'teliko GmbH', 'Limburg', '2022-08-02T12:10:02.333625Z', 169.71381207984504, 26.262, 243380415.534922, 26367753.642009594, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (40094, 'PVDataNet', 'Frankfurt', '2022-08-02T12:15:02.126933Z', 221.19864243205473, 18.806, 179140518.8974709, 16143396.47183518, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (23095, '31173 Services AB', 'Frankfurt', '2022-08-02T12:20:01.799335Z', 221.19864243205473, 19.64, 238483850.2040893, 18945404.425147053, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (23095, '31173 Services AB', 'Frankfurt', '2022-08-02T12:25:01.667117Z', 221.19864243205473, 21.671, 251646613.45776072, 21585127.006039504, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (40489, 'teliko GmbH', 'Limburg', '2022-08-02T12:35:01.588277Z', 169.71381207984504, 24.155, 243630759.6002145, 26160855.851199985, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (40489, 'teliko GmbH', 'Limburg', '2022-08-02T12:40:02.223533Z', 169.71381207984504, 31.463, 243701733.38730565, 24689523.370683067, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (40489, 'teliko GmbH', 'Limburg', '2022-08-02T12:45:01.981822Z', 169.71381207984504, 22.051, 244964868.82761955, 20053591.297674693, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (23095, '31173 Services AB', 'Frankfurt', '2022-08-02T12:50:01.693573Z', 221.19864243205473, 20.861, 243002122.75857705, 18908846.387506284, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (40094, 'PVDataNet', 'Frankfurt', '2022-08-02T12:55:01.273094Z', 221.19864243205473, 20.233, 182770724.5093712, 19321422.99232262, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (23095, '31173 Services AB', 'Frankfurt', '2022-08-02T13:05:01.735081Z', 221.19864243205473, 20.609, 226856054.6672759, 20037873.35283299, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (40094, 'PVDataNet', 'Frankfurt', '2022-08-02T13:10:01.598923Z', 221.19864243205473, 20.405, 192858293.5541686, 21957162.206856843, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (40489, 'teliko GmbH', 'Limburg', '2022-08-02T13:15:01.491406Z', 169.71381207984504, 21.17, 244422876.4419952, 19395997.160122454, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (40489, 'teliko GmbH', 'Limburg', '2022-08-02T13:20:01.753720Z', 169.71381207984504, 22.696, 246621748.70519823, 25688472.362928964, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (23095, '31173 Services AB', 'Frankfurt', '2022-08-02T13:25:01.787976Z', 221.19864243205473, 19.541, 229754559.11771074, 19638297.619830046, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (40489, 'teliko GmbH', 'Limburg', '2022-08-02T13:35:01.646564Z', 169.71381207984504, 21.562, 241834463.95039824, 26500593.450990163, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (36011, 'MDCC Magdeburg-City-Com GmbH', 'Magdeburg', '2022-08-02T13:40:01.345458Z', 345.43274543605173, 35.028, 227790129.12556255, 24212431.292907644, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (40094, 'PVDataNet', 'Frankfurt', '2022-08-02T13:45:01.594240Z', 221.19864243205473, 23.358, 161730221.83558849, 18434127.995215595, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (23095, '31173 Services AB', 'Frankfurt', '2022-08-02T13:50:02.006516Z', 221.19864243205473, 21.807, 233465155.46324882, 20866615.184542716, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (23095, '31173 Services AB', 'Frankfurt', '2022-08-02T13:55:01.921069Z', 221.19864243205473, 22.044, 254203250.00997448, 14859980.00911214, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (23095, '31173 Services AB', 'Frankfurt', '2022-08-02T14:05:01.620215Z', 221.19864243205473, 25.094, 236503223.54314056, 10657117.45748635, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (36011, 'MDCC Magdeburg-City-Com GmbH', 'Magdeburg', '2022-08-02T14:10:02.002729Z', 345.43274543605173, 34.885, 231501298.7507884, 12478931.056523701, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (23095, '31173 Services AB', 'Frankfurt', '2022-08-02T14:15:01.492811Z', 221.19864243205473, 24.244, 242732672.3771801, 6480606.218513101, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (23095, '31173 Services AB', 'Frankfurt', '2022-08-02T14:20:01.984361Z', 221.19864243205473, 19.428, 220413300.40900514, 24128943.504906412, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (49516, 'Internetnord GmbH', 'Berlin', '2022-08-02T14:25:01.714170Z', 470.47174747265007, 33.317, 230395637.60184067, 21452848.89435421, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (23095, '31173 Services AB', 'Frankfurt', '2022-08-02T14:35:01.702249Z', 221.19864243205473, 24.48, 240300612.50906953, 20601311.43246719, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (23095, '31173 Services AB', 'Frankfurt', '2022-08-02T14:40:02.048137Z', 221.19864243205473, 20.716, 239084430.38551122, 22275125.01136121, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (35058, 'Clouvider Ltd', 'Amsterdam', '2022-08-02T14:45:01.796018Z', 144.98806577955438, 30.779, 237379209.7145168, 12871585.182854626, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (35058, 'Clouvider Ltd', 'Amsterdam', '2022-08-02T14:50:02.082231Z', 144.98806577955438, 25.026, 247970159.9453373, 15495881.440646479, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (35058, 'Clouvider Ltd', 'Amsterdam', '2022-08-02T14:55:01.783441Z', 144.98806577955438, 23.047, 246850980.63114637, 20869798.87900059, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (35058, 'Clouvider Ltd', 'Amsterdam', '2022-08-02T15:05:01.392043Z', 144.98806577955438, 22.446, 242331064.31761622, 18956631.969236918, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (3386, 'NFOrce Entertainment B.V.', 'Amsterdam', '2022-08-02T15:10:01.627148Z', 144.98806577955438, 22.542, 243170967.81320438, 23864463.34386965, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (36011, 'MDCC Magdeburg-City-Com GmbH', 'Magdeburg', '2022-08-02T15:15:01.601665Z', 345.43274543605173, 35.358, 228528991.7550772, 25297327.855628196, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (36011, 'MDCC Magdeburg-City-Com GmbH', 'Magdeburg', '2022-08-02T15:20:02.298842Z', 345.43274543605173, 30.754, 227907962.49730656, 23999034.78648455, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (3386, 'NFOrce Entertainment B.V.', 'Amsterdam', '2022-08-02T15:25:02.179107Z', 144.98806577955438, 22.596, 250288541.72665152, 21259848.561106354, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (36011, 'MDCC Magdeburg-City-Com GmbH', 'Magdeburg', '2022-08-02T15:35:02.003387Z', 345.43274543605173, 38.95, 228981403.30321926, 24200080.144735504, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (36011, 'MDCC Magdeburg-City-Com GmbH', 'Magdeburg', '2022-08-02T15:40:01.968378Z', 345.43274543605173, 31.729, 236746165.75669357, 24791365.052170284, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (3386, 'NFOrce Entertainment B.V.', 'Amsterdam', '2022-08-02T15:45:01.956045Z', 144.98806577955438, 23.501, 252463843.3583366, 23166641.76489051, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (3386, 'NFOrce Entertainment B.V.', 'Amsterdam', '2022-08-02T15:50:01.451611Z', 144.98806577955438, 22.503, 239108396.2906999, 24118117.423327774, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (35058, 'Clouvider Ltd', 'Amsterdam', '2022-08-02T15:55:02.123738Z', 144.98806577955438, 22.703, 244200726.28345066, 20351484.426528487, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (3386, 'NFOrce Entertainment B.V.', 'Amsterdam', '2022-08-02T16:05:02.086124Z', 144.98806577955438, 22.65, 252584780.6121183, 21591654.379657835, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (3386, 'NFOrce Entertainment B.V.', 'Amsterdam', '2022-08-02T16:10:01.767788Z', 144.98806577955438, 23.823, 251505335.42324105, 25417872.789438676, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (36011, 'MDCC Magdeburg-City-Com GmbH', 'Magdeburg', '2022-08-02T16:15:01.686305Z', 345.43274543605173, 34.773, 229077275.21311423, 23524719.81874305, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (3386, 'NFOrce Entertainment B.V.', 'Amsterdam', '2022-08-02T16:20:01.822362Z', 144.98806577955438, 23.169, 250725875.29813924, 25886951.39870853, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (3386, 'NFOrce Entertainment B.V.', 'Amsterdam', '2022-08-02T16:25:01.494845Z', 144.98806577955438, 23.981, 250331483.2486097, 26178446.254290633, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (35058, 'Clouvider Ltd', 'Amsterdam', '2022-08-02T16:35:01.602746Z', 144.98806577955438, 22.893, 247329573.82932985, 19842944.07102811, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (3386, 'NFOrce Entertainment B.V.', 'Amsterdam', '2022-08-02T16:40:01.353784Z', 144.98806577955438, 23.472, 250429810.0190509, 24213425.873940635, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (3386, 'NFOrce Entertainment B.V.', 'Amsterdam', '2022-08-02T16:45:01.348782Z', 144.98806577955438, 22.246, 251468681.08946157, 23158785.26153687, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (40489, 'teliko GmbH', 'Limburg', '2022-08-02T16:50:01.499403Z', 169.71381207984504, 25.076, 251133478.54959786, 26247196.306534816, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (35058, 'Clouvider Ltd', 'Amsterdam', '2022-08-02T16:55:02.213962Z', 144.98806577955438, 27.349, 240919717.3190507, 20720877.189245272, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (35058, 'Clouvider Ltd', 'Amsterdam', '2022-08-02T17:05:01.444012Z', 144.98806577955438, 22.345, 245712996.031794, 17203809.304440066, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (3386, 'NFOrce Entertainment B.V.', 'Amsterdam', '2022-08-02T17:10:02.097855Z', 144.98806577955438, 23.755, 250188359.60975656, 25208662.600780223, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (35058, 'Clouvider Ltd', 'Amsterdam', '2022-08-02T17:15:02.093641Z', 144.98806577955438, 23.54, 234985654.89236993, 16787921.423720118, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (3386, 'NFOrce Entertainment B.V.', 'Amsterdam', '2022-08-02T17:20:02.234437Z', 144.98806577955438, 22.477, 252506417.15386647, 20697024.566851277, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (35058, 'Clouvider Ltd', 'Amsterdam', '2022-08-02T17:25:01.603460Z', 144.98806577955438, 22.003, 243007419.4343674, 18111254.50651274, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (35058, 'Clouvider Ltd', 'Amsterdam', '2022-08-02T17:35:01.701705Z', 144.98806577955438, 23.585, 237863152.1065106, 18633408.838121675, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (35058, 'Clouvider Ltd', 'Amsterdam', '2022-08-02T17:40:01.796110Z', 144.98806577955438, 23.35, 243421065.2078307, 19335535.077430625, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (32298, 'SYNLINQ', 'Frankfurt Am Main', '2022-08-02T17:45:01.800946Z', 221.19864243205473, 28.077, 254226693.31020492, 24837218.384610362, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (32298, 'SYNLINQ', 'Frankfurt Am Main', '2022-08-02T17:50:01.588559Z', 221.19864243205473, 20.355, 252306642.14109746, 26319122.659557596, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (32298, 'SYNLINQ', 'Frankfurt Am Main', '2022-08-02T17:55:01.937813Z', 221.19864243205473, 23.711, 247925477.34781116, 26929405.227772467, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (25633, 'suec//dacor GmbH', 'Frankfurt', '2022-08-02T18:05:02.164480Z', 221.19864243205473, 24.054, 252228662.66987455, 26863878.681617547, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (32298, 'SYNLINQ', 'Frankfurt Am Main', '2022-08-02T18:10:01.638670Z', 221.19864243205473, 19.588, 244738050.33952677, 24948755.294498824, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (32298, 'SYNLINQ', 'Frankfurt Am Main', '2022-08-02T18:15:02.216126Z', 221.19864243205473, 20.044, 245500400.10342073, 26149879.05014354, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (25633, 'suec//dacor GmbH', 'Frankfurt', '2022-08-02T18:20:01.639358Z', 221.19864243205473, 23.771, 241255829.40550002, 23472426.773304876, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (32298, 'SYNLINQ', 'Frankfurt Am Main', '2022-08-02T18:25:02.279793Z', 221.19864243205473, 24.15, 249348769.89971527, 26748069.34863883, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (41540, 'Mainzer Breitband GmbH', 'Mainz', '2022-08-02T18:35:02.041537Z', 214.0047225599654, 26.339, 248891696.1513465, 26807629.140931055, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (32298, 'SYNLINQ', 'Frankfurt Am Main', '2022-08-02T18:40:01.541809Z', 221.19864243205473, 18.777, 252387304.60337642, 21399527.87661308, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (32298, 'SYNLINQ', 'Frankfurt Am Main', '2022-08-02T18:45:01.331311Z', 221.19864243205473, 19.1, 253599563.9011781, 24720913.65234279, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (32298, 'SYNLINQ', 'Frankfurt Am Main', '2022-08-02T18:50:01.848934Z', 221.19864243205473, 24.348, 247137811.30237782, 26647066.226338226, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (32298, 'SYNLINQ', 'Frankfurt Am Main', '2022-08-02T18:55:01.441593Z', 221.19864243205473, 21.226, 246645990.71171802, 25356967.325280722, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (32298, 'SYNLINQ', 'Frankfurt Am Main', '2022-08-02T19:05:01.924417Z', 221.19864243205473, 22.82, 237552064.39007086, 27428723.863929547, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (25633, 'suec//dacor GmbH', 'Frankfurt', '2022-08-02T19:10:01.353500Z', 221.19864243205473, 21.982, 248867719.70127994, 26170550.5316613, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (25633, 'suec//dacor GmbH', 'Frankfurt', '2022-08-02T19:15:01.731383Z', 221.19864243205473, 21.439, 241452362.20220673, 24215103.74507127, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (32298, 'SYNLINQ', 'Frankfurt Am Main', '2022-08-02T19:20:01.426370Z', 221.19864243205473, 23.619, 248531759.46426222, 26212325.235927507, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (32298, 'SYNLINQ', 'Frankfurt Am Main', '2022-08-02T19:25:02.101153Z', 221.19864243205473, 25.065, 249882190.1801315, 26610267.845273513, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (25633, 'suec//dacor GmbH', 'Frankfurt', '2022-08-02T19:35:01.562884Z', 221.19864243205473, 23.319, 226374065.49057865, 26758105.663990237, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (32298, 'SYNLINQ', 'Frankfurt Am Main', '2022-08-02T19:40:02.103758Z', 221.19864243205473, 24.535, 249738511.30532995, 26776685.757917088, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (41540, 'Mainzer Breitband GmbH', 'Mainz', '2022-08-02T19:45:01.628176Z', 214.0047225599654, 20.762, 107716211.3116626, 20636086.327809274, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (41540, 'Mainzer Breitband GmbH', 'Mainz', '2022-08-02T19:50:01.714382Z', 214.0047225599654, 19.996, 238758274.26574814, 26170495.55274846, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (41540, 'Mainzer Breitband GmbH', 'Mainz', '2022-08-02T19:55:01.586906Z', 214.0047225599654, 21.099, 245202175.48415184, 22803695.48924626, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (4546, 'KEVAG Telekom GmbH', 'Koblenz', '2022-08-02T20:05:02.220201Z', 156.2142323322586, 28.801, 235068423.07464463, 11494552.005817695, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (37567, 'Netprotect', 'Frankfurt', '2022-08-02T20:10:02.092441Z', 221.19864243205473, 24.991, 252344836.12963346, 25498770.64638741, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (4546, 'KEVAG Telekom GmbH', 'Koblenz', '2022-08-02T20:15:01.698044Z', 156.2142323322586, 22.629, 245174021.27377966, 21833161.524122193, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (32298, 'SYNLINQ', 'Frankfurt Am Main', '2022-08-02T20:20:01.594134Z', 221.19864243205473, 20.169, 251025918.7742285, 27253963.86780715, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (32298, 'SYNLINQ', 'Frankfurt Am Main', '2022-08-02T20:25:01.879455Z', 221.19864243205473, 20.542, 139938145.58434775, 837421.394129839, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (25633, 'suec//dacor GmbH', 'Frankfurt', '2022-08-02T20:35:01.317909Z', 221.19864243205473, 24.12, 243645745.74475637, 25424048.544157665, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (32298, 'SYNLINQ', 'Frankfurt Am Main', '2022-08-02T20:40:02.088697Z', 221.19864243205473, 25.301, 251704547.15089688, 23929170.915141366, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (23095, '31173 Services AB', 'Frankfurt', '2022-08-02T20:45:01.714216Z', 221.19864243205473, 22.201, 224503116.56473055, 20311872.88709938, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (15431, 'Spacken.net', 'Hagen', '2022-08-02T20:50:01.928453Z', 63.56188751828972, 29.074, 153186577.539617, 25298499.41955914, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (15431, 'Spacken.net', 'Hagen', '2022-08-02T20:55:02.020415Z', 63.56188751828972, 25.339, 246780685.5933128, 25531761.445330955, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (15431, 'Spacken.net', 'Hagen', '2022-08-02T21:05:01.369680Z', 63.56188751828972, 29.844, 239947543.34988317, 26155804.24702408, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (37567, 'Netprotect', 'Frankfurt', '2022-08-02T21:10:02.255952Z', 221.19864243205473, 25.885, 239219456.26928398, 26251387.128013287, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (15431, 'Spacken.net', 'Hagen', '2022-08-02T21:15:01.754359Z', 63.56188751828972, 28.459, 235160205.44848064, 23055198.37728308, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (15431, 'Spacken.net', 'Hagen', '2022-08-02T21:20:02.128407Z', 63.56188751828972, 25.228, 176769496.77314645, 24384129.957793623, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (23095, '31173 Services AB', 'Frankfurt', '2022-08-02T21:25:02.213120Z', 221.19864243205473, 22.698, 230974231.095514, 21904973.77563414, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (15431, 'Spacken.net', 'Hagen', '2022-08-02T21:35:01.864053Z', 63.56188751828972, 28.166, 206955421.74828854, 25972005.577332426, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (15431, 'Spacken.net', 'Hagen', '2022-08-02T21:40:01.513984Z', 63.56188751828972, 26.17, 180959502.84599456, 24873185.460813675, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (15431, 'Spacken.net', 'Hagen', '2022-08-02T21:45:01.843215Z', 63.56188751828972, 29.257, 213484942.12348562, 25544913.441461034, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (15431, 'Spacken.net', 'Hagen', '2022-08-02T21:50:01.577375Z', 63.56188751828972, 24.869, 234730387.2225596, 25857747.263029747, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (39047, 'level66.network UG (haftungsbeschränkt)', 'Frankfurt Am Main', '2022-08-02T21:55:01.341054Z', 221.19864243205473, 24.029, 223490117.14499515, 26334259.972642217, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (15431, 'Spacken.net', 'Hagen', '2022-08-02T22:05:01.672166Z', 63.56188751828972, 29.115, 221687013.90953788, 25121728.54559541, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (15431, 'Spacken.net', 'Hagen', '2022-08-02T22:10:01.536176Z', 63.56188751828972, 25.703, 229179418.91203025, 25311350.184861537, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (23095, '31173 Services AB', 'Frankfurt', '2022-08-02T22:15:01.312613Z', 221.19864243205473, 21.301, 233110567.88937715, 21337358.057975803, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (15431, 'Spacken.net', 'Hagen', '2022-08-02T22:20:02.068988Z', 63.56188751828972, 28.317, 154286682.02536818, 24240796.646738265, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (15431, 'Spacken.net', 'Hagen', '2022-08-02T22:25:01.842755Z', 63.56188751828972, 28.744, 236876228.97806972, 26183064.26002592, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (15431, 'Spacken.net', 'Hagen', '2022-08-02T22:35:02.048557Z', 63.56188751828972, 28.814, 197420479.79866776, 26850665.860562064, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (15431, 'Spacken.net', 'Hagen', '2022-08-02T22:40:01.800754Z', 63.56188751828972, 24.47, 168990416.3417581, 25040662.212279923, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (15431, 'Spacken.net', 'Hagen', '2022-08-02T22:45:01.317692Z', 63.56188751828972, 28.309, 141561923.806003, 21886115.782434475, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (40489, 'teliko GmbH', 'Limburg', '2022-08-02T22:50:01.409046Z', 169.71381207984504, 23.246, 241599177.93669656, 25637020.27324878, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (15431, 'Spacken.net', 'Hagen', '2022-08-02T22:55:01.838836Z', 63.56188751828972, 27.714, 229763341.1595826, 25535185.019367788, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (15431, 'Spacken.net', 'Hagen', '2022-08-02T23:05:01.919511Z', 63.56188751828972, 29.001, 240463666.8703077, 26159160.693145286, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (40489, 'teliko GmbH', 'Limburg', '2022-08-02T23:10:01.613943Z', 169.71381207984504, 25.128, 243503075.42581987, 26425378.850488763, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (37567, 'Netprotect', 'Frankfurt', '2022-08-02T23:15:02.011820Z', 221.19864243205473, 23.865, 247218274.9419363, 26899366.624017235, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (15431, 'Spacken.net', 'Hagen', '2022-08-02T23:20:01.734147Z', 63.56188751828972, 26.865, 139863808.61090282, 26915829.30635067, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (15431, 'Spacken.net', 'Hagen', '2022-08-02T23:25:01.428841Z', 63.56188751828972, 29.067, 227122215.7387221, 26348571.31299717, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (15431, 'Spacken.net', 'Hagen', '2022-08-02T23:35:01.445619Z', 63.56188751828972, 29.312, 236847066.8262338, 25224006.29636619, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (15431, 'Spacken.net', 'Hagen', '2022-08-02T23:40:01.544635Z', 63.56188751828972, 27.246, 225815110.64480275, 24841223.84346033, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (29320, 'WiTCOM', 'Wiesbaden', '2022-08-02T23:45:01.845984Z', 205.6488933950454, 21.214, 249522062.0922632, 22374543.35646259, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (37567, 'Netprotect', 'Frankfurt', '2022-08-02T23:50:01.538722Z', 221.19864243205473, 24.198, 246674262.9481338, 25617427.066460155, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (15431, 'Spacken.net', 'Hagen', '2022-08-02T23:55:01.949390Z', 63.56188751828972, 24.957, 234897677.83470643, 26537067.028070334, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (29320, 'WiTCOM', 'Wiesbaden', '2022-08-03T00:05:01.473228Z', 205.6488933950454, 17.078, 242687362.63151008, 22960223.724725254, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (40489, 'teliko GmbH', 'Limburg', '2022-08-03T00:10:01.903251Z', 169.71381207984504, 23.587, 241520018.76599094, 24709982.133228347, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (31120, 'RETN', 'Frankfurt', '2022-08-03T00:15:01.971178Z', 221.19864243205473, 21.317, 222265892.45988852, 22721520.948581696, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (37567, 'Netprotect', 'Frankfurt', '2022-08-03T00:20:01.724441Z', 221.19864243205473, 22.404, 244218920.54890603, 26334260.781702694, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (29320, 'WiTCOM', 'Wiesbaden', '2022-08-03T00:25:01.262721Z', 205.6488933950454, 18.265, 243081613.70434454, 23735779.58619971, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (29320, 'WiTCOM', 'Wiesbaden', '2022-08-03T00:35:01.381327Z', 205.6488933950454, 21.887, 246680567.50676677, 23973549.0364397, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (37567, 'Netprotect', 'Frankfurt', '2022-08-03T00:40:02.211197Z', 221.19864243205473, 23.756, 248788214.4686828, 26393437.719726756, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (31120, 'RETN', 'Frankfurt', '2022-08-03T00:45:02.112509Z', 221.19864243205473, 20.229, 205357616.96861884, 25200923.328380633, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (29320, 'WiTCOM', 'Wiesbaden', '2022-08-03T00:50:01.399313Z', 205.6488933950454, 20.724, 250420378.88445076, 21499380.355531685, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (23095, '31173 Services AB', 'Frankfurt', '2022-08-03T00:55:02.111563Z', 221.19864243205473, 19.949, 252429630.18654358, 23855734.884751316, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (23095, '31173 Services AB', 'Frankfurt', '2022-08-03T01:05:02.004234Z', 221.19864243205473, 18.546, 233364223.1441137, 22865114.20372918, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (29320, 'WiTCOM', 'Wiesbaden', '2022-08-03T01:10:02.186353Z', 205.6488933950454, 18.068, 254440455.03204182, 24113184.97086852, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (37567, 'Netprotect', 'Frankfurt', '2022-08-03T01:15:01.706722Z', 221.19864243205473, 23.904, 253306567.36003825, 25959809.67037219, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (29320, 'WiTCOM', 'Wiesbaden', '2022-08-03T01:20:01.845728Z', 205.6488933950454, 17.372, 255367987.04121768, 24164353.882376757, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (40489, 'teliko GmbH', 'Limburg', '2022-08-03T01:25:01.811899Z', 169.71381207984504, 20.342, 243306531.42616037, 26386056.40743658, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (23095, '31173 Services AB', 'Frankfurt', '2022-08-03T01:35:01.249357Z', 221.19864243205473, 22.068, 251147073.83500296, 24865466.900836147, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (29320, 'WiTCOM', 'Wiesbaden', '2022-08-03T01:40:02.203971Z', 205.6488933950454, 18.009, 243615539.6394679, 25044343.534322064, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (29320, 'WiTCOM', 'Wiesbaden', '2022-08-03T01:45:01.923603Z', 205.6488933950454, 17.452, 250889035.0857137, 20306689.025857132, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (29320, 'WiTCOM', 'Wiesbaden', '2022-08-03T01:50:02.161650Z', 205.6488933950454, 17.718, 236195274.81708255, 22188004.702484865, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (29320, 'WiTCOM', 'Wiesbaden', '2022-08-03T01:55:01.770347Z', 205.6488933950454, 18.084, 244070574.93193707, 22972020.181655176, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (29320, 'WiTCOM', 'Wiesbaden', '2022-08-03T02:05:01.582528Z', 205.6488933950454, 20.211, 245127547.69631803, 19439591.630309608, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (29320, 'WiTCOM', 'Wiesbaden', '2022-08-03T02:10:01.420380Z', 205.6488933950454, 18.129, 250780571.4143612, 22292430.57213302, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (29320, 'WiTCOM', 'Wiesbaden', '2022-08-03T02:15:02.200055Z', 205.6488933950454, 17.892, 243451270.00643805, 22928817.19020247, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (29320, 'WiTCOM', 'Wiesbaden', '2022-08-03T02:20:01.754743Z', 205.6488933950454, 18.103, 240891558.42466676, 23583580.48430629, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (23095, '31173 Services AB', 'Frankfurt', '2022-08-03T02:25:01.370572Z', 221.19864243205473, 17.365, 236365938.43987662, 22967667.68948618, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (31120, 'RETN', 'Frankfurt', '2022-08-03T02:35:02.095715Z', 221.19864243205473, 19.8, 200778156.52658358, 26752831.57384999, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (51595, 'connect2 GmbH', 'Alsfeld', '2022-08-03T02:40:01.587998Z', 207.17212733138538, 26.833, 114486272.07113339, 17565385.10111921, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (23095, '31173 Services AB', 'Frankfurt', '2022-08-03T02:45:01.323055Z', 221.19864243205473, 18.449, 248571968.82107338, 22859803.609271754, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (23095, '31173 Services AB', 'Frankfurt', '2022-08-03T02:50:01.545586Z', 221.19864243205473, 19.833, 240703999.6317083, 23602307.466417048, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (23095, '31173 Services AB', 'Frankfurt', '2022-08-03T02:55:01.242635Z', 221.19864243205473, 18.822, 249259156.35025084, 25136718.728664733, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (23095, '31173 Services AB', 'Frankfurt', '2022-08-03T03:05:01.841261Z', 221.19864243205473, 23.287, 233933022.40569127, 24305260.821244977, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (15431, 'Spacken.net', 'Hagen', '2022-08-03T03:10:01.756753Z', 63.56188751828972, 28.056, 179125950.39558968, 27297166.21904989, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (23095, '31173 Services AB', 'Frankfurt', '2022-08-03T03:15:01.655203Z', 221.19864243205473, 22.28, 234189826.65859684, 24186923.16572815, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (15431, 'Spacken.net', 'Hagen', '2022-08-03T03:20:01.906643Z', 63.56188751828972, 26.613, 220982273.36417267, 26514132.43256754, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (15431, 'Spacken.net', 'Hagen', '2022-08-03T03:25:01.795681Z', 63.56188751828972, 23.558, 247054856.06723252, 26737795.491409708, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (23095, '31173 Services AB', 'Frankfurt', '2022-08-03T03:35:01.524176Z', 221.19864243205473, 22.066, 240751319.8532998, 22592860.25873286, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (15431, 'Spacken.net', 'Hagen', '2022-08-03T03:40:02.272940Z', 63.56188751828972, 28.015, 196728748.23682436, 25199401.742049143, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (23095, '31173 Services AB', 'Frankfurt', '2022-08-03T03:45:01.402873Z', 221.19864243205473, 22.479, 240786010.67841968, 21221230.72132843, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (15431, 'Spacken.net', 'Hagen', '2022-08-03T03:50:01.275795Z', 63.56188751828972, 30.316, 233197895.7949819, 26673849.265007257, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (23095, '31173 Services AB', 'Frankfurt', '2022-08-03T03:55:02.061302Z', 221.19864243205473, 23.186, 246243569.69408607, 21737552.550355356, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (23095, '31173 Services AB', 'Frankfurt', '2022-08-03T04:05:01.623391Z', 221.19864243205473, 18.992, 251026616.92266038, 24066740.124321077, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (23095, '31173 Services AB', 'Frankfurt', '2022-08-03T04:10:01.410812Z', 221.19864243205473, 22.372, 238489795.98387697, 24470614.376150347, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (23095, '31173 Services AB', 'Frankfurt', '2022-08-03T04:15:02.103407Z', 221.19864243205473, 21.733, 242858902.35831237, 22183331.320171505, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (23095, '31173 Services AB', 'Frankfurt', '2022-08-03T04:20:02.075405Z', 221.19864243205473, 21.924, 231049485.5024785, 20854415.981175825, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (23095, '31173 Services AB', 'Frankfurt', '2022-08-03T04:25:01.693379Z', 221.19864243205473, 18.222, 245025479.97884908, 23332219.450643722, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (15431, 'Spacken.net', 'Hagen', '2022-08-03T04:35:01.990851Z', 63.56188751828972, 27.551, 237051938.1732851, 25907933.22192025, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (23095, '31173 Services AB', 'Frankfurt', '2022-08-03T04:40:02.234139Z', 221.19864243205473, 21.361, 238210198.2812958, 17062866.723892175, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (23095, '31173 Services AB', 'Frankfurt', '2022-08-03T04:45:01.953757Z', 221.19864243205473, 20.434, 229661745.64474717, 19700476.40875289, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (17392, 'myLoc managed IT AG', 'Dusseldorf', '2022-08-03T04:50:01.292565Z', 46.06510450535998, 19.215, 254660607.8387638, 25845875.878024943, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (18488, 'MK Netzdienste', 'Frankfurt', '2022-08-03T04:55:01.805904Z', 221.19864243205473, 25.439, 243307044.887756, 26488167.59911645, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (17392, 'myLoc managed IT AG', 'Dusseldorf', '2022-08-03T05:05:01.893670Z', 46.06510450535998, 15.474, 251432726.66338918, 25052474.76855481, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (17392, 'myLoc managed IT AG', 'Dusseldorf', '2022-08-03T05:10:01.473330Z', 46.06510450535998, 15.177, 250207027.23507375, 24227091.42992634, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (23095, '31173 Services AB', 'Frankfurt', '2022-08-03T05:15:02.220549Z', 221.19864243205473, 21.946, 254657666.4873377, 19553609.063237593, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (23095, '31173 Services AB', 'Frankfurt', '2022-08-03T05:20:01.252806Z', 221.19864243205473, 19.095, 226322283.76132613, 20773108.126007855, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (18488, 'MK Netzdienste', 'Frankfurt', '2022-08-03T05:25:01.789914Z', 221.19864243205473, 25.101, 250346373.65030172, 26814378.160525918, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (23095, '31173 Services AB', 'Frankfurt', '2022-08-03T05:35:01.384357Z', 221.19864243205473, 20.852, 224180901.6686844, 24353883.611626413, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (17392, 'myLoc managed IT AG', 'Dusseldorf', '2022-08-03T05:40:01.601749Z', 46.06510450535998, 13.168, 253001150.90334716, 26315062.719499066, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (40489, 'teliko GmbH', 'Limburg', '2022-08-03T05:45:02.150108Z', 169.71381207984504, 22.998, 251166195.84373993, 22900148.407063995, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (15431, 'Spacken.net', 'Hagen', '2022-08-03T05:50:02.182930Z', 63.56188751828972, 29.363, 67804773.09086719, 15048816.968466857, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (40489, 'teliko GmbH', 'Limburg', '2022-08-03T05:55:02.243951Z', 169.71381207984504, 25.791, 247096256.6078454, 26245207.169449866, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (40489, 'teliko GmbH', 'Limburg', '2022-08-03T06:05:01.586694Z', 169.71381207984504, 23.097, 247296255.7957224, 26640576.923087984, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (17392, 'myLoc managed IT AG', 'Dusseldorf', '2022-08-03T06:10:01.526136Z', 46.06510450535998, 20.188, 253786393.81852195, 23832684.345632434, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (40489, 'teliko GmbH', 'Limburg', '2022-08-03T06:15:01.756582Z', 169.71381207984504, 21.467, 251250493.4268607, 18745122.82373146, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (40489, 'teliko GmbH', 'Limburg', '2022-08-03T06:20:02.246441Z', 169.71381207984504, 23.232, 244712734.72350055, 26848747.46304434, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (40489, 'teliko GmbH', 'Limburg', '2022-08-03T06:25:02.157726Z', 169.71381207984504, 23.011, 249807667.35823148, 22401552.155314453, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (17392, 'myLoc managed IT AG', 'Dusseldorf', '2022-08-03T06:35:01.788977Z', 46.06510450535998, 14.847, 252248171.416135, 18893870.06254998, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (40489, 'teliko GmbH', 'Limburg', '2022-08-03T06:40:01.806212Z', 169.71381207984504, 32.44, 244731152.17246604, 22257162.259447653, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (17392, 'myLoc managed IT AG', 'Dusseldorf', '2022-08-03T06:45:01.948293Z', 46.06510450535998, 15.545, 254073164.1643614, 17133641.3718472, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (17392, 'myLoc managed IT AG', 'Dusseldorf', '2022-08-03T06:50:01.257116Z', 46.06510450535998, 17.502, 251400735.04549035, 16413535.694840854, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (15431, 'Spacken.net', 'Hagen', '2022-08-03T06:55:01.949378Z', 63.56188751828972, 28.468, 182296970.06210902, 12786270.549776468, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (29320, 'WiTCOM', 'Wiesbaden', '2022-08-03T07:05:01.878848Z', 205.6488933950454, 22.191, 249855244.8272524, 14325018.848722478, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (40489, 'teliko GmbH', 'Limburg', '2022-08-03T07:10:01.979078Z', 169.71381207984504, 27.937, 241321855.77032655, 20687128.08478777, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (40489, 'teliko GmbH', 'Limburg', '2022-08-03T07:15:02.145146Z', 169.71381207984504, 28.933, 246443404.13056028, 10342268.844859898, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (40489, 'teliko GmbH', 'Limburg', '2022-08-03T07:20:01.672758Z', 169.71381207984504, 29.695, 247638230.63986596, 8882521.671185572, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (40489, 'teliko GmbH', 'Limburg', '2022-08-03T07:25:01.959500Z', 169.71381207984504, 25.357, 245440064.17870092, 12627617.036006387, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (17392, 'myLoc managed IT AG', 'Dusseldorf', '2022-08-03T07:35:01.670087Z', 46.06510450535998, 23.584, 252240367.92809746, 15672199.315530658, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (40489, 'teliko GmbH', 'Limburg', '2022-08-03T07:40:01.698200Z', 169.71381207984504, 24.301, 242174304.58881733, 12552201.327759102, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (40489, 'teliko GmbH', 'Limburg', '2022-08-03T07:45:02.049001Z', 169.71381207984504, 27.015, 242694139.1292823, 10168735.74439541, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (15431, 'Spacken.net', 'Hagen', '2022-08-03T07:50:01.976102Z', 63.56188751828972, 28.153, 69449000.6926925, 13168294.321181599, '', '5.146.68.185');
|
||||
INSERT INTO [bandwidth] ([serverid], [sponsor], [servername], [times], [distance], [ping], [download], [upload], [share], [ip]) VALUES (40489, 'teliko GmbH', 'Limburg', '2022-08-03T07:55:02.009369Z', 169.71381207984504, 23.32, 242270586.5391163, 12594822.791144263, '', '5.146.68.185');
|
||||
Loading…
Reference in New Issue