Now, statistics are flattened and serialized into a statistics field in feedapi table. We should move these values to a feedapi_statistics table that stores data in db fields.

Table schema:

|feed_nid|last_refresh|new_items_per_update|update_rate|nr_of_items|processing_time|

Comments

alex_b’s picture

StatusFileSize
new250.69 KB

Just to stimulate ideas how a good monitor for feedapi could look like. Here is what we are doing in a custom module. This page is using sparkline module (HUGE thanks to Jeff Eaton and Chris Johnson for writing the sparkline integration for Drupal).

We should do a feedapi_stat module that delivers advanced download stats for feed downloading.

aron novak’s picture

Assigned: Unassigned » aron novak
Status: Active » Needs review
StatusFileSize
new7.25 KB

This patch is not complete, an upgrade path is a must too.

aron novak’s picture

Status: Needs review » Reviewed & tested by the community
StatusFileSize
new7.84 KB

I wrote a complete update path (now at the install hook, the serialized data is turned into table rows), the patch below should do everything now. It's really ready to be committed. Please review and try it out in your test environment. Thanks.

aron novak’s picture

Status: Reviewed & tested by the community » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.