Alexander Lozovskoy
Alexander Lozovskoy
Can you show the result of calling the corresponding functions in manual mode? It's like ``` ./app/server/linux_json_api.sh MODULE_NAME ``` where MODULE_NAME is * "ram_intensive_processes" for RAM process * "cpu_intensive_processes" for...
OK, thanks for this information! So, a "ps" on busybox actualy support not of all options from "big" ps, f.e. it's not show memory usage by process in percent, do...
@TobiasKneidl , please check changes from https://github.com/afaqurk/linux-dash/pull/465
It's not a port issue - problem in format of JSON data, which comes to frontend. Correct JSON data is like ``` [{"foo": "bar"}] ``` but now a Dash module...
Check https://github.com/afaqurk/linux-dash/pull/455, in my case after this patch it's worked well. If it not help - check output of ``` ./app/server/linux_json_api.sh network_connections ``` Does it return correct information?