ocean.util.log.StatsReader

Classes that can be used to parse the graphite stats.

Parses an InputStream to StatsLine. The lines can be iterated using a foreach. Sometimes only the last stat line is important. The StatsLogReader.last method will return only that line.

The StatsLine struct parses one stat line.

Refer to the class' description for information about their actual usage.

Members

Classes

StatsLogReader
class StatsLogReader

Class that iterarates through a char stream and extracts the StatsLines

Structs

StatsLine
struct StatsLine

Struct that parses a stats line

Meta

License

Boost Software License Version 1.0. See LICENSE_BOOST.txt for details. Alternatively, this file may be distributed under the terms of the Tango 3-Clause BSD License (see LICENSE_BSD.txt for details).