Linux system load indicator

10 полезных индикаторов для Ubuntu

Одной из интересных особенностей Ubuntu является наличие в этой системе полезных индикаторов для верхней панели. Что это такое?

Индикаторы в терминологии Ubuntu — это небольшие программы, умеющие отображать разную полезную информацию в системном трее. Как правило, хотя и не всегда, эти мини-программы не имеют даже отдельного окна и предоставляют доступ ко всем своим функциям из контекстного меню значка.

Основная цель индикаторов — предоставить быстрый, можно сказать моментальный, доступ к некоторой информации или функции независимо от того, в какой программе вы в данное время работаете. В этой статье вы узнаете о десяти индикаторах, которые показались мне самыми полезными.

Weather

Показывает погоду в вашем городе. При клике открывается подсказка с основными сведениями о текущей погоде, здесь же можно найти пункт вызова окошка с прогнозом на несколько дней. Один из немногих индикаторов, который имеется в Центре приложений.

Установка:
sudo apt-get install indicator-weather

System Load

Этот индикатор выводит информацию о производительности системы. Среди отображаемых параметров мы можем включить графики загрузки процессора, использования оперативной памяти, использования диска, передачи данных по сети.

Установка:
sudo add-apt-repository ppa:noobslab/indicators
sudo apt-get update
sudo apt-get install indicator-multiload

Classic Menu Indicator

Фирменное системное меню Dash, конечно, классная штука, но многим как-то привычнее использовать привычное многоуровневое меню приложений. Индикатор Classic Menu Indicator дает нам эту возможность.

Установка:
sudo apt-add-repository ppa:diesch/testing
sudo apt-get update
sudo apt-get install classicmenu-indicator

Recent Notifications

Все важные системные события или оповещения обычно отображаются в виде стандартного системного уведомления. Однако, если вы немного отвлеклись и пропустили всплывающее окошко, то всегда можно ознакомиться со списком последних оповещений с помощью индикатора Recent Notifications.

Установка
sudo add-apt-repository ppa:jconti/recent-notifications
sudo apt-get update
sudo apt-get install indicator-notifications

Hardware Sensors

В жаркое время года может быть важно следить за температурами процессора, диска, видеокарты, скоростью вращения вентиляторов. Индикатор Hardware Sensors дет эту возможность, если, разумеется, ваше устройство укомплектовано соответствующими датчиками.

Читайте также:  Linux проверка зависимостей пакетов

Установка:
sudo add-apt-repository ppa:alexmurray/indicator-sensors
sudo apt-get update
sudo apt-get install indicator-sensors

Ubuntu One

Ubuntu One — это местный аналог Dropbox, который удобен тем, что глубоко интегрирован в систему. Соответствующий индикатор дает нам доступ к основным функциям и информации о использовании этого сервиса.

Установка:
sudo add-apt-repository ppa:rye/ubuntuone-extras
sudo apt-get update
sudo apt-get install indicator-ubuntuone

RadioTray

Специальная программка для прослушивания онлайновых радиостанций располагается после установки в вашем системном трее и позволяет в один клик переключаться между любимыми музыкальными потоками.

Установка:
sudo add-apt-repository ppa:eugenesan/ppa
sudo apt-get update
sudo apt-get install radiotray

Window-List Indicator

С помощью этого индикатора вы сможете скрыть панель приложений и переключаться между запущенными программами из меню иконки Window-List Indicator. Многие находят такой способ довольно удобным.

Установка:
sudo add-apt-repository ppa:jwigley/window-list
sudo apt-get update
sudo apt-get install window-list

Pastie

Для всех пишущих людей полезным будет узнать о существовании индикатора для работы с буфером обмена. Он ведет историю всех операций с буфером обмена и позволяет выбирать и вставлять нужные элементы.

Установка:
sudo add-apt-repository ppa:hel-sheep/pastie
sudo apt-get update
sudo apt-get install pastie

А где же десятый?

А вот закончить десятку самых полезных апплетов для Ubuntu я предлагаю нашим читателям. Уверен, что у вас имеется в арсенале свои проверенные инструменты, которые не вошли в этот список. Напишите о них в комментариях. Кто по вашему мнению, достоин занять свое место в этой статье?

Источник

How to install «System Load Indicator» in ubuntu 16.10

I would like to install the System load Indicator to my Ubuntu 16.10 System. I know this can be done by using sudo apt install indicator-multiload . But I treid to use the Ubuntu Software wizzard. But I am not able to find this System load Indicator. I used different search phrases like ‘indicator’, ‘load’ or ‘system’. But the System load Indicator cannot be found. How to use the Ubuntu Software wizzard to install the Ubuntu Software wizzard in Ubuntu 16.10?

2 Answers 2

The System Load Indicator can be installed in Ubuntu 16.10 by adding the System Load Indicator stable daily builds PPA:

sudo add-apt-repository ppa:indicator-multiload/stable-daily sudo apt update 

Now you will be able to install it with any GUI package manager / software center or:

sudo apt install indicator-multiload 

Please note it should also be available in the official Universe repository and can be installed with the command above without adding the daily PPA.

Читайте также:  Astra linux cloud image

The reason why it doesn’t show up in your software center is still unknown but it’s likely to be solved by refreshing the software sources and installing the regular updates.

I removed my answer, since the package does have a .desktop file. But adding a PPA shouldn’t be necessary — it’s in universe — and the reason why it can’t be found via Ubuntu Software is still a mystery.

In Ubuntu 16.10 and later indicator-multiload is in the universe repository. Search the Software application for System load indicator. Alternatively you can also find the System load indicator by searching for the package’s name (indicator-multiload). If System load indicator doesn’t appear in the Ubuntu 16.10 Software app, this is a bug like this one: Missing package names in Ubuntu Software Center. It should be reported it as a new bug, since that bug was reported 4½ years ago and it happened when using a different application.

You an also download the .deb files for indicator-multiload for Ubuntu 16.10 manually.

You must log in to answer this question.

Hot Network Questions

Subscribe to RSS

To subscribe to this RSS feed, copy and paste this URL into your RSS reader.

Site design / logo © 2023 Stack Exchange Inc; user contributions licensed under CC BY-SA . rev 2023.7.13.43530

Ubuntu and the circle of friends logo are trade marks of Canonical Limited and are used under licence.

By clicking “Accept all cookies”, you agree Stack Exchange can store cookies on your device and disclose information in accordance with our Cookie Policy.

Источник

compizomania

Индикатор загруженности системы — indicator-multiload, показывающий графики использования процессора, памяти и раздела подкачки, а также сетевого трафика.
По умолчанию в indicator-multiload отображается только один график — процессора.
Настройки позволяют полностью настроить индикатор: какие части вашего железа мониторятся, как часто и какие графики отображаются на панели. Вы также можете настроить цвета, которые используются для самих графиков на панели.

Читайте также:  Linux отключить тачпад при подключении мыши

Установка indicator-multiload 0.4 в Ubuntu 14.10 и старше, а также произвдные дистрибутивы

indicator-multiload присутсвует в репозитории Ubuntu версии 0.3, для установки версии indicator-multiload 0.4 необходимо подключить его собственный репозиторий и установить программу.

Откройте терминал (Ctrl+Alt+T), скопируйте и выполните следующие команды:

sudo add-apt-repository ppa:indicator-multiload/stable-daily
sudo apt-get update
sudo apt-get install indicator-multiload

По окончании установки, запустите программу из меню — Системные или поиском:

А затем настройте indicator-multiload на своё усмотрение.

Источник

System Load Indicator Adds Ubuntu Theme Options, Bug Fixes in New Release

multiload-indicator

Version 0.4 marks the first update to the utility in over a year and while it doesn’t bring any huge changes it does offer some key bug fixes and a small number of visual improvements, including:

Older version used multi-coloured graphs

  • Fixes for miscellaneous crashes
  • New option to disable auto-ranging on graphs
  • Theme presets for graphs
  • Xfce4 Task Manager now opens on XFCE

System Load Indicator displays CPU, RAM, disk I/O and other stats in a menu. It can also embed usage graphs for select stats directly into the menu bar, giving you an easy way to glance at resource usage without having to open the menu.

A number of theme presets are now offered for these graphics, meaning Ubuntu users can now have monochrome monitors to match the rest of the status area under Ambiance or Radiance themes.

Install System Load Indicator in Ubuntu

To install or upgrade to System Load Indicator 0.4 you will need to add the project’s stable PPA to your Software Sources. The PPA supports Ubuntu 12.04 LTS, 13.10 and Ubuntu 14.04 LTS.

While there are a number of ways to add a PPA on Ubuntu the quickest is via the command line. Open a new Terminal window and enter the following lines individually, entering your user password when prompted.

sudo add-apt-repository ppa:indicator-multiload/stable-daily
sudo apt-get update && sudo apt-get install indicator-multiload

After installation the applet can be launched from the Unity Dash by searching for ‘multiload’.

Home / Apps / System Load Indicator Adds Ubuntu Theme Options, Bug Fixes in New Release

Источник

Оцените статью
Adblock
detector