|
|
Subscribe / Log in / New account

Statistics and tracepoints

Statistics and tracepoints

Posted Aug 26, 2010 16:13 UTC (Thu) by marineam (guest, #28387)
Parent article: Statistics and tracepoints

As a developer tracepoints sound like a powerful and sexy way to get detailed information on what the kernel is doing. As a sys-admin I already have my head full of how to deal with thousands of other pieces of software, now I have to learn another crazy tool just to get simple counters? And what about gathering long term trends? I'd much rather write a 1 minute cron job that reads a file in sys or proc and dumps a few numbers into RRDTool than writing a more complex application for listening to events from the kernel.

Both methods of gathering stats on things in the kernel are very useful and serve different needs to different people. Not everyone has the privilege of thinking like a kernel developer all the time. :-)


to post comments

Statistics and tracepoints

Posted Aug 26, 2010 20:03 UTC (Thu) by dmk (guest, #50141) [Link]

Well, maybe an in-kernel API for counting things which would also be able to deliver trace-events to perf when userspace decides it wants them?

Or other way around: Any statistics API should probably be traceable... :)


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds