Graphical representation of Virual Memory (on Linux)


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Graphical representation of Virual Memory (on Linux)
# 1  
Old 01-11-2006
Graphical representation of Virual Memory (on Linux)

Hi Folks

Can anyone help me get a shell / any other script which will give me graphical representation of Virtual Memory statistics against the time.

If someone has any script which will just provide the same without any graphical representation of Virtual Memory statistics - that also will be helpful

Thanks a lot to all in advance
C Saha
# 2  
Old 01-11-2006
Take a look at the vmstat and free commands for text style output.
# 3  
Old 01-11-2006
VMSTAT - It gives o/p like this ... just a set of data not any graph ...

$vmstat
procs memory swap io system cpu
r b w swpd free buff cache si so bi bo in cs us sy id
0 1 0 5896 11588 15516 1968884 1 2 4 4 0 3 5 4 1
# 4  
Old 01-11-2006
You stated:
Quote:
If someone has any script which will just provide the same without any graphical representation of Virtual Memory statistics - that also will be helpful
That is what the vmstat and/or free commands will do - no need for a script. And I did mention it was text style output.
# 5  
Old 01-11-2006
Quote:

You stated:
Quote:
If someone has any script which will just provide the same without any graphical representation of Virtual Memory statistics - that also will be helpful
Heyyy I didnt mean that - I am sorry about that ... dont mind :-)

I am also looking from commands and vmstat is really good one. Anyway Thanks for that ....
# 6  
Old 04-17-2009
If you need some graphs representation from your vmstat logs,
you should have a look at :
Vmstax - build your charts from vmstat log files | Michenux

Smilie
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Programming

How bit representation of a number can be done in c?

I have an assignment in which a character is the input of which some bits(from a position to certain position) are to be inverted (1's complement) and then the resultant character is to be returned....for example unsigned char x = J from p = 3 to offset n = 5 01001010 inverted to... (1 Reply)
Discussion started by: ezee
1 Replies

2. Solaris

Physical and virual server difference

Hi, i am trying to find whether any particular solaris server is physical or virtual....are there any commands or set of commands which only runs (or provide specific pattern ) on physical machines and provides different pattern or error on virtual one... Is this the correct approach to... (7 Replies)
Discussion started by: omkar.jadhav
7 Replies

3. UNIX and Linux Applications

Graphical Representation of mpstat.out file

hi everyone, We've generated mpstat.out file monitoring cpu utilization and the file is ready now.Wanted to generate graphical charts for the same output data. Can anyone pleas suggest tool for the same.? (1 Reply)
Discussion started by: Kathraji
1 Replies

4. Solaris

Porting graphical Solaris application to Linux

I don't expect any quick answers, but if people have links to resources I can investigate I'd be extremely appreciative. Here is what we have today: The "application" is a multi-process train control system that uses the Unix desktop, currently CDE, several motif-based applications and sound,... (8 Replies)
Discussion started by: paz9
8 Replies

5. AIX

AIX on Virual Machine

Hello, could I install AIX on virtual machine on my desktop with Windows OS? If so how to do it? Thanks and regards, p (2 Replies)
Discussion started by: pitmod
2 Replies

6. Programming

Internal representation of double

I came across a puzzle which I can not explain. The setup is SCO OpenServer 5.7 (32 bit OS) and native SCO compiler. double is 8 bytes long on this system. I am able to populate the double variable with two different sets of values that produces the same double value, please see below: #include... (7 Replies)
Discussion started by: migurus
7 Replies

7. Shell Programming and Scripting

Question on file owner name representation

Hi All, I came across a situation where i saw a directory name given below: drwxrwxrwx 5 121973 staff 8192 Apr 26 23:47 arunpr Just for your info: 1. All our application user ids are LDAP. 2. Hence we will not see any details of user in /etc/passwd file and i believe this could... (6 Replies)
Discussion started by: Arunprasad
6 Replies

8. Ubuntu

graphical remote connection to linux

is there any way to connect to linux server from windows machine in graphical mode like remote desktop in windows. Thanx (5 Replies)
Discussion started by: mm00123
5 Replies
Login or Register to Ask a Question