matomo-org / plugin-PiwikDebugger

Debug and troubleshoot a Matomo server or a plugin with this useful plugin toolkit
GNU General Public License v3.0
3 stars 6 forks source link

allow execution of console commands (ie, ./console ...). #2

Closed diosmosis closed 10 years ago

diosmosis commented 10 years ago

Should be possible to execute console commands in the Web UI of this plugin and see the output as it arrives. Note: this should be asynchronous, shouldn't have to wait for the command to finish before seeing output.

diosmosis commented 10 years ago

Also display total execution time of the command.