link
-
Some useful books for crash analysis
When you have to analysis system’s problem, crash can be very useful tool. Unfortunately you need to know how to trace back the core dump and also need to have some level of knowledges relating to the assembly. Following are some useful books that you can get basic concepts about it: – System V Application… Continue reading
-
Some useful web links for iPhone development
Developing something needs lots of energy and information. Even though you are familiar with iPhone development, you might need some help for the area you are not familiar with but just got a new project you need to finish on time. Following web sites can be helpful to get an answer for your problems. http://developer.apple.com/… Continue reading
About Me
A software engineer who loves any technologies that makes life easier. That’s why I love Linux and Mac at the same time.
Recent Posts
- How to find the actual memory usage by each process
- How to check memory usage in Linux – part 1.2 – Per-process level memory usage check
- How to check memory usage in Linux – part 1.1 – System level memory usage check
- How to check memory usage in Linux – part 1. User space
- How to track SLAB usage using slub_debug=U