System Monitor : How to display net speed on panel
up vote
11
down vote
favorite
I use system monitor with 16.04 in Unity. Currently, I get all the graphs and text indicator for Disk on top panel. I want to have net speed displayed instead of Disk. How can I do that ?
16.04 internet system-monitor
add a comment |
up vote
11
down vote
favorite
I use system monitor with 16.04 in Unity. Currently, I get all the graphs and text indicator for Disk on top panel. I want to have net speed displayed instead of Disk. How can I do that ?
16.04 internet system-monitor
add a comment |
up vote
11
down vote
favorite
up vote
11
down vote
favorite
I use system monitor with 16.04 in Unity. Currently, I get all the graphs and text indicator for Disk on top panel. I want to have net speed displayed instead of Disk. How can I do that ?
16.04 internet system-monitor
I use system monitor with 16.04 in Unity. Currently, I get all the graphs and text indicator for Disk on top panel. I want to have net speed displayed instead of Disk. How can I do that ?
16.04 internet system-monitor
16.04 internet system-monitor
asked Jan 2 '17 at 6:40
user227495
1,08442443
1,08442443
add a comment |
add a comment |
4 Answers
4
active
oldest
votes
up vote
10
down vote
xenial
- install
indicator-netspeed
from terminal - run
apt:indicator-netspeed
from your browser's URL panel - download 32-bit or 64-bit deb package from launchpad and install them via Software Center
Terminal install
sudo -i
add-apt-repository ppa:nilarimogard/webupd8
apt update && apt install indicator-netspeed
To start the indicator, run indicator-netspeed &
bionic and up
Gnome Extensions: Install
If you want to download the extension package manually, select your shell version and extension version.
GitHub: hedayaty/netspeed
bionic with unity panel
Terminal install
sudo -i
apt-add-repository ppa:fixnix/netspeed
apt update && apt install indicator-netspeed-unity
To start the indicator, run indicator-netspeed-unity &
Launchpad: Download
GitHub: ggleb/indicator-netspeed-unity
how can I use it on Ubuntu Mate
– blueray
May 21 at 14:05
1
@blueray just type apt:mate-netspeed in your browser's URL panel
– Tomáš Pánik
Jul 22 at 21:20
1
On bionic apt givesPackage netspeed is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source
so unfortunately this is not quite working...
– Andrew Savinykh
Dec 1 at 1:28
@AndrewSavinykh updated. thanks!
– Tomáš Pánik
Dec 1 at 8:07
add a comment |
up vote
3
down vote
In Ubuntu 18.04 simply open the Ubuntu software app and search for Netspeed. Click to install the app and it will be displayed on your upper status bar on the right side.
add a comment |
up vote
2
down vote
Steps to see NetSpeed Indicator n Unity Desktop Ubuntu
- Open the terminal.
Type the below codes in Terminal:
sudo apt-add-repository ppa:fixnix/netspeed
sudo apt-get update
sudo apt-get install indicator-netspeed-unity
Logout of the current session & Login again for the changes to take effect.
Net speed indicator app will start automatically on top of the Unity Panel.
If you don't like to logout, you can still start Netspeed Indicator Applet on Unity panel.
Open the terminal and type the below code to start the Netspeed indicator app
indicator-netspeed &
That's it. You can see the Upload & download Speed also by clicking on the Icon.
add a comment |
up vote
0
down vote
I use Netspeed for Unity for that with Lubuntu 18.04 LTS, and think this link to acquire Netspeed will be helpful; please note there's a version for 16.04 ('Xenial'), so you can disregard everything on that page but the second and third paragraphs, to wit:
sudo -i
add-apt-repository ppa:fixnix/netspeed
apt-get update
apt install indicator-netspeed-unity
- Restart your PC/laptop.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f866990%2fsystem-monitor-how-to-display-net-speed-on-panel%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
10
down vote
xenial
- install
indicator-netspeed
from terminal - run
apt:indicator-netspeed
from your browser's URL panel - download 32-bit or 64-bit deb package from launchpad and install them via Software Center
Terminal install
sudo -i
add-apt-repository ppa:nilarimogard/webupd8
apt update && apt install indicator-netspeed
To start the indicator, run indicator-netspeed &
bionic and up
Gnome Extensions: Install
If you want to download the extension package manually, select your shell version and extension version.
GitHub: hedayaty/netspeed
bionic with unity panel
Terminal install
sudo -i
apt-add-repository ppa:fixnix/netspeed
apt update && apt install indicator-netspeed-unity
To start the indicator, run indicator-netspeed-unity &
Launchpad: Download
GitHub: ggleb/indicator-netspeed-unity
how can I use it on Ubuntu Mate
– blueray
May 21 at 14:05
1
@blueray just type apt:mate-netspeed in your browser's URL panel
– Tomáš Pánik
Jul 22 at 21:20
1
On bionic apt givesPackage netspeed is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source
so unfortunately this is not quite working...
– Andrew Savinykh
Dec 1 at 1:28
@AndrewSavinykh updated. thanks!
– Tomáš Pánik
Dec 1 at 8:07
add a comment |
up vote
10
down vote
xenial
- install
indicator-netspeed
from terminal - run
apt:indicator-netspeed
from your browser's URL panel - download 32-bit or 64-bit deb package from launchpad and install them via Software Center
Terminal install
sudo -i
add-apt-repository ppa:nilarimogard/webupd8
apt update && apt install indicator-netspeed
To start the indicator, run indicator-netspeed &
bionic and up
Gnome Extensions: Install
If you want to download the extension package manually, select your shell version and extension version.
GitHub: hedayaty/netspeed
bionic with unity panel
Terminal install
sudo -i
apt-add-repository ppa:fixnix/netspeed
apt update && apt install indicator-netspeed-unity
To start the indicator, run indicator-netspeed-unity &
Launchpad: Download
GitHub: ggleb/indicator-netspeed-unity
how can I use it on Ubuntu Mate
– blueray
May 21 at 14:05
1
@blueray just type apt:mate-netspeed in your browser's URL panel
– Tomáš Pánik
Jul 22 at 21:20
1
On bionic apt givesPackage netspeed is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source
so unfortunately this is not quite working...
– Andrew Savinykh
Dec 1 at 1:28
@AndrewSavinykh updated. thanks!
– Tomáš Pánik
Dec 1 at 8:07
add a comment |
up vote
10
down vote
up vote
10
down vote
xenial
- install
indicator-netspeed
from terminal - run
apt:indicator-netspeed
from your browser's URL panel - download 32-bit or 64-bit deb package from launchpad and install them via Software Center
Terminal install
sudo -i
add-apt-repository ppa:nilarimogard/webupd8
apt update && apt install indicator-netspeed
To start the indicator, run indicator-netspeed &
bionic and up
Gnome Extensions: Install
If you want to download the extension package manually, select your shell version and extension version.
GitHub: hedayaty/netspeed
bionic with unity panel
Terminal install
sudo -i
apt-add-repository ppa:fixnix/netspeed
apt update && apt install indicator-netspeed-unity
To start the indicator, run indicator-netspeed-unity &
Launchpad: Download
GitHub: ggleb/indicator-netspeed-unity
xenial
- install
indicator-netspeed
from terminal - run
apt:indicator-netspeed
from your browser's URL panel - download 32-bit or 64-bit deb package from launchpad and install them via Software Center
Terminal install
sudo -i
add-apt-repository ppa:nilarimogard/webupd8
apt update && apt install indicator-netspeed
To start the indicator, run indicator-netspeed &
bionic and up
Gnome Extensions: Install
If you want to download the extension package manually, select your shell version and extension version.
GitHub: hedayaty/netspeed
bionic with unity panel
Terminal install
sudo -i
apt-add-repository ppa:fixnix/netspeed
apt update && apt install indicator-netspeed-unity
To start the indicator, run indicator-netspeed-unity &
Launchpad: Download
GitHub: ggleb/indicator-netspeed-unity
edited Dec 1 at 11:48
answered Jan 2 '17 at 7:05
Tomáš Pánik
337110
337110
how can I use it on Ubuntu Mate
– blueray
May 21 at 14:05
1
@blueray just type apt:mate-netspeed in your browser's URL panel
– Tomáš Pánik
Jul 22 at 21:20
1
On bionic apt givesPackage netspeed is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source
so unfortunately this is not quite working...
– Andrew Savinykh
Dec 1 at 1:28
@AndrewSavinykh updated. thanks!
– Tomáš Pánik
Dec 1 at 8:07
add a comment |
how can I use it on Ubuntu Mate
– blueray
May 21 at 14:05
1
@blueray just type apt:mate-netspeed in your browser's URL panel
– Tomáš Pánik
Jul 22 at 21:20
1
On bionic apt givesPackage netspeed is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source
so unfortunately this is not quite working...
– Andrew Savinykh
Dec 1 at 1:28
@AndrewSavinykh updated. thanks!
– Tomáš Pánik
Dec 1 at 8:07
how can I use it on Ubuntu Mate
– blueray
May 21 at 14:05
how can I use it on Ubuntu Mate
– blueray
May 21 at 14:05
1
1
@blueray just type apt:mate-netspeed in your browser's URL panel
– Tomáš Pánik
Jul 22 at 21:20
@blueray just type apt:mate-netspeed in your browser's URL panel
– Tomáš Pánik
Jul 22 at 21:20
1
1
On bionic apt gives
Package netspeed is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source
so unfortunately this is not quite working...– Andrew Savinykh
Dec 1 at 1:28
On bionic apt gives
Package netspeed is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source
so unfortunately this is not quite working...– Andrew Savinykh
Dec 1 at 1:28
@AndrewSavinykh updated. thanks!
– Tomáš Pánik
Dec 1 at 8:07
@AndrewSavinykh updated. thanks!
– Tomáš Pánik
Dec 1 at 8:07
add a comment |
up vote
3
down vote
In Ubuntu 18.04 simply open the Ubuntu software app and search for Netspeed. Click to install the app and it will be displayed on your upper status bar on the right side.
add a comment |
up vote
3
down vote
In Ubuntu 18.04 simply open the Ubuntu software app and search for Netspeed. Click to install the app and it will be displayed on your upper status bar on the right side.
add a comment |
up vote
3
down vote
up vote
3
down vote
In Ubuntu 18.04 simply open the Ubuntu software app and search for Netspeed. Click to install the app and it will be displayed on your upper status bar on the right side.
In Ubuntu 18.04 simply open the Ubuntu software app and search for Netspeed. Click to install the app and it will be displayed on your upper status bar on the right side.
answered Jul 18 at 18:56
Shahryar Saigol
311
311
add a comment |
add a comment |
up vote
2
down vote
Steps to see NetSpeed Indicator n Unity Desktop Ubuntu
- Open the terminal.
Type the below codes in Terminal:
sudo apt-add-repository ppa:fixnix/netspeed
sudo apt-get update
sudo apt-get install indicator-netspeed-unity
Logout of the current session & Login again for the changes to take effect.
Net speed indicator app will start automatically on top of the Unity Panel.
If you don't like to logout, you can still start Netspeed Indicator Applet on Unity panel.
Open the terminal and type the below code to start the Netspeed indicator app
indicator-netspeed &
That's it. You can see the Upload & download Speed also by clicking on the Icon.
add a comment |
up vote
2
down vote
Steps to see NetSpeed Indicator n Unity Desktop Ubuntu
- Open the terminal.
Type the below codes in Terminal:
sudo apt-add-repository ppa:fixnix/netspeed
sudo apt-get update
sudo apt-get install indicator-netspeed-unity
Logout of the current session & Login again for the changes to take effect.
Net speed indicator app will start automatically on top of the Unity Panel.
If you don't like to logout, you can still start Netspeed Indicator Applet on Unity panel.
Open the terminal and type the below code to start the Netspeed indicator app
indicator-netspeed &
That's it. You can see the Upload & download Speed also by clicking on the Icon.
add a comment |
up vote
2
down vote
up vote
2
down vote
Steps to see NetSpeed Indicator n Unity Desktop Ubuntu
- Open the terminal.
Type the below codes in Terminal:
sudo apt-add-repository ppa:fixnix/netspeed
sudo apt-get update
sudo apt-get install indicator-netspeed-unity
Logout of the current session & Login again for the changes to take effect.
Net speed indicator app will start automatically on top of the Unity Panel.
If you don't like to logout, you can still start Netspeed Indicator Applet on Unity panel.
Open the terminal and type the below code to start the Netspeed indicator app
indicator-netspeed &
That's it. You can see the Upload & download Speed also by clicking on the Icon.
Steps to see NetSpeed Indicator n Unity Desktop Ubuntu
- Open the terminal.
Type the below codes in Terminal:
sudo apt-add-repository ppa:fixnix/netspeed
sudo apt-get update
sudo apt-get install indicator-netspeed-unity
Logout of the current session & Login again for the changes to take effect.
Net speed indicator app will start automatically on top of the Unity Panel.
If you don't like to logout, you can still start Netspeed Indicator Applet on Unity panel.
Open the terminal and type the below code to start the Netspeed indicator app
indicator-netspeed &
That's it. You can see the Upload & download Speed also by clicking on the Icon.
edited Nov 13 '17 at 5:59
muru
135k19289491
135k19289491
answered Nov 13 '17 at 5:39
mushfiq
311
311
add a comment |
add a comment |
up vote
0
down vote
I use Netspeed for Unity for that with Lubuntu 18.04 LTS, and think this link to acquire Netspeed will be helpful; please note there's a version for 16.04 ('Xenial'), so you can disregard everything on that page but the second and third paragraphs, to wit:
sudo -i
add-apt-repository ppa:fixnix/netspeed
apt-get update
apt install indicator-netspeed-unity
- Restart your PC/laptop.
add a comment |
up vote
0
down vote
I use Netspeed for Unity for that with Lubuntu 18.04 LTS, and think this link to acquire Netspeed will be helpful; please note there's a version for 16.04 ('Xenial'), so you can disregard everything on that page but the second and third paragraphs, to wit:
sudo -i
add-apt-repository ppa:fixnix/netspeed
apt-get update
apt install indicator-netspeed-unity
- Restart your PC/laptop.
add a comment |
up vote
0
down vote
up vote
0
down vote
I use Netspeed for Unity for that with Lubuntu 18.04 LTS, and think this link to acquire Netspeed will be helpful; please note there's a version for 16.04 ('Xenial'), so you can disregard everything on that page but the second and third paragraphs, to wit:
sudo -i
add-apt-repository ppa:fixnix/netspeed
apt-get update
apt install indicator-netspeed-unity
- Restart your PC/laptop.
I use Netspeed for Unity for that with Lubuntu 18.04 LTS, and think this link to acquire Netspeed will be helpful; please note there's a version for 16.04 ('Xenial'), so you can disregard everything on that page but the second and third paragraphs, to wit:
sudo -i
add-apt-repository ppa:fixnix/netspeed
apt-get update
apt install indicator-netspeed-unity
- Restart your PC/laptop.
edited Nov 1 at 17:41
K7AAY
3,89221544
3,89221544
answered Nov 1 at 17:13
Syed Abidur Rahman
1013
1013
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f866990%2fsystem-monitor-how-to-display-net-speed-on-panel%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown