mm-network-analyzer collects data about the machine it is running on and its network connection to help diagnose routing, DNS, and other issues to MaxMind servers.
Simply run mm-network-analyzer
. No arguments are necessary.
After it completes, you will have mm-network-analysis.zip
in your current
directory. It contains diagnostic information.
Find a suitable archive for your system on the Releases
tab. Extract the
archive. Inside is the mm-network-analyzer
binary.
You need the Go compiler (Go 1.21+). You can get it at the Go website.
The easiest way is via go get
:
$ go install github.com/maxmind/mm-network-analyzer@latest
The program will be installed to $GOPATH/bin/mm-network-analyzer
.
Please report bugs by filing an issue with our GitHub issue tracker at https://github.com/maxmind/mm-network-analyzer/issues
This software is Copyright (c) 2018 - 2024 by MaxMind, Inc.
This is free software, licensed under the Apache License, Version 2.0 or the MIT License, at your option.