Software :: Use "top" Command To Check The Resource Usage ?
Apr 28, 2010
I usually use "top" command to check the resource usage , it is very good and simple method to know the status ( loading , CPU , memory usage ), but we have many servers so we can't check the servers frequently , so we can't find the problem before the problem happens
Any method / script that I can implement to send us a alert mail if the resource usage reach a specific level , for example , if the CPU usage reach 90% , then send us a alert mail.
View 1 Replies
ADVERTISEMENT
Apr 12, 2011
Is there a command to check specific processes that's using the most IO/disk usage? I know sar and ps but I want more specific details on IO on individual processes
View 5 Replies
View Related
Sep 10, 2015
Got a few more questions from the Debian Security Howto.
Section "4.11.2 Limiting resource usage: the limits.conf file" page 44
Code: Select allnano /etc/security/limits.conf
At the bottom I get...
Code: Select all#<domain> <type> <item> <value>
#
#* soft core 0
#root hard core 100000
#* hard rss 10000
[code]...
Do I have to uncomment these lines for them to take effect?
View 2 Replies
View Related
May 17, 2010
I am currently developing a program that i need to compare to other similar programs, mainly to provide a cost v. benefits analysis for myself and coworkers. does anyone know of a program that can accurately provide this information? or, otherwise, an idea of how to start coding?I have seen in research papers before that quickness was actually evaluated in seconds/microseconds taken for processes to finish- is this legitimate?
View 3 Replies
View Related
Mar 14, 2010
Can anybody suggest what are the resource usage requirements for xubuntu + kdevelop memory wise and processor.
as i am looking for installing in this system xubuntu + kdevelop on a system p4+ 256MB ddr1
do you think this will smooth
View 1 Replies
View Related
Jun 16, 2011
I wonder to know the command or the procedure to get the overall CPU utilisation in linux. I have used top, iostat, mpstat but the outputs are not the way i needed. Is it possible to get the output like...
CPU usage: .....% or something like that.
View 2 Replies
View Related
Jan 4, 2010
I am running Slackware 13.0. I am aware of free -m, vmstat, top, etc. However, none of these programs display how much ram each program is using. Is there a program that displays how much ram each program is using? I run a headless so I'd need a program that runs in CLI.
I know that top command shows %MEM (only two programs were using 0.1%MEM) but after running free -m I only have a total of 400 MB ram left out of my 1.5 GB of ram. Where is all that lost ram?
View 9 Replies
View Related
Oct 6, 2010
I have one dedicated server in godaddy. Now I got mail regarding overage bandwidth. I don't know how to check this and I must give report how its happen.
View 1 Replies
View Related
Jan 4, 2011
Linux OS: Ubuntu 10.10..In Windows, we can use Device Manager to check the power usage of my USB devices (like my WiFi adapter use 500mA). How to check this under linux?The purpose of asking this question is just to learn.
View 1 Replies
View Related
Dec 18, 2010
I"m unable to find the memory usage however top shows me the following results.
Tasks: 90 total, 2 running, 88 sleeping, 0 stopped, 0 zombie
Cpu(s): 21.1%us, 1.4%sy, 0.0%ni, 74.0%id, 2.4%wa, 0.0%hi, 1.0%si, 0.0%st
Mem: 8313376k total, 7969976k used, 343400k free, 185496k buffers
[code]....
and free shows the following.
total used free shared buffers cached
Mem: 8118 7764 354 0 181 7335
-/+ buffers/cache: 247 7870
Swap: 4000 0 4000
Total: 12119 7764 4354
how can i find the usage of memory which is being showed by top and free.
View 3 Replies
View Related
Mar 26, 2010
How to check server usage (process and memory) for last 4months in RHEL5
View 3 Replies
View Related
Jan 24, 2011
how to check which process consuming a lot of HDD I/O ? Do You know any good command which can show me which process saving something big on the storage system ? "iostat" or maybe "ps" ? Would be great if somebody could past me here nice command.
View 3 Replies
View Related
Mar 16, 2011
I want to generate snmp trap when cpu usage is high..me how to configure snmpd.conf....to generate this trap...
View 2 Replies
View Related
Mar 21, 2010
I'm trying to check my server's bandwidth usage in real time, installed the following programs but none worked so far.
Iptraf - No results even when using iptraf -u
Tcptrack - Error : pcap_loop: cooked-mode frame doesn't have room for sll header
Iftop - No results, everything 0b
Are there any programs that displays bandwidth usage in real time and actually works on VPSes? Or getting real time bandwidth usage on a VPS is simply impossible?
View 5 Replies
View Related
Aug 11, 2009
Does top command find out cpu time and process time for an interval and then calculates the process's cpu usage
eg: process time(interval 5sec)/cpu time (interval 5 sec)*100 %
View 1 Replies
View Related
Dec 14, 2010
I'm need how to use the man & cat commands in red hat linux
View 2 Replies
View Related
Apr 13, 2011
Under SuSE, (Mem: 31908592k total, 31421504k used,) how do i know which process or program using my memory?
View 2 Replies
View Related
Apr 13, 2010
Im trying to list the cpu usage of all process that have a cpu usage of 10% or more. Im not interested in the lower usages. Im using the top command and can get a list of all the cpu usage for all the process but cant only get the processes with 10% or more. I'd want these processes sent to a new file. Would I be able to cat the cpu usages and PID into a file?
View 8 Replies
View Related
Mar 8, 2011
In my server java based application is running and java usage showing some time 300% of usage in top command. on that time java application is getting some types errors. at that time i checked vmstat and sar commands also but they showing the free CPU. My server configuration as given below
Quote:
Processor Intel(R) Xeon(R) CPUX5670 @ 2.93GHz
No fo Cores 8
Ram :64GB
[code]....
View 2 Replies
View Related
Sep 1, 2011
Is it possible to narrow down the ram command to give me JUST the free ram? Both commands that I know give me much more information that I would like to log.
Code:
free -m
This line gives me this. I really only want the one under "free"
Code:
total used free shared buffers cached
Mem: 1262 612 649 0 250 114
-/+ buffers/cache: 247 1014
Swap: 4010 6 4003
Code:
cat /proc/meminfo
This line gives me this. I really only want "MemFree"
Code:
MemTotal: 1292372 kB
MemFree: 636088 kB
Buffers: 279032 kB
Cached: 118768 kB
SwapCached: 532 kB
Active: 191408 kB
Inactive: 324684 kB .....
View 2 Replies
View Related
Jan 9, 2010
The command time shows the time taken by a command to complete. Is there a command that shows the change in disk usage caused by a command? I would like to know how large a package is when I install it from source.
View 2 Replies
View Related
May 13, 2010
i want to use the command at to execute a script on a specific time FOR EXAMPLE :at 12:30pm but the script does not have to ececute at all, I DIT IT BUT THE SCRIPT EXECUTES EACH 12:30pm (that'sy problem) i want to write a script that will execute each two months from a specific time . for example: from january 12, 2010 the script has to run before march 12,2010
View 5 Replies
View Related
Apr 18, 2010
In Red Hat, suppose if root user wishes to give a privilege to run the fdisk command to a user named sam.And he makes appropriate configuration changes in /etc/sudoers file. Now when sam wishes to run the fdisk command, then he has to issue:
Code:
[sam@system43~]$sudo /sbin/fdisk -l
Password: But in ubuntu, after the same configuration being done, what sam needs to do is:
Code:
[sam@somesystem43~]$sudo fdisk -l
Password: ***
That means, in ubuntu the user need not type the full path of the command. I wish to know how can I make red hat system work like ubuntu as far as the sudo usage is concerned.
View 3 Replies
View Related
May 27, 2010
is there a command that shows current network usage, similar to the way htop shows memory and processor usage?
View 3 Replies
View Related
Jun 20, 2011
I'm monitoring all kind of things like ( Mem, network, cpu, IOPS,..) But still not found a command where i can see the CPU usage but in MHZ ( or Hz). Using top or looking into /proc/cpuinfo doesn't give me the info i want.
View 4 Replies
View Related
Jul 19, 2010
the basic usage of lsof and fuser command in linux
View 1 Replies
View Related
Jan 7, 2010
how to Check the disk usage of different linux servers using df -h linux command. My host server is 66.50.100.1, I can check its disk usage by using df -h command. I got my disk usage. Now using my host server Im going to check the server 66.50.100.3 disk usage. Is its possible to check the disk usage of 66.50.100.3 using my host server?
View 4 Replies
View Related
Mar 29, 2010
I regularly use 'df -h' to check usage on each of my primary directories and mount points.
I'm currently somewhat confused by disk usage within my filesystem, so I'd like to do the following:
Display directory size of all, or say, the 10 largest, subdirectories to a specified directory. So, if I passed the root (/) directory, output would list the subdirectory of / with the largest disk usage first and its associated disk usage listed in human readable format (either M or G suffix as appropriate), followed by the subdirectory and usage for the second largest directory and so on.
Can anyone suggest a command or series of commands to do this?
View 6 Replies
View Related
Jan 8, 2010
When at the console, what is the command (if there is one) to determine memory usage (used/free) on the hard drive that is being used for one's OS?
View 2 Replies
View Related
Mar 24, 2011
I have a debian linux on my server. My disk space is only 10GB. When I check the space usage with discus program, it says:
Mount Total Used Avail Prcnt Graph
/ 9.39 GB 8.30 GB 1.10 GB 88.3% [*********-]
+ib/init/rw 124.3 MB 0 KB 124.3 MB 0.0% [----------]
/sys 0 KB 0 KB 0 KB 0.0% [----------]
/dev 120.1 MB 92 KB 120.0 MB 0.1% [----------]
/dev/shm 124.3 MB 0 KB 124.3 MB 0.0% [----------]
But when I use this command:
du / --max-depth=0
It says:
1860864 /
Why the stats of discuss is not like du command?
View 5 Replies
View Related