From mboxrd@z Thu Jan 1 00:00:00 1970 From: pravinshedage2008@gmail.com (Pravin Shedage) Date: Thu, 27 Jan 2011 17:26:29 +0530 Subject: can we measure the traffic between user and kernel mode In-Reply-To: References: Message-ID: To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org Hi, You can use *top* command to know traffic of processes in your cpu. another if you want to debug that running application then you can also try gdb # gdb --pid Thanks & Regards, -------PraviN------- On Thu, Jan 27, 2011 at 11:50 AM, Mulyadi Santosa wrote: > On Thu, Jan 27, 2011 at 12:56, loody wrote: > > I got a user-mode application without symbol and source, and it keeps > > console no response about 2 mins. > > I just want to know whether it is busy on processing itself or do the > > context switch frequently for calling kernel drivers at that time. > > well then, strace/ltrace is probably the right tool to do the job :) > or just use /proc//stack :) > > -- > regards, > > Mulyadi Santosa > Freelance Linux trainer and consultant > > blog: the-hydra.blogspot.com > training: mulyaditraining.blogspot.com > > _______________________________________________ > Kernelnewbies mailing list > Kernelnewbies at kernelnewbies.org > http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies > -- Thanks & Regards, ---------PraviN--------- -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20110127/a8ce56e6/attachment.html