Re: a sort of tail -f on Data.fs
dieter <[email protected]>
| Newsgroups | gmane.comp.web.zope.plone.user |
|---|---|
| Message-ID | <[email protected]> |
Yuri <[email protected]> writes: > Is there a way to see objects added and modifed on Data.fs in a live > manner? A sort of tail -f ? I do not think so. A long time ago, I had enhanced "fsdump" ("ZODB.FileStorage.fsdump") to accept a timestamp indicating where to start with printing (in a local ZODB copy). This has not been difficult. You could enhance "fsdump" in a similar way, maybe based on file offset rather than a timestamp. With this, you can quite easily implement something like "tail -f". ------------------------------------------------------------------------------