-
Notifications
You must be signed in to change notification settings - Fork 285
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
maybe add discussions? maybe stats like curl? #282
Comments
There is Prometheus mode (mostly untested and not activated by default) that has some stats. Easier counter/stats overlay can be added (probably to Websocat4) sometime.
This is currently available only in
Maybe such option will eventually appear in Websocat in a form that resembles Curl.
Do you mean Github discussions? What advantages do they have compared to issues (that are typically used for support and feature proposals in my projects). |
What about how to test file transfers? |
websocat -v 'ws://localhost:9000' [INFO websocat::net_peer] Connected to TCP 127.0.0.1:9000 I don't want to use the handshake, just plain ws. I assumed giving the ws is forcing this, so why do I see http? How can I only test ws? |
Use
|
and so on |
I am quite new to websockets. I was wondering if (or how) I could use websocat to test a file transfers over ws?
The other thing is I did not see anything in
./websocat --help=long
about reporting stats, maybe that could be interesting? Curl has this:-w '%{http_code},%{time_connect},%{time_total},%{speed_upload},%{size_upload}'
The text was updated successfully, but these errors were encountered: