https://github.com/coder/feeltty
Quantify the typing experience of a TTY
https://github.com/coder/feeltty
Last synced: 2 months ago
JSON representation
Quantify the typing experience of a TTY
- Host: GitHub
- URL: https://github.com/coder/feeltty
- Owner: coder
- Created: 2020-04-28T17:29:52.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-08-30T15:51:19.000Z (over 2 years ago)
- Last Synced: 2025-02-16T11:56:39.966Z (2 months ago)
- Language: Go
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# feelty
`feeltty` quantifies the latency experience of a TTY.
# Install
```shell script
go install github.com/coder/feeltty@master
```# Basic Usage
```shell script
$ feeltty ssh coder.c
connect 1278.56467ms
input sample size 32
input mean 98.824ms
input stddev 152.745ms
```or local:
```shell script
$ feeltty bash
connect 41.907167ms
input sample size 32
input mean 0s
input stddev 0s
```