var memory usage increasing


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers var memory usage increasing
# 22  
Old 09-09-2008
Unfortunatly this server is not using LVM
# 23  
Old 09-09-2008
A question: what is your filesystem layout? => df -k (or what most appropriate...)
Because it may be a silly question but if /var is a filesystem how come in your first post I see no lost+found? (maybe there but Im blind or dead tired...)

Since you have no LVM and dont want to reinstall the only alternatives is moving data elsewhere, so what other filesystem do you have? with how much space (free) and can you create a new one?
# 24  
Old 09-09-2008
# df -k
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sda3 6190692 2724732 3151488 47% /
/dev/sda2 101105 16715 79169 18% /boot
none 1037368 0 1037368 0% /dev/shm
/dev/sda8 56878816 47748376 6241152 89% /home
/dev/sda7 1035660 34520 948532 4% /tmp
/dev/sda5 4127076 3356228 561204 86% /var
# 25  
Old 09-09-2008
I see home is almost at 90% but we have a script that trims out photos out of the system so that should run tonight hopefully. After that runs our home usually drops to around 70%
# 26  
Old 09-09-2008
I would recommend adding another drive.
# 27  
Old 09-09-2008
Ok You havent answered to does lost+found existence on /var... (can be handy you know...)
in /var do a du -sk *

Lets see what we can move out until you get new disks configured...
(And you know LVM is a good thing to have when it comes to server administration...)
# 28  
Old 09-15-2008
Would it be safe to delete webalizer.current file?
would it mess up my stats? The file is very big and taking up space in /var

Code:
-rw-r--r--  1 root root 5749656 Sep 15 04:03 /var/www/usage/webalizer.current

 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

Swap memory usage keeps increasing.

Hi the version is RedHat 6.2 (Oracle DB server) I don't know why swap memory usage keeps increasing... I used to check swap memory usage Free -m and another way. total used free shared buffers cached Mem: 32183 31861 322 ... (3 Replies)
Discussion started by: tom8254
3 Replies

2. UNIX for Dummies Questions & Answers

Memory usage per user,percent usage,sytem time in ksh

Let's say i have 20 users logged on Server. How can I know how much memory percent used each of them is using with system time in each user? (2 Replies)
Discussion started by: roy1912
2 Replies

3. UNIX for Dummies Questions & Answers

Command to display the space usage (memory usage) of a specific directory.

Hi all, Can you please tell me the command, with which one can know the amount of space a specific directory has used. df -k . ---> Displays, the amount of space allocated, and used for a directory. du -k <dir name> - gives me the memory used of all the files inside <dir> But i... (2 Replies)
Discussion started by: abhisheksunkari
2 Replies

4. AIX

How to monitor the IBM AIX server for I/O usage,memory usage,CPU usage,network..?

How to monitor the IBM AIX server for I/O usage, memory usage, CPU usage, network usage, storage usage? (3 Replies)
Discussion started by: laknar
3 Replies

5. Solaris

current CPU usage, memory usage, disk I/O oid(snmp)

Hi, I want to monitor the current cpu usage, monitor usage , disk I/o and network utlization for solaris using SNMP. I want the oids for above tasks. can you please tell me that Thank you (2 Replies)
Discussion started by: S_venkatesh
2 Replies

6. HP-UX

how can I find cpu usage memory usage swap usage and logical volume usage

how can I find cpu usage memory usage swap usage and I want to know CPU usage above X% and contiue Y times and memory usage above X % and contiue Y times my final destination is monitor process logical volume usage above X % and number of Logical voluage above can I not to... (3 Replies)
Discussion started by: alert0919
3 Replies

7. Solaris

increasing /var

i need to increase the size of my /var filesystem but i have no idea how to do it. Filesystem kbytes used avail capacity Mounted on /dev/dsk/c0t3d0s0 144799 74952 55377 58% / /dev/dsk/c0t3d0s6 342183 201079 106894 66% /usr /proc ... (0 Replies)
Discussion started by: roguekitton
0 Replies

8. Programming

memory increasing

On Alpha True64 UNIX platform, we use "ps aux" command to display the process information, it also displays the %MEM,VSZ, RRS field. The question is that which field really indicates the program's memeory is increasing, thanks (0 Replies)
Discussion started by: Frank2004
0 Replies

9. Programming

Monitor CPU usage and Memory Usage

how can i monitor usages of CPU, Memory, Hard disk etc. under SUN Solaries through a c program or java program i want to store that data into database so i can show it graphically thanks in advance (2 Replies)
Discussion started by: Gajanad Bihani
2 Replies

10. Programming

memory increasing on UNIX

hi, i'm writing a program that is running always... but, i have a problem that memory is increasing.. i want to know whether does stack size inscease or not, when program is running.. i don't know what is the cause stack or heap... i need some help.. :( (1 Reply)
Discussion started by: netfer
1 Replies
Login or Register to Ask a Question