Pension

Absent Member.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2010-10-27
00:07
2789 views
Can anyone confirm which memory is reported by this generic monitor? (RAM or Swap space) It looks like the monitor is for swap space and not the physical memory.
1 Solution
Accepted Solutions


Absent Member..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2010-10-27
05:02
It's swap space.
8 Replies


Absent Member..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2010-10-27
05:02
It's swap space.


Absent Member..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2010-10-27
06:13
For available physical memory, you need to use Windows or Unix Resource Monitor.
Select Memory then available bytes, Kbytes or Mbytes.
Select Memory then available bytes, Kbytes or Mbytes.
Pension

Absent Member.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2010-11-11
00:08
How can I get the percent of memory used?


Absent Member..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2010-11-11
05:53
Hi,
You can change the template also. go to sitescope->templates.os-> select your os which one you have selected fot that server and edit that. you can see id= memory in that you can see the line swap there you can change that one to Mem instead of swap.
Restart sitescope serivices then by default it will give physical memory percentage.
-Krishna Rajapantula.
You can change the template also. go to sitescope->templates.os-> select your os which one you have selected fot that server and edit that. you can see id= memory in that you can see the line swap there you can change that one to Mem instead of swap.
Restart sitescope serivices then by default it will give physical memory percentage.
-Krishna Rajapantula.


Absent Member..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2010-11-11
05:58
hi,
Even you can use windows/unix resource monitors.
-Krishna Rajapantula
Even you can use windows/unix resource monitors.
-Krishna Rajapantula


Absent Member..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2010-11-11
12:28
For UNIX, We can change it in respective OS template & memory monitor will be changed accordingly which displays the physical memory in percentage.
But for Windows there is no way as I know. Anyone ever tried this for Windows by modifying the SiteScope configuration for MEMORY monitor (please don't say about Windows resources monitor)?
If you need it for UNIX flavor (SunOS), let me know I will get the one. For Linux it is quite simple.
-Raj
Regards,
Raj
Like this Post? Click Kudos! to show appreciation.
Is your issue addressed? Click "ACCEPT AS SOLUTION" against the post which helped you the most.
But for Windows there is no way as I know. Anyone ever tried this for Windows by modifying the SiteScope configuration for MEMORY monitor (please don't say about Windows resources monitor)?
If you need it for UNIX flavor (SunOS), let me know I will get the one. For Linux it is quite simple.
-Raj
Regards,
Raj
Like this Post? Click Kudos! to show appreciation.
Is your issue addressed? Click "ACCEPT AS SOLUTION" against the post which helped you the most.


Knowledge Partner
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2010-11-11
12:35
Hi Raj
I need the SunOS one. COuld you please provide it.
Would be much appreciated
--Regards
--Mario
I need the SunOS one. COuld you please provide it.
Would be much appreciated
--Regards
--Mario


Absent Member..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2010-11-11
14:24
Hi Mario,
Please find below is the custom code to be used in Solaris servers physical memory monitoring.
#
id=memory
command=echo `/usr/sbin/prtconf | grep "Mem" | awk '{print $3*1024;}'`" "`sar -r 1 1 | grep -v freemem | grep -v SunOS | grep -v ^$ | awk '{print $2*8;}'`
total=1
free=2
swapUnit=1024
Please check location of your commands & if they are different, change the command path accordingly.
Thanks,
Raj
Regards,
Raj
Like this Post? Click Kudos! to show appreciation.
Is your issue addressed? Click "ACCEPT AS SOLUTION" against the post which helped you the most.
Please find below is the custom code to be used in Solaris servers physical memory monitoring.
#
id=memory
command=echo `/usr/sbin/prtconf | grep "Mem" | awk '{print $3*1024;}'`" "`sar -r 1 1 | grep -v freemem | grep -v SunOS | grep -v ^$ | awk '{print $2*8;}'`
total=1
free=2
swapUnit=1024
Please check location of your commands & if they are different, change the command path accordingly.
Thanks,
Raj
Regards,
Raj
Like this Post? Click Kudos! to show appreciation.
Is your issue addressed? Click "ACCEPT AS SOLUTION" against the post which helped you the most.