Ben,
Are there any external services that must be running for the openshift node
process to get these numbers?
Alan

[root@pocsj31 ~]# oc version
oc v3.2.0.46-1-g3fab54d
kubernetes v1.2.0-36-g4a3f9c5


On Thu, Jun 23, 2016 at 1:14 PM, Ben Bennett <[email protected]> wrote:

> What version of OpenShift are you on?  Solly checked and cadvisor is
> looking at the right /proc/<pid> file to get the stats and I validated that
> the stats are incrementing there with traffic.
>
> The latest master shows the stats on the summary endpoint correctly.  Is
> there anything on your summary endpoint (/stats/summary) if it is there on
> your version?
>
> -ben
>
> On Thu, Jun 23, 2016 at 2:08 PM, Alan Jones <[email protected]> wrote:
>
>> Is there a way to retrieve network statistics for containers?
>> The following query shows zeros for a container that we know has network
>> traffic.
>> Alan
>>
>> curl -X GET --insecure --key /etc/origin/master/admin.key --cert
>> /etc/origin/master/admin.crt
>> https://127.0.0.1:10250/stats/gold-qos/repo-repl-7/18f71a28-3918-11e6-8a58-54ab3a2919a1/mongo
>>
>>  "network": {
>>      "name": "",
>>      "rx_bytes": 0,
>>      "rx_packets": 0,
>>      "rx_errors": 0,
>>      "rx_dropped": 0,
>>      "tx_bytes": 0,
>>      "tx_packets": 0,
>>      "tx_errors": 0,
>>      "tx_dropped": 0,
>>      "tcp": {
>>       "Established": 0,
>>       "SynSent": 0,
>>       "SynRecv": 0,
>>       "FinWait1": 0,
>>       "FinWait2": 0,
>>       "TimeWait": 0,
>>       "Close": 0,
>>       "CloseWait": 0,
>>       "LastAck": 0,
>>       "Listen": 0,
>>       "Closing": 0
>>      },
>>      "tcp6": {
>> ...
>>
>> _______________________________________________
>> dev mailing list
>> [email protected]
>> http://lists.openshift.redhat.com/openshiftmm/listinfo/dev
>>
>>
>
_______________________________________________
dev mailing list
[email protected]
http://lists.openshift.redhat.com/openshiftmm/listinfo/dev

Reply via email to