/[pxelator]/couchdb/ping/views/ip-rtt.sum.nr/map.js
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /couchdb/ping/views/ip-rtt.sum.nr/map.js

Parent Directory Parent Directory | Revision Log Revision Log


Revision 384 - (show annotations)
Sun Aug 30 18:49:48 2009 UTC (14 years, 7 months ago) by dpavlin
File MIME type: application/javascript
File size: 78 byte(s)
produce average which must be finished on client because of rereduce
1 function(doc) {
2 if ( doc.package.name == 'ping' )
3 emit(doc.ip, doc.rtt)
4 }

  ViewVC Help
Powered by ViewVC 1.1.26