# mm-network-analyzer **Repository Path**: mirrors_maxmind/mm-network-analyzer ## Basic Information - **Project Name**: mm-network-analyzer - **Description**: A program to aid in diagnosing networking issues - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-07-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # mm-network-analyzer 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. ## Usage 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. ## Installation a release Find a suitable archive for your system on the [Releases tab](https://github.com/maxmind/mm-network-analyzer/releases). Extract the archive. Inside is the `mm-network-analyzer` binary. ## Installation from source or Git You need the Go compiler (Go 1.25+). You can get it at the [Go website](https://go.dev/). 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`. # Bug Reports Please report bugs by filing an issue with our GitHub issue tracker at https://github.com/maxmind/mm-network-analyzer/issues # Copyright and License This software is Copyright (c) 2018 - 2026 by MaxMind, Inc. This is free software, licensed under the [Apache License, Version 2.0](LICENSE-APACHE) or the [MIT License](LICENSE-MIT), at your option.