[asterisk-bugs] [JIRA] (ASTERISK-30143) manager: Read and Write output is nonsensical
N A (JIRA)
noreply at issues.asterisk.org
Mon Jul 18 19:01:08 CDT 2022
N A created ASTERISK-30143:
------------------------------
Summary: manager: Read and Write output is nonsensical
Key: ASTERISK-30143
URL: https://issues.asterisk.org/jira/browse/ASTERISK-30143
Project: Asterisk
Issue Type: Bug
Security Level: None
Components: Core/ManagerInterface
Affects Versions: 18.12.0, 18.9.0
Environment: Debian 10, Debian 11
Reporter: N A
Something weird that I've been noticing for a while, that I just looked a little bit more closely at.
If you run manager show connected, you get something like this:
{noformat}
pbxdev*CLI> manager show connected
Username IP Address Start Elapsed FileDes HttpCnt Read Write
test 127.0.0.1 1658188400 128 59 0 2147483647 2147483647
{noformat}
The Read and Write values are always 2147483647. (This is -1, but this is the unsigned version of that.) These are initialized to -1 in the code I believe, but can be set to other things.
I'm not 100% sure what's supposed to be printed out in these columns, but I don't think it's that. I could've sworn it was packets sent and received at some point, I seem to recall, but I seem to always get these values, before and after a reload.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list