Graphing and related data

Does router os use rrdt to store the data used in graphing? If so, is this data accessible?

I am considering using simple queues to track usage but if the data ros collects can be accessed that could be used instead.

Hi joebowen
have you considered to inspect snmp object that contain that informations? you can collect the data you ask simply query snmp specific oid representing the counter you are interested in (usign for example snmpwalk in a job running every 30 second )

have a nice day