28 Jan
2005
28 Jan
'05
7:02 p.m.
Marc Burgauer wrote at 2005-1-28 13:31 +0000:
After having tried to get a couple of commercial apps running without success (lack of platform support), I wonder if somebody on the list can point me to a product.
I need to build a server cost model for an existing Zope/PostgreSQL app, currently running on Solaris/Intel. I want to be able to measure: - CPU and Memory load of PostgreSQL, Zope and Apache processes
I use "top" for this.
- Disk usage
"du" and "df" might help you.
- Network usage
"netstat" might help you. -- Dieter