- Subject: creation, context switch time of process and thread
- From: Srinivas Ramanan <srinivas.ramanan@xxxxxxxxx>
- Date: Thu, 24 May 2012 17:55:11 +0530
Can someone give the �information of following typical values in Kernel 3.xin a 2Ghz machine with sufficient RAM
Process creation time ?
Process context switch time ?
pthread creation time ?
pthread context swich �time ?
kernel thread creation time ?
kernel thread context swich �time ?
What is the best way to measure these values?
I wrote �a simple test for measuring�kernel thread context switch�
A simple test like
1. get_time(start)
2. schedule();
3. get_time(end)
4. print( context sw time = (end-start) )
But it doesnt seem to work correctly.
Thanks.
Ramanan
_______________________________________________
Kernelnewbies mailing list
Kernelnewbies@xxxxxxxxxxxxxxxxx
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
[Newbies FAQ]
[Linux Kernel Development]
[IETF Annouce]
[Git]
[Networking]
[Security]
[Bugtraq]
[Photo]
[Yosemite]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux Networking]
[Linux RAID]
[Linux SCSI]
[Linux ACPI]