Measure the performance of an Linux C application
Posted on August 16, 2008
Filed Under Linux |
How do i measure the performance of an Linux C application?
lets see:
You can measure CPU performance using /proc/cpu. You can measure ethernet performance by using /sbin/ifconfig <eth_port>. You can use df to track data written to a filesystem/mountpoint. Take a before and after snapshot using the tool of choice and determine the metric you wish to measure.
noneYou can measure CPU performance using /proc/cpu. You can measure ethernet performance by using /sbin/ifconfig <eth_port>. You can use df to track data written to a filesystem/mountpoint. Take a before and after snapshot using the tool of choice and determine the metric you wish to measure.
If you enjoyed this post, make sure you subscribe to my RSS feed!
Comments
Leave a Reply