What version of Go are you using (go version)?
1.11.2
Does this issue reproduce with the latest release?
yes
What operating system and processor architecture are you using (go env)?
osx, darwin, amd64
What did you do?
simple ping/pong network test here
you need to change the benchmark time to make it run longer
I selected an area of threads in the graph.
What did you expect to see?
Since it is a ping-pong, I would expect to see threads alternating between in-syscall, and running.
What did you see instead?
all of the in-syscall counts are 0, but the running alternates from 0 to 1 as expected
Here is a screen shot:

and here is when I scroll down to the running:

What version of Go are you using (
go version)?1.11.2
Does this issue reproduce with the latest release?
yes
What operating system and processor architecture are you using (
go env)?osx, darwin, amd64
What did you do?
simple ping/pong network test here
you need to change the benchmark time to make it run longer
I selected an area of threads in the graph.
What did you expect to see?
Since it is a ping-pong, I would expect to see threads alternating between in-syscall, and running.
What did you see instead?
all of the in-syscall counts are 0, but the running alternates from 0 to 1 as expected
Here is a screen shot:
and here is when I scroll down to the running: