* [Flent-users] [tohojo/flent] `ss: command not found` on macOS (#177)
@ 2019-09-05 12:48 Rich Brown
2019-09-05 12:57 ` Toke Høiland-Jørgensen
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Rich Brown @ 2019-09-05 12:48 UTC (permalink / raw)
To: tohojo/flent; +Cc: Subscribed
[-- Attachment #1.1: Type: text/plain, Size: 2341 bytes --]
Spurred on by Dave's [Coffee Shop Bloat Test](https://lists.bufferbloat.net/pipermail/bloat/2019-September/009336.html) script, I decided to try it on my Mac (10.12.6) with Flent 1.3.0. This command seemed to work fine:
`flent -x -H flent-fremont.bufferbloat.net -t Rich_Test --te=upload_streams=4 tcp_ndown`
But I got a ton of error messages when I tried the second command using the `--socket-stats` option: there were none if I left that off. What other information could I provide? Thanks.
``` bash
bash-3.2$ flent -x -H flent-fremont.bufferbloat.net -t Rich_Test --te=upload_streams=4 --socket-stats tcp_nup
Started Flent 1.3.0 using Python 2.7.15.
Starting tcp_nup test. Expected run time: 70 seconds.
WARNING: Command produced no valid data.
Runner class: SsRunner
Command: /bin/bash /usr/local/lib/python2.7/site-packages/flent/scripts/ss_iterate.sh -I 0.20 -c 300 -H localhost -t '23.239.20.41' -f ' and dport != 12865'
Return code: 0
Stdout: Time: 1567685642.N
---
Time: 1567685642.N
---
Time: 1567685642.N
... a zillion of these lines, followed by ...
Time: 1567685705.N
---
Time: 1567685706.N
---
Time: 1567685706.N
---
Stderr: /usr/local/lib/python2.7/site-packages/flent/scripts/ss_iterate.sh: line 55: ss: command not found
/usr/local/lib/python2.7/site-packages/flent/scripts/ss_iterate.sh: line 55: ss: command not found
... a zillion of these lines, and finally ...
/usr/local/lib/python2.7/site-packages/flent/scripts/ss_iterate.sh: line 55: ss: command not found
Data file written to ./tcp_nup-2019-09-05T081356.815453.Rich_Test.flent.gz.
Summary of tcp_nup test run from 2019-09-05 12:13:56.815453
Title: 'Rich_Test'
avg median # data pts
Ping (ms) ICMP : 100.69 101.00 ms 349
TCP upload avg : 0.18 0.18 Mbits/s 101
TCP upload sum : 0.31 0.30 Mbits/s 101
TCP upload::1 : 0.15 0.13 Mbits/s 7
TCP upload::2 : 0.23 0.21 Mbits/s 11
TCP upload::3 : 0.17 0.17 Mbits/s 8
TCP upload::4 : 0.23 0.21 Mbits/s 11
bash-3.2$
```
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/tohojo/flent/issues/177
[-- Attachment #1.2: Type: text/html, Size: 4319 bytes --]
[-- Attachment #2: Type: text/plain, Size: 151 bytes --]
_______________________________________________
Flent-users mailing list
Flent-users@flent.org
http://flent.org/mailman/listinfo/flent-users_flent.org
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Flent-users] [tohojo/flent] `ss: command not found` on macOS (#177)
2019-09-05 12:48 [Flent-users] [tohojo/flent] `ss: command not found` on macOS (#177) Rich Brown
@ 2019-09-05 12:57 ` Toke Høiland-Jørgensen
2019-09-05 13:00 ` Rich Brown
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Toke Høiland-Jørgensen @ 2019-09-05 12:57 UTC (permalink / raw)
To: tohojo/flent; +Cc: Comment, flent-users
[-- Attachment #1.1: Type: text/plain, Size: 886 bytes --]
Rich Brown <notifications@github.com> writes:
> Spurred on by Dave's [Coffee Shop Bloat Test](https://lists.bufferbloat.net/pipermail/bloat/2019-September/009336.html) script, I decided to try it on my Mac (10.12.6) with Flent 1.3.0. This command seemed to work fine:
>
> `flent -x -H flent-fremont.bufferbloat.net -t Rich_Test --te=upload_streams=4 tcp_ndown`
>
> But I got a ton of error messages when I tried the second command
> using the `--socket-stats` option: there were none if I left that off.
> What other information could I provide? Thanks.
Hmm, not sure there's anything to be done about that; as it says, that
command doesn't exist on OSX. So, erm, just leave out the --socket-stats
option? :)
-Toke
--
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
https://github.com/tohojo/flent/issues/177#issuecomment-528350722
[-- Attachment #1.2: Type: text/html, Size: 2342 bytes --]
[-- Attachment #2: Type: text/plain, Size: 151 bytes --]
_______________________________________________
Flent-users mailing list
Flent-users@flent.org
http://flent.org/mailman/listinfo/flent-users_flent.org
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Flent-users] [tohojo/flent] `ss: command not found` on macOS (#177)
2019-09-05 12:48 [Flent-users] [tohojo/flent] `ss: command not found` on macOS (#177) Rich Brown
2019-09-05 12:57 ` Toke Høiland-Jørgensen
@ 2019-09-05 13:00 ` Rich Brown
2019-09-05 13:00 ` Rich Brown
2019-09-06 1:03 ` Dave Täht
3 siblings, 0 replies; 5+ messages in thread
From: Rich Brown @ 2019-09-05 13:00 UTC (permalink / raw)
To: tohojo/flent; +Cc: Comment, flent-users
[-- Attachment #1.1: Type: text/plain, Size: 186 bytes --]
Good advice. Done.
--
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
https://github.com/tohojo/flent/issues/177#issuecomment-528351721
[-- Attachment #1.2: Type: text/html, Size: 1550 bytes --]
[-- Attachment #2: Type: text/plain, Size: 151 bytes --]
_______________________________________________
Flent-users mailing list
Flent-users@flent.org
http://flent.org/mailman/listinfo/flent-users_flent.org
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Flent-users] [tohojo/flent] `ss: command not found` on macOS (#177)
2019-09-05 12:48 [Flent-users] [tohojo/flent] `ss: command not found` on macOS (#177) Rich Brown
2019-09-05 12:57 ` Toke Høiland-Jørgensen
2019-09-05 13:00 ` Rich Brown
@ 2019-09-05 13:00 ` Rich Brown
2019-09-06 1:03 ` Dave Täht
3 siblings, 0 replies; 5+ messages in thread
From: Rich Brown @ 2019-09-05 13:00 UTC (permalink / raw)
To: tohojo/flent; +Cc: Comment, flent-users
[-- Attachment #1.1: Type: text/plain, Size: 174 bytes --]
Closed #177.
--
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
https://github.com/tohojo/flent/issues/177#event-2610513157
[-- Attachment #1.2: Type: text/html, Size: 1929 bytes --]
[-- Attachment #2: Type: text/plain, Size: 151 bytes --]
_______________________________________________
Flent-users mailing list
Flent-users@flent.org
http://flent.org/mailman/listinfo/flent-users_flent.org
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Flent-users] [tohojo/flent] `ss: command not found` on macOS (#177)
2019-09-05 12:48 [Flent-users] [tohojo/flent] `ss: command not found` on macOS (#177) Rich Brown
` (2 preceding siblings ...)
2019-09-05 13:00 ` Rich Brown
@ 2019-09-06 1:03 ` Dave Täht
3 siblings, 0 replies; 5+ messages in thread
From: Dave Täht @ 2019-09-06 1:03 UTC (permalink / raw)
To: tohojo/flent; +Cc: Comment, flent-users
[-- Attachment #1.1: Type: text/plain, Size: 213 bytes --]
Well, I'd LOVE it if we suppotedOSX for thuis
--
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
https://github.com/tohojo/flent/issues/177#issuecomment-528664922
[-- Attachment #1.2: Type: text/html, Size: 1577 bytes --]
[-- Attachment #2: Type: text/plain, Size: 151 bytes --]
_______________________________________________
Flent-users mailing list
Flent-users@flent.org
http://flent.org/mailman/listinfo/flent-users_flent.org
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2019-09-06 1:04 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-05 12:48 [Flent-users] [tohojo/flent] `ss: command not found` on macOS (#177) Rich Brown
2019-09-05 12:57 ` Toke Høiland-Jørgensen
2019-09-05 13:00 ` Rich Brown
2019-09-05 13:00 ` Rich Brown
2019-09-06 1:03 ` Dave Täht
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox