Feature Documentation?
Anyone know of any source for exhaustive documentation of the `systool` command. Best I've been able to Google has been blogs that have shown specific use-cases but none that document what all of the valid arguments to the class, module_name or attribute flags are. Any chance we could get RedHat to add a better manpage for the utility (and possibly contribute it back upstream)? Even the sourcecode for the utility's a bit sparse.
Responses
Hello Tom,
Most of the information that systool gathers is available by other means and/or directly via the /proc and /sys file systems.
Unfortunately systool depends on libsysfs which is a dead-end and unmaintained for years: Documentation/sysfs-rules.txt: - Do not use libsysfs It makes assumptions about sysfs which are not true. Its API does not offer any abstraction, it exposes all the kernel driver-core implementation details in its own API. Therefore it is not better than reading directories and opening the files yourself. Also, it is not actively maintained, in the sense of reflecting the current kernel development. The goal of providing a stable interface to sysfs has failed; it causes more problems than it solves. It violates many of the rules in this document. Last release of sysfsutils was in 2006: v. 2.1.0 - August 23, 2006 - Updated Stable Version
Perhaps if you could tell us exactly what sort of data you are looking for we can offer up some alternatives?
What sort of stats did you have in mind?
Cheers,
Brad
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
