Skip to content

A CLI application that checks the basic Internet connectivity stability by checking DNS Server connections and their respective response times. Compiled to native binaries

License

Notifications You must be signed in to change notification settings

codifryed/vtest

Repository files navigation

VTest

check the basic Internet connectivity stability by checking DNS Server connections and their respective response times

Compile to native image:

  • Install GraalVM
  •   ./gradlew build
  • /usr/lib/jvm/graalvm/bin/native-image --report-unsupported-elements-at-runtime  -jar build/libs/vtest-1.0-all.jar build/vtest --no-server
  • copy the build binary build/vtest to a location in your path
  • run: vtest

About

A CLI application that checks the basic Internet connectivity stability by checking DNS Server connections and their respective response times. Compiled to native binaries

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages