serverreview-benchmark

(★ 92)

Serverreview Benchmark Script v3

File Explorer

  • .gitattributes
  • bench.sh
  • LICENSE
  • README.md

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

share

View Details ▼

Make local resource/filesystem available for mounting by remote systems.

share

List all currently shared filesystems:

share -F nfs -o rw /{{path/to/directory}}

Share a directory with read/write access:

share -F nfs -o ro /{{path/to/directory}}

Share a directory with read-only access:

// repository documentation