| bio | website | |
|---|---|---|
| location | Düsseldorf, Germany | |
| age | 38 | |
| visits | member for | 4 years |
| seen | May 14 at 8:54 | |
| stats | profile views | 169 |
Software developer, mathematician
|
May 20 |
comment |
Why does my memory used (accounting for cache) does not correspond to my processes memory usage? Could you post the output of free, and of ps aux? Maybe we spot something. |
|
May 12 |
awarded | Yearling |
|
May 11 |
awarded | linux |
|
Apr 24 |
awarded | Nice Answer |
|
Apr 21 |
comment |
Looking for open-source or inexpensive Windows-based server monitoring solution that Interesting, I had never heard of this tool. Looks neat. |
|
Mar 30 |
comment |
Looking for open-source or inexpensive Windows-based server monitoring solution that Well, I've written a plugin for NetSNMP myself ( net-snmp.org ) , which was basically just a shell script that NetSNMP runs on demand. I've never used NetSNMP on Windows, but they do have a Windows version. Just try it. |
|
Mar 30 |
answered | Looking for open-source or inexpensive Windows-based server monitoring solution that |
|
Mar 29 |
awarded | Scholar |
|
Mar 29 |
accepted | pg_restore taking much longer than pg_dump |
|
Mar 23 |
revised |
On demand upload server formatting |
|
Mar 2 |
comment |
pg_restore taking much longer than pg_dump @Frank: Thanks. Didn't know about pg_dump's implementation. In our case, speeding up the restore would be helpful, because it needs to run repeatedly as part of automated tests, so bringing it down from 1 minute to say 10s would help. But apparently that's not feasible. I'll have to find a different solution... |
|
Mar 2 |
comment |
pg_restore taking much longer than pg_dump Interesting, thanks. Is there a way to dump the index as well, to speed up the restore (at the cost of a larger dump file)? |
|
Mar 2 |
asked | pg_restore taking much longer than pg_dump |
|
Feb 10 |
awarded | Citizen Patrol |
|
Feb 8 |
answered | df in linux not showing correct free space after file removal |
|
Dec 16 |
answered | Does is matter in what order rules are placed in htaccess? |
|
Dec 9 |
comment |
limit cpu ocupation for script BTW, the thing about "overflowing" is also nonsense. "nice -n" (n a number) will set niceness to "n". n>19 is the same as 19, so nice -19, nice -20, nice -21... etc. all do the same. |
|
Nov 30 |
comment |
Is there a way to share S.M.A.R.T. data over SNMP? @exquisitor: SNMP commonly only supplies the current value; it is usually the task of the management server collecting the data to store old data for analysis. |
|
Nov 30 |
comment |
Where can I find logs for SFTP? What OS are you using? Hard to help otherwise... |
|
Nov 7 |
answered | Search for files on file server |