Categorygithub.com/komisan19/tcl
repositorypackage
0.0.3
Repository: https://github.com/komisan19/tcl.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

tcl

tcl(tcp check list) is checking tcp health check tool

Usage of tcl
  -f string
        target json file
  -v    show version

how to

create json file. like this

{
  "targets": [
    {
      "name": "yahoo",
      "url": "https://www.yahoo.co.jp/"
    },
    {
      "name": "google",
      "url": "https://www.google.co.jp/"
    }
  ]
}
$ tcl -f="test.json"

+--------+------------------------------+--------+
|  NAME  |             URL              | STATUS |
+--------+------------------------------+--------+
| yahoo  | https://www.yahoo.co.jp/     |    200 |
| google | https://www.google.co.jp/    |    200 |
+--------+------------------------------+--------+

License

MIT