Forrest logo
back to context overview

powerstat

List of commands for powerstat:

  • powerstat:ai:1e743 how can we know that of which process the power consumption has been shown in powerstat
    $ powerstat -p
    try on your machine
    explain this command
  • powerstat:ai:247af Obtains power consumption of different processes using powerstat in JSON format
    $ powerstat --json
    try on your machine
    explain this command
  • powerstat:ai:415a2 show a random output in which power consumed by different process is shown in powerstat
    $ powerstat -a -d -p
    try on your machine
    explain this command
  • powerstat:ai:5b4d5 Get power consumption by different processes in powerstat as a JSON string.
    $ powerstat -d --json
    try on your machine
    explain this command
  • powerstat:ai:8464d Get power consumption of a particular process
    $ powerstat -d -p ${PID} -z -o JSON
    try on your machine
    explain this command
  • powerstat:ai:907b3 show a random output of powerstat
    $ powerstat --random
    try on your machine
    explain this command
  • powerstat:ai:b141c show an example of the output in which power consumed by different processes is shown in powerstat
    $ powerstat --format=json
    try on your machine
    explain this command
  • powerstat:ai:dfd15 Get power usage statistics of a process with PID $pid in JSON format
    $ powerstat -d -p $pid -z -o JSON
    try on your machine
    explain this command
  • powerstat:ai:f8332 show the output in which power consumed by different processes is shown in powerstat
    $ powerstat -d -p
    try on your machine
    explain this command
  • powerstat:tldr:02e87 powerstat: Enable all statistics gathering options.
    $ powerstat -a ${interval} ${number_of_samples}
    try on your machine
    explain this command
  • powerstat:tldr:5460f powerstat: Measure power with the default of 10 samples with an interval of 10 seconds.
    $ powerstat
    try on your machine
    explain this command
  • powerstat:tldr:5abda powerstat: Show a histogram of the power measurements.
    $ powerstat -H ${interval} ${number_of_samples}
    try on your machine
    explain this command
  • powerstat:tldr:79463 powerstat: Measure power using Intel's RAPL interface.
    $ powerstat -R ${interval} ${number_of_samples}
    try on your machine
    explain this command
  • powerstat:tldr:ebbf1 powerstat: Measure power with custom number of samples and interval duration.
    $ powerstat ${interval} ${number_of_samples}
    try on your machine
    explain this command
back to context overview