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
09-21-2000 04:47 AM
09-21-2000 04:47 AM
Dear Friends,
In HP UX how i can find out how much cache is there in the machine through a command ?
Thanks in advance.
regards,
ajith
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2000 04:54 AM
09-21-2000 04:54 AM
Re: Cache
http://my1.itrc.hp.com/cm/QuestionAnswer/1,1150,0xf4870559ff7cd4118fef0090279cd0f9,00.html
echo "bufpages/D" | adb /stand/vmunix /dev/kmem
seems to be the best solution where the contents of bufpages is the total of 4Kb pages.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2000 05:33 AM
09-21-2000 05:33 AM
Re: Cache
I not yet tried the command u have wrote to me but wheather it will give the machines cache memeory ?
regards,
an
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2000 05:44 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2000 08:57 AM
09-21-2000 08:57 AM
Re: Cache
And unlike PC's, there are several hardware features unique to the PA-RISC architecture in addition to instruction/data cache hardware such as the TLB (Translation Lookaside Buffer) which is used to map memory pages. HP-UX can address dozens of Gbytes of RAM and with variable page sizes, efficient use of the TLB can be added to programs that use large RAM areas.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2000 06:01 AM
09-22-2000 06:01 AM
Re: Cache
i was asking about the processor cache and thank you for the informations..
wish u all a nice day,
ajith