Extension for port statistics
We need to create a resource extension to support retrieving statistics for a given port. The new resource will be named "stats" and callable via:
GET /v1.0/extension
Any plugin supporting this extension should list "ovs_portstats" in their supported_
{
"rx_packets": 0,
"rx_bytes": 0,
"tx_errors": 0,
"rx_errors": 0,
"tx_bytes": 0,
"tx_packets": 0
}
Blueprint information
- Status:
- Complete
- Approver:
- dan wendlandt
- Priority:
- Medium
- Drafter:
- Brad Hall
- Direction:
- Needs approval
- Assignee:
- Brad Hall
- Definition:
- Approved
- Series goal:
- Accepted for essex
- Implementation:
- Implemented
- Milestone target:
- 2012.1
- Started by
- Brad Hall
- Completed by
- dan wendlandt
Related branches
Related bugs
Sprints
Whiteboard
Gerrit topic: https:/
Addressed by: https:/
blueprint ovs-portstats
Gerrit topic: https:/
Addressed by: https:/
Add support for dealing with 501 errors (notimplemented)
Work Items
Dependency tree
* Blueprints in grey have been implemented.