What are the Linux equivalent of Windows's performance counters?
- API/libraries to publish application counters
- API/libraries to monitor and collect values efficiently (like pdh.dll)
- applications to monitor the current values (equivalent of perfmon.exe)
- applications to schedule collecting (like logman.exec)
- applications to visualize collected values (again, perfmon.exe)
Or, to put it more broadly, what is the recommended system performance monitoring infrastructure on Linux?