Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

Add Vhost traffic monitoring #25

Open
jasonmcintosh opened this issue Aug 19, 2015 · 0 comments
Open

Add Vhost traffic monitoring #25

jasonmcintosh opened this issue Aug 19, 2015 · 0 comments
Assignees

Comments

@jasonmcintosh
Copy link
Owner

I'm getting the information from HTTP stats API /api/vhosts/ and using the recv_oct parameter for each vhost.
Sample JSON:

[
{"messages":0,
"messages_details":{"rate":0.0},
"messages_ready":0,
"messages_ready_details":{"rate":0.0},
"messages_unacknowledged":0,
"messages_unacknowledged_details":{"rate":0.0},
"recv_oct":541010,
"recv_oct_details":{"rate":0.0},
"send_oct":568580,
"send_oct_details":{"rate":0.0}
}
]
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant