|
Bugzilla – Full Text Bug Listing |
| Summary: | Add statistics to Queue | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | natale.patriciello |
| Component: | network | Assignee: | natale.patriciello |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | enhancement | CC: | tomh |
| Priority: | P5 | ||
| Version: | pre-release | ||
| Hardware: | PC | ||
| OS: | Linux | ||
|
Description
natale.patriciello
2015-11-05 06:59:26 UTC
Is this something you are requesting patch for, or to flag that you are working on it? These methods have been around unimplemented for a long time. It may be the case now that we should instead just have the queues export events as trace sources and let other code hook and compute the statistics, and provide helper methods to do that easily. So I suggest to sketch out how you expect this to be used, and whether the DCF code should be leveraged to provide the statistics. I prefer to have it on bugtracker than #ifdef'd in the code, in order to have a list of things to do. Anyway, I am working on the Queue subsystem; I am not sure on how providing these API, however: I agree on exporting Traces, and let the users do these kind of statistics by elaborating data traces (or through a class in the stats module, for example) Does not make sense with the new TC layer. |