linux - Busy box, Run C, python or Perl programs -


all have bourne shell , busy box. there way run python script or compile c program or languages perl ..

like busybox python eatmemory.py 100m

or

busybox gcc eatmemory.c

what need create process consume specific amount of memory. , test performance.

thanks

if question is

does busybox come python interpreter or c compiler?

then answer no.

if

is there way write script run under busybox' ash shell allocate memory me?

then see this answer, suggested andrey.


Comments