summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9a57ab3)
raw | patch | inline | side by side (parent: 9a57ab3)
author | Vincent Brillault <git@lerya.net> | |
Thu, 21 Aug 2014 16:03:07 +0000 (18:03 +0200) | ||
committer | Vincent Brillault <git@lerya.net> | |
Sat, 28 Feb 2015 06:35:40 +0000 (07:35 +0100) |
src/turbostat.c | patch | blob | history |
diff --git a/src/turbostat.c b/src/turbostat.c
index e0116114721ffa7c33d90096ccb1e027d386e93b..96cb137aede372e2065a9b501b70baba1ea25958 100644 (file)
--- a/src/turbostat.c
+++ b/src/turbostat.c
* turbostat -- Log CPU frequency and C-state residency
* on modern Intel turbo-capable processors for collectd.
*
- * Based on the kernel tools by:
+ * Based on the 'turbostat' tool of the Linux kernel, found at
+ * linux/tools/power/x86/turbostat/turbostat.c:
+ * ----
* Copyright (c) 2013 Intel Corporation.
* Len Brown <len.brown@intel.com>
*
* You should have received a copy of the GNU General Public License along with
* this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
- *
+ * ----
* Ported to collectd by Vincent Brillault <git@lerya.net>
*/