https://github.com/dwighthubbard/find_best_nfs_settings
https://github.com/dwighthubbard/find_best_nfs_settings
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dwighthubbard/find_best_nfs_settings
- Owner: dwighthubbard
- License: gpl-2.0
- Created: 2012-07-04T03:42:41.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-07-05T18:49:59.000Z (almost 13 years ago)
- Last Synced: 2025-01-12T19:48:14.613Z (5 months ago)
- Language: Python
- Size: 102 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE.txt
Awesome Lists containing this project
README
Description
find_best_nfs_settings.py is used to optimize the nfs client mount settings on a Linux box.What it does
find_best_nfs_settings performs nfs mounts to the nfs server with different settings and measures read and write
performance with each and returns the setting(s) that provided the best performance.License
find_best_nfs_settings is licensed under the GPL V2 or later. Details can be found in the LICENSE file.Using find_best_nfs_settings.py:
Usage: find_best_nfs_settings.py nfs_server:nfs_server_directoryOptions:
-h, --help show this help message and exit
--tcp Enable test using tcp connections
--no_udp Disable UDP connection testingExample Checking the best settings for nfs server named nfs.local directory /raid5/stuff
:~/find_best_nfs_settings$ sudo ./findbest_nfs_settings.py nfs.local:/raid5/stuff
[sudo] password for builduser:
Testing UDP mount options, this will take several minutes