- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- performance monitor
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2004 07:00 PM
03-03-2004 07:00 PM
rgds - mjs
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2004 01:35 AM
03-04-2004 01:35 AM
Re: performance monitor
http://otn.oracle.com
regarding monitoring - you have top, sar, iostat and others.
There is several top-like GUI utils - gtop, KDE System Monitor and so on.
As far as I remember, few years ago HP released Glance for linux.
Rgds,
vitaly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2004 01:51 AM
03-04-2004 01:51 AM
Re: performance monitor
I'm attaching my unadapted HP-UX script that does sar performance data collection. It WILL require adjustment, but if you take the time, I'll give you 10 points for notifying me in any of my threads.
Its a great script.
Also, gtop is built into the GNOME GUI and the top command provides decent data as well.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2004 06:24 AM
03-04-2004 06:24 AM
Re: performance monitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2004 08:27 AM
03-04-2004 08:27 AM
Solutionnet.ipv4.ip_local_port_range = 1024 65000
# Disables the magic-sysrq key
kernel.sysrq = 0
#Oracle 9i release 2 parameters
kernel.sem= 250 32000 100 128
fs.file-max=65536
kernel.shmmax=2147483648
kernel.shmmni=4096
kernel.shmall=2097152
fs.aio-max-size=2147483648
also our /etc/security/limits.conf looks like this..
oracle soft nofile 65536
oracle hard nofile 65536
oracle soft nproc 16384
oracle hard nproc 16384
change these files and do a sysctl -p
this will re-read the settings in the above files..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2004 02:06 PM
03-04-2004 02:06 PM
Re: performance monitor
mentioned earlier
MRTG (Multi Router Traffic grapher)
http://people.ee.ethz.ch/~oetiker/webtools/mrtg/
also (drilling down more on the server)
Big brother
http://bb4.com/features.html
while this is more monitoring related, a number of the tools at
http://www.linuxlinks.com/Software/Monitoring/Load/index.shtml
are actually more analysis slanted.
HTH,
Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2004 11:40 PM
03-09-2004 11:40 PM
Re: performance monitor
soon sarcheck (http://www.sarcheck.com) will also be available for linux.