spanskiblog/content/posts/powerusage.md

14 lines
237 B
Markdown
Raw Normal View History

2022-12-24 17:42:40 +01:00
2022-12-24 17:09:22 +01:00
+++
2022-12-24 22:54:34 +01:00
date="2022-12-24"
2022-12-24 17:09:22 +01:00
author="spanskiduh"
title="powerusage"
2022-12-24 17:42:40 +01:00
description="click to read about powerusage"
2022-12-24 17:09:22 +01:00
+++
2022-12-24 22:54:34 +01:00
# Check deatiled power usage on linux
2022-12-24 17:09:22 +01:00
2022-12-24 22:54:34 +01:00
## Upower (common distros have it preinstalled)
2022-12-24 17:09:22 +01:00
```bash
upower --monitor-detail
```