10 Useful Sar (Sysstat) Examples for UNIX / Linux Performance Monitoring

2011-04-22 3 min read Learning Linux

10 Useful Sar (Sysstat) Examples for UNIX / Linux Performance Monitoring

by Ramesh Natarajan on March 29, 2011

Using sar you can monitor performance of various Linux subsystems (CPU, Memory, I/O..) in real time.

Using sar, you can also collect all performance data on an on-going basis, store them, and do historical analysis to identify bottlenecks.

Sar is part of the sysstat package.

This article explains how to install and configure sysstat package (which contains sar utility) and explains how to monitor the following Linux performance statistics using sar.

Continue reading

Results of Fedora 16 Release Name Voting

2011-04-20 1 min read Fedora

Fedora 16 is codenamed Verne. Here are other details:

The voting has concluded for the Fedora 16 release name, and the
results are in!  Thank you to the Fedora community members who made
name suggestions and participated in the voting.

The Fedora 16 release name is: Verne

Voting period:  Tuesday 2011-04-05 00:00:00 to Monday 2011-04-11 23:59:59
Number of valid ballots cast:  421

Using the range voting method, each candidate could attain a maximum
of (421*9) = 3789 votes.

Continue reading

The Ultimate Guide to Getting Support on Linux-use empathy to login to IRC….

2011-04-18 4 min read Learning Linux

The Ultimate Guide to Getting Support on Linux
Installing Linux has become effortless to the extent that anyone with a little knowledge of computers can get a Linux machine up and running instantly. However, many of them throw in the towel when faced with even the slightest of glitches. The main reason for this is the belief that Linux doesn’t offer any kind of support.

Other problem users face is that the regular technician who repairs their computer refuses even to touch a machine that’s running Linux. So, if you are one of those users disgruntled after encountering a multitude of problems with a fresh Linux install — don’t panic and read on to know some ways in which you could get support for your Linux installation.

Continue reading

Gnome Tips

2011-02-25 3 min read Fedora GNOME

Add/Edit GDM Sessions

Each session is a *.desktop file located at /usr/share/xsessions.

GDM appearance

You can change background image, gtk/icon theme by hands (as described at Gnome_2.28_Changes#Configuring_gdm_2.28), or you can use gdm2setup from the AUR.

Tweaking

If your gnome applications seem sluggish and gnome hangs at start-up after killing the previous session, it’s likely you haven’t set your /etc/hosts file correctly and your /etc/hosts file includes:

127.0.0.1       localhost.localdomain     localhost      YOURHOSTNAME

Then run “/bin/hostname YOURHOSTNAME” and “/sbin/ifconfig lo up” as root.

Continue reading

vino – connect to running GNome session like RDP

2011-02-04 2 min read Fedora Linux

One thing that all of us Linux users have probably missed is connecting to the running GNome session to see what is going on in the running session. This can be quite handy in couple of situations:

  1. Debugging remote sessions – where you do not want a new session, instead want to connect to running session.

  2. Maintaining running session from another PC. If you are running some applications on some Linux box and want to gracefully stop it using some commands other than kill -9 then it is best that you connect to the running session, if you are not using screen.

    Continue reading

Execute a command with a timeout

2010-12-29 1 min read Bash Learning
Official Ubuntu circle with wordmark. Replace ...
  <dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;">
    Image via <a href="http://commons.wikipedia.org/wiki/File:Ubuntu_logo.svg">Wikipedia</a>
  </dd>
</dl>

Execute a command with a timeout

  <td>
    <div class="text codecolorer">
      &nbsp;timelimit -t100 somecommand
    </div>
  </td>
</tr>
1

I found this in Ubuntu repos, and consider it better than timeout.

* View this command to comment, vote or add to favourites * View all commands by CodSpirit

Continue reading
Older posts Newer posts