Closed mattab closed 10 years ago
I tried to execute in debug bar both top and ./console help and they don't return, the request keeps polling with the response being {"output":"","returnCode":null}
top
./console help
{"output":"","returnCode":null}
See screen:
Any idea?
@mattab Note: top and programs like it won't work since they require a real terminal (ie, you can't just redirect output to a file).
@mattab top -n 1 -b works though.
top -n 1 -b
Ok makes sense!
I tried to execute in debug bar both
top
and./console help
and they don't return, the request keeps polling with the response being{"output":"","returnCode":null}
See screen:
Any idea?