Obtaining real-time values of system parameters or events (processor load, server responsiveness, intrusion attempts, …), or getting alerted when certain events happen
0
votes
1answer
9 views
Linux : See CPU usage by a process for the last second
vmstat 1
Above will print virtual memory statistics each seconds. It will also show the CPU utilization for last second.
I have a web server at hand which runs httpd and MySQL. I need to find how ...
3
votes
2answers
67 views
Getting current TCP connection count on a system
Instead of doing wc -l /proc/net/tcp, is there a faster way of doing it?
I just need a total count of tcp connections.
2
votes
2answers
76 views
Can conky monitor other Linux computers on the network?
I know conky can monitor my personal computer, but can it monitor the other Linux servers I have on the network? I'd like to see data on CPU and memory usage and some critical processes each server ...
2
votes
0answers
54 views
Linux workstation monitoring tools
I am currently working in a company that runs Linux (openSUSE 12.1) on the workstations (about 200 computers).
I am looking for a tool or methods that could allow me to monitor them remotely, upgrade ...
3
votes
2answers
68 views
Monitor hundreds of hosts for basic parameters
We have several hundred Linux VMs on EC2 and Google compute engine. We want to monitor basic things like disk free space and memory consumption, in the easiest and lightest way possible. Expectedly, ...
0
votes
0answers
19 views
Contradictory information from “top” [duplicate]
As we all know, the top command displays various real-time information about the running system. What I can't figure out is this:
top claims that gzip is using 95% CPU. (Not unreasonable, considering ...
1
vote
0answers
41 views
How to setup an audio/sound output monitor/listener?
I am working with an Arduino and am trying to get it to respond to sound when it is played on my computer. I'm communicating with it over a serial port.
I need to know if there are any audio/sound ...
0
votes
2answers
96 views
Bandwidth, CPU & Memory stats returned in single line from terminal
I'm trying to create a simple monitoring system that will show a graph of sales that is linked entirely to data of bandwidth, CPU and Memory stats as they relate to sales. So if I sale 1 widget per 5 ...
4
votes
1answer
28 views
How to monitor all executions of an executable over a time period
I know how to monitor a process. Commands like top and so forth can monitor the CPU time and memory usage for a given process instance.
But say I expect a given executable to be run several times in ...
1
vote
0answers
35 views
Plotting data from a text file on the desktop
I want to monitor some simulations I run In a way similar to how text monitor display data. I can easily generate a bunch of text files or image files with the data/plot I want to follow. How can I ...
6
votes
2answers
135 views
Is it possible to know who visited my home directory?
Suppose there are many users in a Linux cluster, each of them has his own HOME directory under /home/xxx, with xxx being his user name (or account). If the initial system configuration allows these ...
1
vote
2answers
78 views
How can be monitored I/O stream in a particular Linux directory or file?
I have a problem with monitoring of i/o stream in the particular directory(amount of read and written bytes during specified period). I have been trying to use iostat, inotifywait and inotifywatch, ...
1
vote
1answer
93 views
Network bandwidth measurement on Solaris
I want to install pathtest or a program like it in a Sparc server running solaris 10. The purpose is to make a speedtest server to my remote sites.
It is mentioned in pathtest FAQ that it only ...
1
vote
2answers
81 views
How to know recently updated files
If I run iostat -x 1 I saw ocassionally large 5MB to 10MB writes.
What files are being written?
I want to check the recently created files with size over 5MB for example.
How would I do so?
3
votes
1answer
101 views
How to know which commands are executed when I do something in GUI
This is for academic purpose. I want to know which commands are executed when we do something in GUI, for example creating a folder. I want to show that both the mkdir shell command and create folder ...
3
votes
2answers
141 views
Filesystem monitoring
A script where we need to come up with a way for the disk space monitoring to be smarter. On smaller file systems, we still want to alert at 90% full, but on larger file sytems, we should only alert ...
0
votes
1answer
94 views
What to do if Cacti monitering server goes down in Centos 6.3?
I have successfully deployed cacti with plugins thold, nectar, realtime. Currently I am monitering my amazon ec2 servers and internal servers in my organization. but I afraid what to do In following ...
3
votes
2answers
113 views
Unix command to find files read by specific user
I would like to find files accessed by specific user (even just read) within a folder tree. I thought the find command had this option, but it actually just searches for owner user. Is there any other ...
1
vote
2answers
83 views
Monitor single process to logfile perodicly
Based on this question, I would like to log the performance of a specific process, with a frequency of say one second, to a csv (comma separated value) log file.
Something like:
...
0
votes
1answer
103 views
Console CPU utilisation chart
I need to monitor CPU and network utilisation from a terminal.
For network traffic, I have found the perfect tool:
slurm
It gives me a moving chart. It gives me an nCurses-like UI I can use from ...
1
vote
0answers
124 views
Awesome Apache Monitoring
I'm doing some research into how I can collect and graph useful statistics from apache per vhost:
Bandwidth Usage
Number of requests
Errors
Busy workers
Free workers
Queued/Waiting requests
Bonus ...
2
votes
3answers
135 views
Monitoring HTTPS traffic using tcpflow
I would like to use tcpflow to monitor https requests. I have read tutorials on how to monitor http traffic but when I connect to a host using https the output is garbled. I am using tcpflow in the ...
3
votes
2answers
480 views
Bash script to detect when my server is down or offline
Background : I need to receive an alert when my server is down. When the server is down, maybe the Sysload collector will not be able to send any alert. To receive an alert when the server is down, I ...
1
vote
0answers
62 views
Connection status monitoring tool
I have an internet connection that is flaky; when it goes bad, there are things that can be done to restore it, so I've made a connection monitoring script to figure out if my connection is gone or ...
1
vote
1answer
108 views
Bandwidth usage monitoring [duplicate]
Possible Duplicate:
Find out network traffic per IP
I want to monitor my bandwidth usuage for wired as well wireless devices on my network.
Is there any tool, preferably one that does not ...
4
votes
2answers
85 views
Determine which process is taking most of disk bandwidth?
When the HDD indicator is blinking (for a long period), how could I know which process is taking most disk bandwidth?
1
vote
2answers
62 views
Is there a way track bandwidth over time like days, months?
I would like to know how much bandwidth is being used on my server. Not HTTP bandwidth, but all protocols. Basically iftop data over time continuously logged. Then I could write a simple python script ...
3
votes
4answers
260 views
Tools that monitor the network bandwidth based on IP?
In a networked environment, such as SOHO, is there any tools that can monitor the network bandwidth usage based on the computer's IP or mac address? So that we can know which user has the highest ...
3
votes
4answers
161 views
How to see the commands executed in another shell?
Is there a way to watch what commands are being executed in another shell, as they're being executed? Both shells are bash, and I have root access, if that matters. I can't install any extra software, ...
1
vote
2answers
121 views
How to monitor specific files in unix [duplicate]
Possible Duplicate:
How to run a command when a directory’s contents are updated?
Any one know how to monitor files in Unix. I want to take backup of that files when its modified and store ...
1
vote
3answers
143 views
What logs would be written if file system is full in UNIX?
I am working on a unix server and I guess during some time in past the file system had been full. However, I need some solid data to prove it. Will there be any OS logs or something of that sort to ...
1
vote
2answers
179 views
Bandwith monitoring in Linux
I just need to get how much bandwidth is used in 3 or 4 days. Do you have any application in the terminal to do it?
I'd prefer if it didn't use SNMP.
I found iptraf, wireshark, cacti, but they were ...
10
votes
2answers
323 views
Linux program to look into what you're downloading
Is there a linux program that allows you to look into your current download traffic? Something that can list all the addresses I am currently connected to and downloading from.
5
votes
1answer
1k views
Monitor mode wifi only seeing broadcast packets
I have pretty much exhausted every link I have found on google regarding this topic, and I'd like some of the most experienced eyes on the problem, because something obscure must be going on.
Systems ...
1
vote
1answer
65 views
Can we use history file for auditing purpose
We have a common testing environment on AIX for all 15-20 persons. There might be chances that somebody deleted the files mistakenly. In such scenarios, it is very difficult to know who deleted files ...
1
vote
1answer
67 views
How to read the temperature of Tesla M2050?
NVML(nvidia-smi) does not support the temperature for this videocard
nvidia-settings does not work, because it is a cluster node(with 3 gpus) and there is no X
lm-sensors does not show gpus
...
4
votes
1answer
685 views
Tracking what commands were executed after sudo to another user
I have provided sudo to ten users to become another user like nsup.
I want to track which user executes which command after they become nsup.
If there is a way to store the log files in a common file ...
1
vote
0answers
86 views
Is collectd able to send data tagged as a host other than itself?
I log various stats both generic and custom from a lot of different servers using collectd to a single host running a network listener. The setup is pretty simple. All the systems run an instance of ...
3
votes
3answers
281 views
Any way to list wireless clients in range
I'm looking to see whether it's possible to implement a staff 'in office/out of office' facility by tracking the active wifi (phones/tablets/laptops) in the building.
Is it possible to return a list ...
3
votes
1answer
88 views
Efficient mechanism to determine if open file has been externally modified?
For example, the IDE I'm using at the moment (Aptana Studio) notifies me as soon as a file's contents it has open have been changed by some external program.
I can imagine having a periodic loop run ...
1
vote
1answer
90 views
Monitoring interface changes with udev, especially if a route is set
Is there a way to monitor interface up/downs, especially to check if a route is setup or removed, with udev?
3
votes
1answer
104 views
Live program output monitoring tool
I would like to know if there is a tool that would enable you to watch how the program output changes live. Something like tail -f but instead of monitoring the file changes, it would repeatedly call ...
2
votes
1answer
117 views
How to find what's hogging what resources? [closed]
I've found lots of similar questions, but nothing that's exactly right.
I'm trying to figure out what's making one server run slower than another. I'm hoping for something that would say something ...
2
votes
3answers
2k views
GPU usage monitoring (CUDA)
I installed CUDA toolkit on my computer and started BOINC project on GPU. In BOINC I can see that it is running on GPU, but is there a tool that can show me more details about that what is running on ...
1
vote
0answers
237 views
Add blinking network-monitor icon to GNOME / XFCE
I'd like to see if I have incoming or outgoing network traffic via a little blinking network-monitor icon in my system tray, similar to the network system tray icon in Windows XP and Android. I would ...
2
votes
1answer
110 views
What are some good profiling tools for unix?
I'm looking for some good profiling tools for unix like OProfile. What I would like to see is how the operating system manages the interrupts, cache, read/writes, etc, etc(lots of other intricate ...
2
votes
3answers
2k views
Find out network traffic per IP
We have one central server which functions as an internet gateway. This server is connected to the internet, and using iptables we forward traffic and share the internet connection among all computers ...
1
vote
2answers
2k views
What can I use to monitor and log incoming/outgoing traffic to/from remote hosts?
I run a web server (Debian Squeeze on a VPS), and the graphs provided by the hosting company show consistently that around twice as much traffic is incoming to the server compared to the outgoing ...
1
vote
3answers
176 views
Is there a way to find out which webpages are being accessed by clients on a UNIX webserver?
My web server is running CentOS and every time a certain page is accessed on my forum, httpd locks up and I can never seem to pinpoint the exact file.
Is there any way to view the pages that ...
1
vote
1answer
175 views
How to know who accessed a file or if a file has 'access' monitor in linux
I'm a noob and have some questions about viewing who accessed a file.
I found there are ways to see if a file was accessed (not modified/changed) through audit subsystem and inotify.
However, from ...