In this video we take a look at a Google Shell command called “Uptime“. The aim of this command is to allow you to see how long a Chromebook has been running and what sort of loads your computers CPU’s are processing. This makes the information in Uptime, a useful diagnostic tool to determine why a Chromebook is not performing as well as it should. The Uptime command will also work on computers running macOS and Linux.
Notes: While similar to the Command Prompt in Windows or the Terminal in macOS. The Crosh (Chromium OS shell) is the command line interface for Chrome OS. However, as the Crosh has been locked down by Google, it is not as powerful as the Shells in other operating systems. This means that the Crosh is mostly used if you need to troubleshoot a Chromebook.
Quick reference notes:
- From the ChromeOS desktop, press and hold down the Control and Alt keys, and then press t on the keyboard.
- When a terminal window opens type:
uptime
- When we press Enter we are presented with basic information as to how long the Chromebook has powered on.
- To close the Crosh simply type
exit
Reference materials:
- Chromium support article – Crosh — the Chromium OS Shell
- website – Meet ChromeOS