< Home - < Back

narcissus-app


Information about the package, narcissus-app, which is shipped with common Linux distributions. The narcissus-app package is designed for, WSGI app for Narcissus, realtime log visualization.


Package Name:

narcissus-app

Summary:

WSGI app for Narcissus, realtime log visualization

Description:

This package contains the wsgi app for narcissus. Narcissus is a web application that visualizes web server hits as they happen in real time. Features: * IP addresses converted to latitude/longitude, then streamed via WebSockets to `polymaps <http://polymaps.org/>`_. * Realtime graphs of what countries are downloading what content with `d3 <http://d3js.org>`_. * `Ømq (zeromq) <http://www.zeromq.org/>`_ on the backend. * **Fast**. No polling. You can see a demo running live at http://narcissus.rc.rit.edu It is visualizing the logs of http://mirror.rit.edu

Architecture:

noarch

Version:

0.9.1

Release:

1.el6

Size:

5.3 k

Repository:

epel

From Repository:

Licence:

AGPLv3+



Handy Yum Commands for narcissus-app


Control the narcissus-app package with the following handy commands outlined below.


Command

Description of Command

yum install narcissus-app

This command will install narcissus-app on the server.

yum remove narcissus-app

This command will un-install narcissus-app on the server. When you run this command, you will be asked if you are sure that you want to remove narcissus-app, so you have to manually confirm that you want to do this.

yum -y remove narcissus-app

This command will un-install narcissus-app on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove narcissus-app when using the -y flag.

yum update narcissus-app

This command will update narcissus-app to the latest version. When you run this command, you will be asked if you are sure that you want to remove narcissus-app, so you have to manually confirm that you want to do this.

yum -y update narcissus-app

This command will update narcissus-app to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove narcissus-app when using the -y flag.

yum info narcissus-app

This command will show you core information about the narcissus-app package.

yum deplist narcissus-app

This command will show you the dependencies for narcissus-app. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update narcissus-app

This command will check if there is an update waiting on narcissus-app. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.