| bio | website | google.com |
|---|---|---|
| location | Geosynchronous orbiting HQ | |
| age | 93 | |
| visits | member for | 3 years, 11 months |
| seen | yesterday | |
| stats | profile views | 75 |
Linux geek
|
Nov 20 |
answered | Is Ganglia's RRD module a bottleneck? |
|
Oct 17 |
comment |
Apache running as root instead of user specified in httpd.conf What you're missing is that apache is not running at all. As mentioned by Colin, the process you're seeing is the grep command you're just executing. |
|
Oct 9 |
comment |
Samba mount isn't following a symlink Note that unix extensions and wide links are mutually incompatible. Enabling one will disable the other, so do verify your configuration. As you're using a Linux client, you almost certainly want to have wide links disabled and unix extensions enabled. |
|
Oct 7 |
comment |
Clear / Flush cached memory @TheDave: Unless you specifically want to benchmark the cold cache situation, you should never use it. |
|
Jul 11 |
revised |
Windows equivalent performance counters in Linux with Sysstat (or similar) added 19 characters in body |
|
Jul 11 |
revised |
Windows equivalent performance counters in Linux with Sysstat (or similar) added 543 characters in body; added 32 characters in body |
|
Jul 11 |
answered | Windows equivalent performance counters in Linux with Sysstat (or similar) |
|
Jul 10 |
awarded | Nice Answer |
|
Jun 2 |
awarded | Yearling |
|
May 15 |
comment |
Running out of LowMem with Ubuntu PAE Kernel and 32GB of RAM Ugh, holy zombie question! Why did this turn up on the front page? |
|
May 15 |
answered | Running out of LowMem with Ubuntu PAE Kernel and 32GB of RAM |
|
Apr 19 |
comment |
Shell command slow when using pipe, fast with intermediate file I'll second the recommendation for strace. My guess would be that gs turns off IO buffering when outputting to a pipe instead of to a file. |
|
Apr 19 |
answered | RedHat 5: HP Server ethtool not working |
|
Mar 18 |
comment |
Could high MaxClient value cause CPU load issues no matter actual server stress caused by visits? @Saix: MaxRequestsPerChild has nothing to do with the number of concurrent requests the server is capable of handling. It just means that after a certain amount of requests, the child exists, thus it's useful as a workaround for memory leaks, application hangs and other bugs. You need to determine what is a suitable value for your environment. |
|
Mar 18 |
answered | Could high MaxClient value cause CPU load issues no matter actual server stress caused by visits? |
|
Mar 13 |
answered | rsync incremental history |
|
Mar 1 |
answered | RAID 10 Vs RAID 5 |
|
Feb 23 |
comment |
Maximum number of users logged simultaneously into Linux Note that MaxSessions, per the manpage, is "maximum number of open sessions permitted per network connection". AFAIK there is no builtin hard limit on the number of total sessions other than available resources (free ports, memory, whatever). |
|
Feb 23 |
comment |
Maximum number of users logged simultaneously into Linux @OsamaHussain: /etc/ssh/ssh_config is the config file for the ssh client. If you install the "openssh-server" package you get the server, including the /etc/ssh/sshd_config file. |
|
Feb 22 |
answered | Windows 2008 NFS, find command not working recursively on unix client |