Skip to content

Instantly share code, notes, and snippets.

@dacort
Created August 12, 2010 20:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dacort/521619 to your computer and use it in GitHub Desktop.
Save dacort/521619 to your computer and use it in GitHub Desktop.
#mongostat
insert/s query/s update/s delete/s getmore/s command/s mapped vsize res % locked % idx miss conn time
0 0 0 0 0 1 468876 469281 5763 0.998 0 1 12:58:06
0 0 0 0 0 1 468876 469281 5764 0.991 0.0417 1 12:58:07
0 0 0 0 0 1 468876 469281 5765 1 0 1 12:58:08
0 0 0 0 0 1 468876 469281 5765 1.01 0 1 12:58:10
0 0 0 0 0 1 468876 469281 5766 0.997 0 1 12:58:11
0 0 0 0 0 1 468876 469281 5766 0.811 0 1 12:58:12
0 0 0 0 0 1 468876 469281 5767 0.997 0 1 12:58:13
0 0 0 0 0 1 468876 469281 5767 1 0 1 12:58:14
#iostat
Device: tps Blk_read/s Blk_wrtn/s Blk_read Blk_wrtn
dm-2 230.24 2604.40 1282.99 7736569274 3811223024
Device: tps Blk_read/s Blk_wrtn/s Blk_read Blk_wrtn
dm-2 79.00 1624.00 64.00 1624 64
Device: tps Blk_read/s Blk_wrtn/s Blk_read Blk_wrtn
dm-2 201.00 5512.00 0.00 5512 0
Device: tps Blk_read/s Blk_wrtn/s Blk_read Blk_wrtn
dm-2 172.00 5176.00 0.00 5176 0
Device: tps Blk_read/s Blk_wrtn/s Blk_read Blk_wrtn
dm-2 194.00 6120.00 0.00 6120 0
Device: tps Blk_read/s Blk_wrtn/s Blk_read Blk_wrtn
dm-2 256.00 6680.00 0.00 6680 0
Device: tps Blk_read/s Blk_wrtn/s Blk_read Blk_wrtn
dm-2 159.00 5944.00 64.00 5944 64
Device: tps Blk_read/s Blk_wrtn/s Blk_read Blk_wrtn
dm-2 128.71 4863.37 0.00 4912 0
#free -mlt
total used free shared buffers cached
Mem: 7990 7963 26 0 27 6747
Low: 7990 7963 26
High: 0 0 0
-/+ buffers/cache: 1188 6802
Swap: 2047 188 1859
Total: 10038 8152 1886
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment