All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH iproute2 v2 0/3] update ifstat for new stats
@ 2016-12-15 13:00 Nogah Frankel
  2016-12-15 13:00 ` [PATCH iproute2 v2 1/3] ifstat: Add extended statistics to ifstat Nogah Frankel
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Nogah Frankel @ 2016-12-15 13:00 UTC (permalink / raw)
  To: netdev
  Cc: stephen, roopa, jiri, eladr, yotamg, idosch, ogerlitz, Nogah Frankel

Previously stats were gotten by RTM_GETLINK which returns 32 bits based
statistics. It supports only one type of stats.
Lately, a new method to get stats was added - RTM_GETSTATS. It supports
ability to choose stats type. The basic stats were changed from 32 bits
based to 64 bits based.

This patchset adds ifstat the ability to get extended stats by this
method. Its adds two types of extended stats:
64bits - the same as the "normal" stats but get the stats from the cpu
in 64 bits based struct.
SW - for packets that hit cpu.

---
v1->v2:
 - change from using RTM_GETSTATS always to using it only for extended
   stats.
 - Add 64bits extended stats type.

Nogah Frankel (3):
  ifstat: Add extended statistics to ifstat
  ifstat: Add 64 bits based stats to extended statistics
  ifstat: Add "sw only" extended statistics to ifstat

 misc/ifstat.c | 165 ++++++++++++++++++++++++++++++++++++++++++++++++++++------
 1 file changed, 150 insertions(+), 15 deletions(-)

-- 
2.4.3

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2016-12-19  4:10 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-15 13:00 [PATCH iproute2 v2 0/3] update ifstat for new stats Nogah Frankel
2016-12-15 13:00 ` [PATCH iproute2 v2 1/3] ifstat: Add extended statistics to ifstat Nogah Frankel
2016-12-15 17:33   ` Stephen Hemminger
2016-12-16 12:11     ` Nogah Frankel
2016-12-16 15:21       ` Rami Rosen
2016-12-18 14:22         ` Nogah Frankel
2016-12-19  4:10   ` Or Gerlitz
2016-12-15 13:00 ` [PATCH iproute2 v2 2/3] ifstat: Add 64 bits based stats to extended statistics Nogah Frankel
2016-12-15 13:00 ` [PATCH iproute2 v2 3/3] ifstat: Add "sw only" extended statistics to ifstat Nogah Frankel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.