- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ninode setting
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
05-24-2001 06:45 AM
05-24-2001 06:45 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2001 07:11 AM
05-24-2001 07:11 AM
Re: ninode setting
use : sar -v and glance show ninode usage
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2001 07:35 AM
05-24-2001 07:35 AM
Re: ninode setting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2001 07:46 AM
05-24-2001 07:46 AM
Re: ninode setting
The sar -v command is responding with:
"Can't open /var/adm/sa/sa24"
Have you come across this? Is sar a glance command
I ran "swlist -l product|grep -i glance"
Glance C.03.05.00 HP GlancePlus/UX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2001 09:12 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2001 09:14 AM
05-24-2001 09:14 AM
Re: ninode setting
will get collect differnt readings for the values.
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2001 09:19 AM
05-24-2001 09:19 AM
Re: ninode setting
Take a look at the man pages for 'sar'. If you run 'sar' with no sampling interval specified, sar extracts data from a previously recorded file, by default, the standard system activity daily data file /var/adm/sa/sadd for the current day dd. Hence, for today, the file /var/adm/sa/sa24.
If you want to snapshot table resources for 60 seconds every 5 seconds you could do:
# sar -v 5 60
'glance' is a licensed product all to itself. You can get a trial copy (for free) from the Application CDROMs. 'glance' is a menu-based monitoring tool with builtin help on the metrics it collects. It monitors processor, memory, and I/O statistics; allows one to drill down to an individual process level; and much, much more. It is an invaluble tool to have.
...JRF...