Hi,
I am trying to show my list, from a simple list format to a table (row and column formatted table)
Currently i have this format in my output (the formart it will always be like this ) >> first 3 lines must be on the same line aligned, and the next 3 shud be on 2nd line....:
Quote:
INT1:
STR1
STR2
EXT1:
STR1
STR2
INT2:
STR1
STR2
Hi,
I have a table in the format:
1 0 -1 1 0
2 0 1 -1 0 0 0
3 0 1 1 0 0 0 0 0 0
etc.
I am trying to input this to a program, however it is complaining about the fact that it is not in matrix format. How do I add 0's to end of the rows to make them even?
Thanks in advance!
I want to measure memory utilization of my Apache Server. Can I use pmap command and pass all the process ID of 'httpd' and take that as total utilization ?
pmap PID1 PID2 ....
It seems that pmap give more info rather than RAM utilization. Any command in Unix/Perl through I get the correct info of memory utilization ?
When i run the following script am getiing the output correct but i want to get it in the form of a table, could any one help me please.
good evening allthis is what i am trying to doi have a table....
Hi,
I have a pipe separated text file.
Can some someone tell me how to convert it to a table?
Text File contents.
Code:
|Activities|Status1|Status2|Status3|
||NA|$io_running2|$io_running3|
|Replication Status|NA|$running2|$running3|
||NA|$master2|$master3|
|Processlist|$processlist1|$processlist2|$processlist3|
|Average|$average1|$average2|$average3|
||abc:$abc3 GB|abc:$sbc3 GB|abc:$a
Here is a MySQL backup script which can take table by table backups (individual backup files of each table of each database) in a compressed format. It also provides an automatic rotation of old backup...
dear all,
kindly i want to check my server memory utilization i used alot of commands but i want to make sure that it is acurate let me explain
i have a server which has 32GB RAM
Total Memory = 33423360 kb
Free Memory = 4172568 kb
Utilized Memory = 29250792 kb
Memory Utilization Percentage = 87.5 %
if Utilized Memory = 29250792 kb how can i make sure which processes eat this amount of memo
Hi Team,
I have one file in that almost 100+ words in lines
Eg:-
Code:
Unix
windows
solaris
Linux
...
...
But I want arrange all lines in table format and can able read on screen
Eg: -
Code:
Unix windows solaris Lunix......
Hp unix Mac-os ......
Like as Table...