The realtime tag has no wiki summary.
1
vote
1answer
110 views
RHEL - tcp_delack_min sysctl parameter missing on realtime kernels
I'm looking to modify the tcp_delack_min sysctl tunable on several RHEL/CentOS systems. It should be located at /proc/sys/net/ipv4/tcp_delack_min. I'm finding that it is missing in recent kernels. ...
1
vote
4answers
185 views
Free alternative to NI Real-Time Hypervisor?
Is there an free alternative to National Instruments' NI Real-Time Hypervisor? National Instruments provides both a Windows and Linux versions.
5
votes
4answers
174 views
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 ...
4
votes
1answer
919 views
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)?
2
votes
1answer
343 views
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 ...
2
votes
4answers
176 views
Realtime File Replication with Windows Server
I am researching alternative solutions for real-time-file-replication on windows Server OS. Now we use XO Soft WAN Sync for file-replication but in the next time we want to expand our Server-location ...
0
votes
3answers
177 views
Monitor log files in realtime, like “top” monitors processes [OS X]
Is there a command/program for OS X that allows me to hook to a file and display its changes in realtime without re-opening it, much like "top" monitors system processes in realtime ?
Thank you
2
votes
1answer
65 views
Show bytes transfered on an active connection
Is it possible to show bytes transfered over time in real-time on an active connection on the command line? I can do netstat and get the bytes at that time, but wonder if it can be adapted to show ...
0
votes
3answers
151 views
How to see an application network protocol communication in real time
I would like to see the protocol used by client-server application in real-time. I'm not interested in any statistics. All I want to see is the message sent by server and the client. This is FreeBSD ...
1
vote
1answer
140 views
IIS7 real-time NCSA logging
IIS 7 and 7.5 can do NCSA format log files very easilly simply by changing the logging format. However, it doesn't write them in real time which is useless if you're trying to do real-time analysis of ...
2
votes
2answers
608 views
linux tool for real time file replication between servers
I have a web application. It is database and file driven (database is postgresql, users upload and create files)... I would like to balance the load between two+ servers, and that means not only ...
3
votes
3answers
790 views
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 ...
1
vote
4answers
563 views
real-time mirroring of files (from Linux to Windows (or maybe cygwin))
How do I make it so that whenever the file blah.pdf on computer A is changed, its copy at computer B is updated? I believe I must setup some daemons on A and B.
A is a Linux system and B is a Windows ...
4
votes
8answers
17k views
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 ...
7
votes
6answers
2k views
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 ...
3
votes
8answers
927 views
Tools for Monitoring Multiple Unix Based Systems [closed]
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 ...
11
votes
14answers
5k views
How to monitor a log file in real time?
There is a already question that asks about opening a large log files.
But my intention is different.
Is there any application that monitors a log file and updates as it is updated in real time?
...