Ping a host continuously and write results to a file. The tool send ICMP echo requests to check if the target is "on".
sudo
is required to execute the tool.
Clone the repository and use cargo
to build the package.
For Nix or NixOS users is a package
available in Nixpkgs. Keep in mind that the lastest releases might only
be present in the unstable
channel.
$ nix-env -iA nixos.audion
$ sudo audion -h
Name:
audion
Author:
Fabian Affolter <fabian.affolter@audius.de>
Description:
Ping the host continuously and write results to a file
Usage:
audion [args]
Flags:
-t, --target <string> : Target host to ping
-o, --output <string> : Output file to write results
-to, --timeout <int> : Timeout in milliseconds
-i, --interval <int> : Interval between pings in seconds
-h, --help : Show help
Version:
0.1.0
audion
is licensed under MIT, for more details check the LICENSE file.