Browsing articles from "September, 2010"
Sep
17
2010
17
2010
Linux // Programming
Check server load in php on linux
First method would be It basically shows the content of the file /proc/loadavg. It can be checked from terminal/shell like this : Output : 0.04 0.08 0.11 1/381 3584 There are 5 fields. 1. Average load on server in past 1 minute. 2. Average load on server in past 5 minutes. 3. Averate load on server in past 10 minutes. 4. Running processes/Total processes 5. Last process id that ran. Another useful command is uptime. [...]
Subscribe
Recent Posts
- C code to perform IP whois
- Turbotrace – a free multithreaded and visual traceroute utility for windows and linux
- Function pread for windows
- Quick Tip: Getting the Next and Previous Items or Posts
- Compile wxwebconnect on Ubuntu 11.04 64 bit
- Disqus Comments Importer Script in PHP
- Beginners’ guide to socket programming with winsock
- Handle multiple socket connections with fd_set and select on Linux
- Beginners guide to socket programming in C on Linux
- Gui whois client in python with wxpython
Binarytides
Tags
apache
applications
box2d
bsnl
c
chrome
cron
css
database
dns
firefox
flash
freelance
game programming
gd
graphs
hacking
htaccess
html
html5
imagemagick
java
javascript
libpcap
linux
mod rewrite
moneybookers
mootools
mvc
mysql
networking
payment
paypal
php
phpmyadmin
python
ruby
security
Sockets
software
swing
ubuntu
winpcap
winsock
xdebug
An article by Binary Tides