Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bmwiedemann/bench-http
https://github.com/bmwiedemann/bench-http
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/bmwiedemann/bench-http
- Owner: bmwiedemann
- Created: 2022-01-03T10:35:24.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-11-07T08:38:36.000Z (about 1 year ago)
- Last Synced: 2024-11-20T09:26:14.551Z (about 2 months ago)
- Language: Perl
- Size: 19.5 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Scan all openSUSE mirrors from various places around the world.
inspired by [this reddit discussion](https://www.reddit.com/r/openSUSE/comments/r82tyg/is_zypper_slow_for_you/)
## Usage
```bash
git clone https://github.com/bmwiedemann/bench-http
cd bench-http
zypper addrepo http://download.opensuse.org/repositories/devel:/languages:/perl/15.5/ perl # adapt for your OS version
make installdeps
./benchlist.pl | tee out
sudo findbestmirror.pl < out
```The findbestmirror.pl script will add the best mirror to repos that only used download.o.o , if it has write permissions to /etc/zypp/repos.d/
It is a good idea to keep a backup of that dir.