nicolargo on develop
Improve the IP module with a li… Merge branch 'develop' of githu… (compare)
nicolargo on develop
Only work for the first refresh… First version ok for both PY2 a… Correct display issue when scre… and 3 more (compare)
nicolargo on develop
Update FUNDING file (compare)
Hi all, I successfull installed glances under Windows Server and web consolle works great! But... calling api if I must use f.i. /api/3/mem to obtain correct JSON values, instead if I use f.i. /api/3/mem/free I obtain a binary stream like response... (something like "x��VJ+JMU�R06200017546��?�h") How I can solve it?
I've discovered that using Postman and deselecting Accept-Encoding gzip, deflate, br as request header, now I can obtain correct JSON response!!!
{
"free": 31972978688
}
Hi everyone, did you ever run into SSL Routines errors with Influxdb? I'm installing and configurating glances via script on two ubuntu 20.04 cloud servers. One is provided by hetzner and one by digitalocean. The hetzner server starts glances and sends data to influxdb cloud. digitalocean only gives me an error in the logs: ("bad handshake: Error([('SSL routines', 'tls_process_server_certificate', 'certificate verify failed')])",)
Could that be a bug? The fresh started cloud instances shouldn't differ, right?
Hi,
I am using glances API to retrieve some plugin values, however I am struggling to get values from the network interface.
I use the following to retrieve the network data:
curl http://locahost:61208/api/3/network/interface/ens2
I get the following result:
{"ens2": [{"time_since_update": 60.294524908065796, "cx": 351345, "is_up": true, "key": "interface_name", "speed": 68718428160, "tx": 246733, "cumulative_rx": 1001275087, "rx": 104612, "cumulative_cx": 3299504830, "cumulative_tx": 2298229743, "interface_name": "ens2"}]}.
Please how do I get individual values like tx and rx? Also, how do I get the units in which they are measured?
Could you please enlighten me on what unit tx, rx and time_since_update are?
on another note top command -c flag is giving me output, would still love to see similar in glances
top -n 1 -b -c