summaryrefslogtreecommitdiff
path: root/doc/counter-api.txt
AgeCommit message (Collapse)AuthorFilesLines
2015-08-07Base Code merged to SPIN 2.4submit/tizen/20150810.034432hyunuktak1-0/+0
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com> Change-Id: I84a42375b5c59739e4caca1f726699ea7647ef17
2010-12-15doc: Typo fixesJean-Grégoire Foulon1-1/+1
2010-11-26Change service name from org.moblin.connman to net.connmanMarcel Holtmann1-1/+1
2010-07-12Update counter API to differentiate between home and roaming countersMarcel Holtmann1-2/+10
2010-07-10Update counter API documentationMarcel Holtmann1-1/+2
2010-07-08Add additionals statistics countersDaniel Wagner1-1/+29
Adding rx_packets, tx_packets, rx_errors, tx_errors, rx_dropped and tx_dropped counters.
2010-06-30Update service statisticsDaniel Wagner1-0/+19
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-01-07Add counter API documentMarcel Holtmann1-0/+14