Re: [WebDNA] 6.2 Monitor

This WebDNA talk-list message is from

2012


It keeps the original formatting.
numero = 108118
interpreted = N
texte = On Jan 18, 2012, at 10:00 AM, Donovan Brooke wrote: > Rob wrote: >> Hi All, >> >> Very rarely(once every couple months) I have WebDNA 6.2 stop, and drive the CPU nuts on Snow Leopard Server, and am looking at adding a script to keep an eye on it while I go on vacation. I found an old script... not sure where it come from or where I got it, but I had it on one of the old servers, and would like to get it working using launchd to start it, which isn't the problem. When I trigger the script, it comes up with "ps: No user named 'x'". Which is fairly obvious to those who no about these scripts, which I don't. >> >> So my question is, does anyone know how to get this working, or is there a better way? ... Script below. >> >> Rob > > > I wouldn't use that script for a couple reasons. > > First, It's not bad if your server shoots up to a 145% usage (2 CPU's) for short instances now and then.. > > Second, kill -9 is *not* a good way of stopping WebDNA... at least not for 6.2 which still uses WebDNAMonitor. > > Anyway, the script seems to contain logical problems in my opinion. > > If you were to use it, I'd change it to 199%... and change the 'kill -9' to '/Library/WebServer/WebCatalogEngine/WebCatalogCtl restart'. > > To fix the script, there is a change to how 'ps' functions in Snow Leopard.. > > basically change the instances of "ps -aux" in your script to "ps aux". > > To fix your CPU issue, I'd start looking into standard troubleshooting techniques.. looking at logs, looking for overgrown log files etc.. > > > Donovan > Thanks for the input Donovan. I'm not sure if I'm going to use it or not, at this point. Its just an avenue I'm looking at, unless there is a better solution. I did notice, however, that when WebDNA dies, the CPU hoovers around 60%, so I'm not sure this will even work when it acts up. I've been looking at the logs trying to pin out down, but it happens so rarely that its hard to get a handle on it... :-( .. I think all turn on everything in the Prefs Technical section for a while to see if I can catch it. Rob Associated Messages, from the most recent to the oldest:

    
  1. Re: [WebDNA] 6.2 Monitor (Kenneth Grome 2012)
  2. Re: [WebDNA] 6.2 Monitor (christophe.billiottet@webdna.us 2012)
  3. Re: [WebDNA] 6.2 Monitor (William DeVaul 2012)
  4. Re: [WebDNA] 6.2 Monitor (Rob 2012)
  5. Re: [WebDNA] 6.2 Monitor (christophe.billiottet@webdna.us 2012)
  6. Re: [WebDNA] 6.2 Monitor (Rob 2012)
  7. Re: [WebDNA] 6.2 Monitor (christophe.billiottet@webdna.us 2012)
  8. Re: [WebDNA] 6.2 Monitor (Rob 2012)
  9. Re: [WebDNA] 6.2 Monitor (christophe.billiottet@webdna.us 2012)
  10. Re: [WebDNA] 6.2 Monitor (Rob 2012)
  11. Re: [WebDNA] 6.2 Monitor (Donovan Brooke 2012)
  12. Re: [WebDNA] 6.2 Monitor (Rob 2012)
  13. Re: [WebDNA] 6.2 Monitor (Donovan Brooke 2012)
  14. Re: [WebDNA] 6.2 Monitor (Rob 2012)
  15. Re: [WebDNA] 6.2 Monitor (Donovan Brooke 2012)
  16. Re: [WebDNA] 6.2 Monitor (Rob 2012)
  17. Re: [WebDNA] 6.2 Monitor (christophe.billiottet@webdna.us 2012)
  18. Re: [WebDNA] 6.2 Monitor (Rob 2012)
  19. Re: [WebDNA] 6.2 Monitor (Rob 2012)
  20. Re: [WebDNA] 6.2 Monitor (Donovan Brooke 2012)
  21. Re: [WebDNA] 6.2 Monitor (Rob 2012)
  22. Re: [WebDNA] 6.2 Monitor (Kenneth Grome 2012)
  23. Re: [WebDNA] 6.2 Monitor (Donovan Brooke 2012)
  24. Re: [WebDNA] 6.2 Monitor (Rob 2012)
  25. Re: [WebDNA] 6.2 Monitor (Rob 2012)
  26. Re: [WebDNA] 6.2 Monitor (Robert Minor 2012)
  27. Re: [WebDNA] 6.2 Monitor (Rob 2012)
  28. Re: [WebDNA] 6.2 Monitor (William DeVaul 2012)
  29. Re: [WebDNA] 6.2 Monitor (Rob 2012)
  30. Re: [WebDNA] 6.2 Monitor (Donovan Brooke 2012)
  31. [WebDNA] 6.2 Monitor (Rob 2012)
On Jan 18, 2012, at 10:00 AM, Donovan Brooke wrote: > Rob wrote: >> Hi All, >> >> Very rarely(once every couple months) I have WebDNA 6.2 stop, and drive the CPU nuts on Snow Leopard Server, and am looking at adding a script to keep an eye on it while I go on vacation. I found an old script... not sure where it come from or where I got it, but I had it on one of the old servers, and would like to get it working using launchd to start it, which isn't the problem. When I trigger the script, it comes up with "ps: No user named 'x'". Which is fairly obvious to those who no about these scripts, which I don't. >> >> So my question is, does anyone know how to get this working, or is there a better way? ... Script below. >> >> Rob > > > I wouldn't use that script for a couple reasons. > > First, It's not bad if your server shoots up to a 145% usage (2 CPU's) for short instances now and then.. > > Second, kill -9 is *not* a good way of stopping WebDNA... at least not for 6.2 which still uses WebDNAMonitor. > > Anyway, the script seems to contain logical problems in my opinion. > > If you were to use it, I'd change it to 199%... and change the 'kill -9' to '/Library/WebServer/WebCatalogEngine/WebCatalogCtl restart'. > > To fix the script, there is a change to how 'ps' functions in Snow Leopard.. > > basically change the instances of "ps -aux" in your script to "ps aux". > > To fix your CPU issue, I'd start looking into standard troubleshooting techniques.. looking at logs, looking for overgrown log files etc.. > > > Donovan > Thanks for the input Donovan. I'm not sure if I'm going to use it or not, at this point. Its just an avenue I'm looking at, unless there is a better solution. I did notice, however, that when WebDNA dies, the CPU hoovers around 60%, so I'm not sure this will even work when it acts up. I've been looking at the logs trying to pin out down, but it happens so rarely that its hard to get a handle on it... :-( .. I think all turn on everything in the Prefs Technical section for a while to see if I can catch it. Rob Rob

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...

Related Readings:

multi-paragraph fields (1997) listfiles, moving files (1998) unable to launch acgi in WebCat (1997) Beta version-Mac? (was Emailer update for Mac?) (1998) Site Builder & IE Mac (2004) browser info.txt and SSL (1997) Secure server question (1997) Unexpected error (1997) [WebDNA] WebDNA Roll Call (2013) What file? (1997) mail test (1997) carriage returns in data (1997) WebCat2 Append problem (B14Macacgi) (1997) Requiring that certain fields be completed (1997) Why are some admin pages not encrypted? (2000) WebCat2 beta FTP site (1997) CT Scan might have saved my life!! (2006) Why is deleting so slow? (2002) Running _every_ page through WebCat ? (1997) [WebDNA] FedEx (2016)