What is the correct way to read profile generic buffer? I try to read load profile, but buffer is always empty. I am using simple server example (C).
First I read all attributes except 2 (buffer). I get those values (which are correct):
{
"1": "1.0.99.1.0.255",
"3": "[0.0.1.0.0.255, 1.1.21.25.0.255]",
"4": "0",
"5": "1",
"6": "0.0.1.0.0.255",
"7": "0",
"8": "170"
}
Use ReadRowsByEntry or ReadRowsByRange methods to read data from the buffer.
You can give index and count or start and end time and meter returns values from that range.
Hi,
Hi,
Use ReadRowsByEntry or ReadRowsByRange methods to read data from the buffer.
You can give index and count or start and end time and meter returns values from that range.
BR,
Mikko