• Home
  • Archive
  • Tools
  • Contact Us

The Customize Windows

Technology Journal

  • Cloud Computing
  • Computer
  • Digital Photography
  • Windows 7
  • Archive
  • Cloud Computing
  • Virtualization
  • Computer and Internet
  • Digital Photography
  • Android
  • Sysadmin
  • Electronics
  • Big Data
  • Virtualization
  • Downloads
  • Web Development
  • Apple
  • Android
Advertisement
You are here: Home » Get Real Time Statistics on SSH with LogTop

By Abhishek Ghosh July 28, 2014 11:58 pm Updated on July 28, 2014

Get Real Time Statistics on SSH with LogTop

Advertisement

LogTop is a Python package, it can be installed on Cloud Servers and display real-time count of strings received in standard input on CLI. LogTop is also available as standard package for Debian and Ubuntu. One can compile from the source code or can directly use command to fetch from Apt, the Debian package manager. Developer of this package is Julien Palard.

 

Get Real Time Statistics on SSH with LogTop

 

LogTop is quite powerful tool. One can see the source code on GitHub :

 

Vim
1
https://github.com/JulienPalard/logtop

 

Corresponding official documentation are available on Debian and Ubuntu’s official websites :

Advertisement

---

Vim
1
2
https://packages.debian.org/unstable/main/logtop
https://launchpad.net/ubuntu/+source/logtop

So, actually it is possible to install logtop directly :

Vim
1
2
3
4
5
6
7
8
apt-get install logtop
# output
# universe repository must be enabled from sources.list
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
  logtop

Building from source code can be also done :

Vim
1
2
3
4
5
6
7
8
9
10
11
wget https://github.com/JulienPalard/logtop/archive/logtop-0.6.tar.gz
# output
tar -xzvf logtop-0.6.tar.gz
# check the name by doing ls
cd logtop-0.6
# install dependencies
aptitude install python-dev swig
aptitude install libncurses5-dev uthash-dev && make python-module
python setup.py install
# run
./logtop

LogTop displays real-time count of strings received in standard input, like in situation we described in the guide to Fix Failing Server on WordPress Post Publish.

Get Real Time Statistics on SSH with LogTop

 

How To Get Real Time Statistics on SSH with LogTop

 

Typical usage pattern is :

Vim
1
tail -f FILE | logtop

Like compatible example with our previous article linked above :

Vim
1
tail -f /var/log/apache2/access.log | cut -d' ' -f1 | logtop

LogTop has API support and can be combined with other software quite easily, API part is described in official GitHub repository.

This Article Has Been Shared 845 Times!

Facebook Twitter Pinterest
Abhishek Ghosh

About Abhishek Ghosh

Abhishek Ghosh is a Businessman, Orthopaedic Surgeon, Author and Blogger. You can keep touch with him on Twitter - @AbhishekCTRL.

Here’s what we’ve got for you which might like :

Articles Related to Get Real Time Statistics on SSH with LogTop

  • Software Maintenance in Cloud Computing

    Software Maintenance is a factor of thought, be it a simple CMS or the Core Software. How easy or hard the Software Maintenance part in Cloud Computing ?

  • Redirecting HTTP to HTTPS on Heroku Cloud PaaS

    Redirecting HTTP to HTTPS on Heroku Cloud PaaS specially for Free account is not that easy for a beginner than it appears. There are some ways for redirection.

  • Misunderstandings With Cloud Computing

    Misunderstandings With Cloud Computing is common due to promoting strategies by the companies. Many investments in private clouds are wasted.

  • Optical Networks and Low Latency for Data Centers

    Optical Networks and Low Latency for Data Centers are requirements for new applications and wider variety of services, including those for cloud computing.

  • ERP Software as a Service : Drag Individualization

    ERP Software as a Service making and more companies interested but it still need cautious. For small business, individuals such offers can be interesting.

Additionally, performing a search on this website can help you. Also, we have YouTube Videos.

Take The Conversation Further ...

We'd love to know your thoughts on this article.
Meet the Author over on Twitter to join the conversation right now!

If you want to Advertise on our Article or want a Sponsored Article, you are invited to Contact us.

Contact Us

Subscribe To Our Free Newsletter

You can subscribe to our Free Once a Day, Regular Newsletter by clicking the subscribe button below.

Click To Subscribe

Please Confirm the Subscription When Approval Email Will Arrive in Your Email Inbox as Second Step.

Search this website…

 

Popular Articles

Our Homepage is best place to find popular articles!

Here Are Some Good to Read Articles :

  • Cloud Computing Service Models
  • What is Cloud Computing?
  • Cloud Computing and Social Networks in Mobile Space
  • ARM Processor Architecture
  • What Camera Mode to Choose
  • Indispensable MySQL queries for custom fields in WordPress
  • Windows 7 Speech Recognition Scripting Related Tutorials

Social Networks

  • Pinterest (21K Followers)
  • Twitter (5.3k Followers)
  • Facebook (5.7k Followers)
  • LinkedIn (3.7k Followers)
  • YouTube (1.3k Followers)
  • GitHub (Repository)
  • GitHub (Gists)
Looking to publish sponsored article on our website?

Contact us

Recent Posts

  • What You Need to Know About Hybrid Mobile App Development March 6, 2021
  • Why Not to Use Your Host for Email Marketing March 5, 2021
  • What You Need to Know About the Microservices March 4, 2021
  • Fix Missing/Bad FileProvider for Freshchat (Android error code 354) March 3, 2021
  • Basics of Data Protection on the Internet March 2, 2021

 

About This Article

Cite this article as: Abhishek Ghosh, "Get Real Time Statistics on SSH with LogTop," in The Customize Windows, July 28, 2014, March 7, 2021, https://thecustomizewindows.com/2014/07/get-real-time-statistics-ssh-logtop/.

Source:The Customize Windows, JiMA.in

 

This website uses cookies. If you do not want to allow us to use cookies and/or non-personalized Ads, kindly clear browser cookies after closing this webpage.

Read Cookie Policy.

PC users can consult Corrine Chorney for Security.

Want to know more about us? Read Notability and Mentions & Our Setup.

Copyright © 2021 - The Customize Windows | dESIGNed by The Customize Windows

Copyright  · Privacy Policy  · Advertising Policy  · Terms of Service  · Refund Policy