turbostat.c (cc4816503f835c7cea184776fe8ae5bb3f505083) | turbostat.c (9ce80578d5f5279545c272563851d059a2359f3e) |
---|---|
1/* 2 * turbostat -- show CPU frequency and C-state residency 3 * on modern Intel turbo-capable processors. 4 * 5 * Copyright (c) 2013 Intel Corporation. 6 * Len Brown <len.brown@intel.com> 7 * 8 * This program is free software; you can redistribute it and/or modify it --- 514 unchanged lines hidden (view full) --- 523 "Turbostat forks the specified COMMAND and prints statistics\n" 524 "when COMMAND completes.\n" 525 "If no COMMAND is specified, turbostat wakes every 5-seconds\n" 526 "to print statistics, until interrupted.\n" 527 " -a, --add add a counter\n" 528 " eg. --add msr0x10,u64,cpu,delta,MY_TSC\n" 529 " -c, --cpu cpu-set limit output to summary plus cpu-set:\n" 530 " {core | package | j,k,l..m,n-p }\n" | 1/* 2 * turbostat -- show CPU frequency and C-state residency 3 * on modern Intel turbo-capable processors. 4 * 5 * Copyright (c) 2013 Intel Corporation. 6 * Len Brown <len.brown@intel.com> 7 * 8 * This program is free software; you can redistribute it and/or modify it --- 514 unchanged lines hidden (view full) --- 523 "Turbostat forks the specified COMMAND and prints statistics\n" 524 "when COMMAND completes.\n" 525 "If no COMMAND is specified, turbostat wakes every 5-seconds\n" 526 "to print statistics, until interrupted.\n" 527 " -a, --add add a counter\n" 528 " eg. --add msr0x10,u64,cpu,delta,MY_TSC\n" 529 " -c, --cpu cpu-set limit output to summary plus cpu-set:\n" 530 " {core | package | j,k,l..m,n-p }\n" |
531 " -d, --debug displays usec, Time_Of_Day_Seconds and more debugging\n" 532 " -D, --Dump displays the raw counter values\n" 533 " -e, --enable [all | column]\n" 534 " shows all or the specified disabled column\n" 535 " -H, --hide [column|column,column,...]\n" 536 " hide the specified column(s)\n" |
|
531 " -i, --interval sec.subsec\n" 532 " Override default 5-second measurement interval\n" | 537 " -i, --interval sec.subsec\n" 538 " Override default 5-second measurement interval\n" |
539 " -J, --Joules displays energy in Joules instead of Watts\n" |
|
533 " -l, --list list column headers only\n" 534 " -n, --num_iterations num\n" 535 " number of the measurement iterations\n" 536 " -o, --out file\n" 537 " create or truncate \"file\" for all output\n" 538 " -q, --quiet skip decoding system configuration header\n" | 540 " -l, --list list column headers only\n" 541 " -n, --num_iterations num\n" 542 " number of the measurement iterations\n" 543 " -o, --out file\n" 544 " create or truncate \"file\" for all output\n" 545 " -q, --quiet skip decoding system configuration header\n" |
546 " -s, --show [column|column,column,...]\n" 547 " show only the specified column(s)\n" 548 " -S, --Summary\n" 549 " limits output to 1-line system summary per interval\n" 550 " -T, --TCC temperature\n" 551 " sets the Thermal Control Circuit temperature in\n" 552 " degrees Celsius\n" |
|
539 " -h, --help print this help message\n" 540 " -v, --version print version information\n" 541 "\n" 542 "For more help, run \"man turbostat\"\n"); 543} 544 545/* 546 * bic_lookup --- 5030 unchanged lines hidden --- | 553 " -h, --help print this help message\n" 554 " -v, --version print version information\n" 555 "\n" 556 "For more help, run \"man turbostat\"\n"); 557} 558 559/* 560 * bic_lookup --- 5030 unchanged lines hidden --- |