summaryrefslogtreecommitdiff
path: root/test/test-counter
AgeCommit message (Collapse)AuthorFilesLines
2010-11-26Change service name from org.moblin.connman to net.connmanMarcel Holtmann1-4/+4
2010-08-18Add support for roaming/home network statisticDaniel Wagner1-3/+8
Currently connman only has one set of counters for collecting statistics on online time and the amount of transfered bytes. For 3G connections we should destinguish between home network and roaming. This patch introduces two sets of counter values for home network and roaming network. Changing from Home to Roaming counters relies on connman_network_set_roaming being called. Currently, this is only done in the ofono plugin. Getting Wifi 'Hot-Spot Provider' Roaming (e.g. T-Mobile Germany to T-Mobile USA) is not yet working.
2010-07-25Fix script for testing counter interfaceMarcel Holtmann1-4/+4
2010-07-12Update counter test script to print roaming ones as wellMarcel Holtmann1-17/+20
2010-07-08Add additionals statistics countersDaniel Wagner1-1/+5
Adding rx_packets, tx_packets, rx_errors, tx_errors, rx_dropped and tx_dropped counters.
2010-07-08Make test-counter byte counters human readableDaniel Wagner1-1/+24
2010-06-30Update service statisticsDaniel Wagner1-7/+5
Instead of collecting statistics on interface name base and storing it local in counter.c, update the Service object. counter.c maps interface names to Service objects. The assumption is made that there is a 1:1 mapping between Service objects and interface name. A Counter object will only show Service object statistics for services in the ready state. There is no interface (yet) for retrieving information on Service objects in idle/failure/configuration/.. state.
2010-06-30Centralize rntl update timersDaniel Wagner1-2/+7
Instead of creating a new rntl trigger for each Counter object move this part to the rtnl core. Only one update trigger will be registered at RTNL. The minimum interval will used for the timeout callback.
2010-01-05Include interface name in statistics usageMarcel Holtmann1-1/+4
2010-01-05Add support for exporting basic interface statisticsMarcel Holtmann1-3/+5
2010-01-04Add framework for counter callbacksMarcel Holtmann1-0/+36