Testing Server Image Mech

The new Image plugin manages images as assets and recognizes duplicates which it stores in commons. Here we provide some resource visibility with a server-side Mech.

CLICK GET COMMONS HELLO

Here I shift-click to see result coming back from GET.

{ "mech": [ { "command": "COMMONS", "key": "90376.1.1.0", "status": "207.415 mb in 906 files"} ], "state": { "commons": { "all": { "files": 906, "bytes": 207414667 }, "here": { "files": 23, "bytes": 3961747 } } } }

With this, the version 0.1.19 update, we more properly name the subtree passed back and forth the "mech". And we demonstrate that we can expose substantial server metrics in the returned state. github