Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No heat map the first time? #3

Open
bortzmeyer opened this issue Jan 26, 2018 · 1 comment
Open

No heat map the first time? #3

bortzmeyer opened this issue Jan 26, 2018 · 1 comment
Assignees

Comments

@bortzmeyer
Copy link

I try to draw a heatmap. I get some warning and I don't know if they are serious or not:

% atlas-heatmap -t d.nic.fr -k MYKEY -n 1000
2018-01-26 09:28:32,590: Target: d.nic.fr
2018-01-26 09:28:32,590: Forming probes list

2018-01-26 09:30:27,080: More than 1000 probes (10117), cut to 1000
2018-01-26 09:30:27,124: Forming measurement and waiting response
2018-01-26 09:30:28,301: Atlas ping measurement ids: [11021568]
2018-01-26 09:30:28,310: Drawing the heatmap
/home/stephane/.local/lib/python2.7/site-packages/cartopy/io/__init__.py:264: DownloadWarning: Downloading: http://naciscdn.org/naturalearth/110m/physical/ne_110m_land.zip
  warnings.warn('Downloading: {}'.format(url), DownloadWarning)
/home/stephane/.local/lib/python2.7/site-packages/cartopy/io/__init__.py:264: DownloadWarning: Downloading: http://naciscdn.org/naturalearth/110m/physical/ne_110m_ocean.zip
  warnings.warn('Downloading: {}'.format(url), DownloadWarning)
/home/stephane/.local/lib/python2.7/site-packages/cartopy/io/__init__.py:264: DownloadWarning: Downloading: http://naciscdn.org/naturalearth/110m/cultural/ne_110m_admin_0_boundary_lines_land.zip
  warnings.warn('Downloading: {}'.format(url), DownloadWarning)
%

Then, the only produced file is a d.nic.fr_atlas_tools.png which is just a map, without measurement results on it.

I have to launch the command again with -m to get a result.

% atlas-heatmap -t d.nic.fr -k MYKEY -n 1000 -m 11021568
2018-01-26 09:34:26,910: Target: d.nic.fr
2018-01-26 09:34:26,910: Forming probes list
2018-01-26 09:34:39,596: Atlas ping measurement ids: [11021568]
2018-01-26 09:34:39,596: Dns resolution failed: 1112
2018-01-26 09:34:39,597: Dns resolution failed: 1121
2018-01-26 09:34:39,597: Dns resolution failed: 1145
2018-01-26 09:34:39,597: Dns resolution failed: 1184
2018-01-26 09:34:39,597: Dns resolution failed: 1207
2018-01-26 09:34:39,598: Dns resolution failed: 1243
2018-01-26 09:34:39,598: Dns resolution failed: 1247
2018-01-26 09:34:39,598: Dns resolution failed: 1275
2018-01-26 09:34:39,598: Dns resolution failed: 1323
2018-01-26 09:34:39,599: Dns resolution failed: 1430
2018-01-26 09:34:39,599: Dns resolution failed: 1469
2018-01-26 09:34:39,599: Dns resolution failed: 1481
2018-01-26 09:34:39,600: Dns resolution failed: 242
2018-01-26 09:34:39,600: Dns resolution failed: 32803
2018-01-26 09:34:39,600: Dns resolution failed: 32818
2018-01-26 09:34:39,601: Dns resolution failed: 32861
2018-01-26 09:34:39,602: Dns resolution failed: 32879
2018-01-26 09:34:39,602: Dns resolution failed: 32937
2018-01-26 09:34:39,602: Dns resolution failed: 32940
2018-01-26 09:34:39,602: Dns resolution failed: 32965
2018-01-26 09:34:39,602: Dns resolution failed: 32973
2018-01-26 09:34:39,603: Dns resolution failed: 33039
2018-01-26 09:34:39,603: Dns resolution failed: 33059
2018-01-26 09:34:39,603: Dns resolution failed: 33108
2018-01-26 09:34:39,603: Dns resolution failed: 33115
2018-01-26 09:34:39,603: Dns resolution failed: 33128
2018-01-26 09:34:39,603: Dns resolution failed: 33177
2018-01-26 09:34:39,604: Dns resolution failed: 33380
2018-01-26 09:34:39,604: Dns resolution failed: 33431
2018-01-26 09:34:39,604: Dns resolution failed: 33505
2018-01-26 09:34:39,604: Dns resolution failed: 33542
2018-01-26 09:34:39,604: Dns resolution failed: 33596
2018-01-26 09:34:39,604: Dns resolution failed: 33611
2018-01-26 09:34:39,605: Dns resolution failed: 33651
2018-01-26 09:34:39,605: Dns resolution failed: 33714
2018-01-26 09:34:39,605: Dns resolution failed: 33839
2018-01-26 09:34:39,605: Dns resolution failed: 33845
2018-01-26 09:34:39,605: Dns resolution failed: 33901
2018-01-26 09:34:39,605: Dns resolution failed: 33926
2018-01-26 09:34:39,606: Dns resolution failed: 34027
2018-01-26 09:34:39,606: Dns resolution failed: 34032
2018-01-26 09:34:39,606: Dns resolution failed: 34085
2018-01-26 09:34:39,607: Dns resolution failed: 34190
2018-01-26 09:34:39,609: Dns resolution failed: 619
2018-01-26 09:34:39,609: Dns resolution failed: 621
2018-01-26 09:34:39,610: Dns resolution failed: 75
2018-01-26 09:34:39,610: Dns resolution failed: 769
2018-01-26 09:34:39,610: Dns resolution failed: 776
2018-01-26 09:34:39,610: Dns resolution failed: 785
2018-01-26 09:34:46,967: Drawing the heatmap

This time, I get a proper map.

In some other cases, I don't have the warning, but I still need to re-run the command to get a proper map:

% atlas-heatmap -t g.ext.nic.fr -k MYKEY -n 3000            
2018-01-26 09:36:52,327: Target: g.ext.nic.fr
2018-01-26 09:36:52,327: Forming probes list
2018-01-26 09:38:42,210: More than 3000 probes (10100), cut to 3000
2018-01-26 09:38:42,245: Forming measurement and waiting response
2018-01-26 09:38:45,561: Atlas ping measurement ids: [11021572, 11021573, 11021574]
2018-01-26 09:38:45,568: Drawing the heatmap
@euskov
Copy link
Contributor

euskov commented May 21, 2018

I cannot reproduce this problem. Probably it is fixed in the new release. Could you please check if it still persists?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants