Skip to content

komisan19/tcl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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