Questions tagged [realtime]

42 questions
60
votes
13 answers

How to monitor a windows log file in real time?

On windows how can I easily monitor a log file and see updates to the file in real time? Basically, same functionality like tail -f log_file on Unix systems Platform: Windows XP/2003/2008 server [Update] this is quite handy for a quick…
dance2die
  • 2,011
  • 7
  • 32
  • 41
39
votes
8 answers

Colorize Monitoring of Logs

I sometimes monitor apache and php error logs using tail under FreeBSD. Is there any way to get colorized output, either using tail or some other command line app? Alternatively, what is your favorite way to monitor the various web-related logs in…
Ian
  • 1,498
  • 4
  • 26
  • 32
7
votes
1 answer

CentOS 5 - realtime patch

Where can I download precompiled CentOS 5 kernel including realtime patch? Or I need to compile it myself (if yes, how to do that)?
Dima
  • 485
  • 3
  • 7
  • 15
6
votes
1 answer

Continuously monitor the postfix Mailqueue (real time)

Is there a command to look at the Mailqueue of Postfix in real time. I know of the commands, postqueue -p and mailq. What I am looking for is real time monitoring of the queue. Similar to when I monitor a log with tail -f.
elJoel
  • 63
  • 1
  • 1
  • 3
5
votes
1 answer

HP MSA 2040 for SVOD service

Is HP-MSA-2040 suitable for SVOD service with around 100 Terabyte of real time data short term and 1 petabyte long term? what kind of disk is recommended for the SAN?(considering throughput and size) SSD or SAS HDD (the file sizes are around 3 and…
hsp
  • 51
  • 4
5
votes
1 answer

How do you force a process to flush the data written to an open file descriptor under Linux?

I have a binary process (with no sources available) running on an embedded Linux system. The process opens a log file (/tmp/dmaosd.log) where it logs what it's doing. The problem is the log gets updated in chunks (about 1000 bytes at a time), so I…
Mad_Ady
  • 475
  • 1
  • 6
  • 14
5
votes
4 answers

Realtime OS alternatives that run Windows apps?

I have an Microsoft .NET application that needs to be sped up, so it can have more deterministic round trip response times to incoming TCP/IP internet packets. Are there any realtime builds of Windows, or realtime OS's that will run Microsoft .NET…
Contango
  • 1,150
  • 5
  • 15
  • 31
4
votes
8 answers

Realtime antivirus software for Windows Server 2008 R2

Microsoft's Forefront Client Security doesn't install on Windows Server 2008 R2. I'm talking specifically about FCS without update server that updates via Windows Update: clientsetup /nomom This installation doesn't work on a server operating…
Robert Koritnik
  • 912
  • 5
  • 19
  • 35
4
votes
8 answers

Tools for Monitoring Multiple Unix Based Systems

What's your suggested tool to monitor multiple Unix (Linux and OSX specifically) based systems at the same time? I need to monitor the utilization of the CPU, memory, and disks in real time and would prefer a single tool to do so.
Scott Keck-Warren
  • 1,670
  • 1
  • 14
  • 23
4
votes
3 answers

Monitor multiple Linux log files in real time

I'm debugging a Linux application that allows remote jobs to be submitted, logging the output from each job in a new file. The log file paths conform to: /joblogs/job_*/JOB.LOG where the wild card represents the unique job number. I want to be…
gareth_bowles
  • 9,127
  • 9
  • 34
  • 42
3
votes
4 answers

Real-time file sync between servers with hunderd-thousands of small files

I've given the task to create two CentOS 7 servers where not only the databases will be replicated but also files. Now my problem is that there will be probably hundred-thousands of files if not a million of files with a wide variety of sizes from a…
Bert
  • 1,028
  • 1
  • 16
  • 33
3
votes
1 answer

Jenkins/Hudson Can we monitor realtime result of external job from Console output?

I have some external jobs need to be monitoring from central Jenkins/Hudson server. Jenkins/Hudson just send job output after it finish. Some jobs run in very long time and we aren't sure it is running or failing to the end of process. How can I…
olragon
  • 35
  • 5
2
votes
1 answer

Fastest triggering of realtime anti virus scan

I have the problem, that in each backup of my mail system (File based archive on Windows Server 2012 R2), errors occur while backing up virus-infected e-mail attachment files. This is caused by the real-time scan (in my case of TrendMicro…
Ludwig Behm
  • 161
  • 7
2
votes
1 answer

Asterisk realtime include dialplans

I noticed that when creating a dialplan in asterisk on realtime, I cannot inlcude contexts. So to be clear, I want to do the following: [context1] switch => Realtime [context2] include => context1 switch => Realtime Or [context1] switch =>…
Haije Ploeg
  • 163
  • 2
  • 13
2
votes
1 answer

How do I monitor file modifications of a Linux user from the user process instead of the file-system itself?

We have a requirement to fill that will give us a daily report on all the changes that were made (and who made them) through the SSH protocol; whether it be files or database resources. Monitoring database actions are no problem with the exception…
C. David
  • 21
  • 1
1
2 3