List of Examples
| Table of Contents | List of Figures | List of Examples | List of Tables | List of Procedures |
- Example 2-1. Simple IRIX PMDA as a DSO
- Example 2-2. Simple Linux PMDA as a DSO
- Example 2-3. Simple IRIX PMDA as a Daemon
- Example 2-4. Simple Linux PMDA as a Daemon
- Example 2-5. _pmID_int Structure in IRIX
- Example 2-6. _pmID_int Structure in Linux
- Example 2-7. pmdaMetric Structure
- Example 2-8. Trivial PMDA
- Example 2-9. Effect of Semantics on a Metric
- Example 2-10. pmdaInstid Structure
- Example 2-11. pmdaIndom Structure
- Example 2-12. _pmInDom_int Structure in IRIX
- Example 2-13. _pmInDom_int Structure in Linux
- Example 2-14. Simple PMDA
- Example 2-15. pmns File for the Simple PMDA
- Example 2-16. Alternate pmns File for the Simple PMDA
- Example 2-17. Help Text for the Simple PMDA
- Example 2-18. Setting Values
- Example 2-19. Request Handing Callbacks in the Trivial PMDA
- Example 2-20. Request Handing Callbacks in the Simple PMDA
- Example 2-21. simple.numfetch Metric
- Example 2-22. simple.color Metric
- Example 2-23. simple.time Metric
- Example 2-24. simple.now Metric
- Example 2-25. simple_store in the Simple PMDA
- Example 2-26. simple.color and PM_ERR_INST Errors
- Example 2-27. PM_ERR_PMID Errors
- Example 2-28. -EACCES and PM_ERR_PMID Errors
- Example 2-29. pmdaInterface Structure
- Example 2-30. pmdaExt Stucture
- Example 2-31. Initialization in the Trivial PMDA
- Example 2-32. Initialization in the Simple PMDA
- Example 2-33. main in the Simple PMDA
- Example 2-34. simple.numfetch in the Simple PMDA
- Example 2-35. Install Script for the Trivial PMDA
- Example 2-36. Changing Variable Assignments
- Example 3-1. Metrics Sharing the Same Instance Domain
- Example 3-2. pmDesc Structure
- Example 3-3. pmUnits and pmDesc IRIX Structures
- Example 3-4. pmUnits and pmDesc Linux Structures
- Example 3-5. pmValueBlock and pmValue Structures
- Example 3-6. pmValueBlock Structure in IRIX
- Example 3-7. pmValueBlock Structure in Linux
- Example 3-8. pmValueSet Structure
- Example 3-9. pmResult Structure
- Example 3-10. Dumping Values in Temporal Sequence
- Example 3-11. Replaying Interpolated Metrics
- Example 3-12. PMAPI Metrics Services
- Example 3-13. pmRecordHost Structure
- Example 3-14. pmLogLabel Structure
- Example 3-15. pmAtomValue Structure
- Example 3-16. Using pmPrintValue to Print Values
- Example 3-17. pmMetricSpec Structure
- Example 3-18. C Code Produced by pmgenmap Input
- Example 3-19. Initializing Metric Specifications
- Example 3-20. Iterative Processing
- Example 3-21. Adding a Metric
- Example 3-22. PMAPI Error Handling
- Example 4-1. Rolling-Window Sampling Technique