Are you sure you are running your patched version of top and not the original one?
El miércoles, 3 de junio de 2015, Wei, Catherine <[email protected]> escribió: > Hi: > Lately I'm trying to debug the top command in an embedded linux > box. I've added some printf in top.c, for example: > > fprintf(stderr,"catherine %lu %lu %lu %lu %lu > %lu\n",used,mfree,shared,buffers,cached,total); > printf("catherine--------------------------------------"); > > in many place, even in the beginning of top_main() function, after > building it, I copied the busybox bin file to my box, and the print log > can not be printed out. I don't know why. Do I need some special config > to build it? Could you please give me some advice? Thank you. > > By the way, the purpose that I'm debugging top command is that some > memory display information is not right due to the change of > /proc/meminfo, we may need to make a patch for busybox in our system. > > Best regard > Catherine > _______________________________________________ > busybox mailing list > [email protected] <javascript:;> > http://lists.busybox.net/mailman/listinfo/busybox > -- Guillermo Rodriguez Garcia [email protected]
_______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
