Skip to content

Determine the rtt latency of a local or distributed filesystem.

Notifications You must be signed in to change notification settings

dvanders/fsping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

fsping

Determine the rtt latency of a local or distributed filesystem.

Example:

Start a fsping reflector, a "server":

@lxplus126 fsping> ./fsping --server

Now start fspinging it from another node:

@lxplus025 fsping> ./fsping --prefix lxplus126 --size=$((512*1024))
FSPING client lxplus126 524288 bytes of data 10 pings
524384 bytes to lxplus126.syn 13 bytes from lxplus126.ack seq=1 time=59.18 ms
524385 bytes to lxplus126.syn 13 bytes from lxplus126.ack seq=2 time=43.18 ms
524385 bytes to lxplus126.syn 13 bytes from lxplus126.ack seq=3 time=94.05 ms
524384 bytes to lxplus126.syn 13 bytes from lxplus126.ack seq=4 time=20.43 ms
524385 bytes to lxplus126.syn 13 bytes from lxplus126.ack seq=5 time=51.39 ms
524385 bytes to lxplus126.syn 13 bytes from lxplus126.ack seq=6 time=33.79 ms
524385 bytes to lxplus126.syn 13 bytes from lxplus126.ack seq=7 time=31.25 ms
524384 bytes to lxplus126.syn 13 bytes from lxplus126.ack seq=8 time=33.78 ms
524384 bytes to lxplus126.syn 13 bytes from lxplus126.ack seq=9 time=37.66 ms
524384 bytes to lxplus126.syn 13 bytes from lxplus126.ack seq=10 time=42.73 ms
--- lxplus126 fsping statistics ---
10 writes sent, 10 received
rtt min/avg/max = 20.429/44.744/94.045 ms

That's all folks!

About

Determine the rtt latency of a local or distributed filesystem.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages