Skip to content

Instantly share code, notes, and snippets.

View himika's full-sized avatar

himika himika

View GitHub Profile
@himika
himika / gist:5e7dc55529cb89e54138
Created December 14, 2015 16:52 — forked from ianpatt/gist:7f3c870cbca04d0adb69
fallout class hierarchy
This file has been truncated, but you can view the full file.
0000000000000000 <lambda_007754d0d8df13a0d5be87c4da608bd4>
0000000000000000 <lambda_0128411b0e3e3d25a5a73c47b6e22b76>
0000000000000000 <lambda_03176bf0238bc1990c01e9a8d7e30740>
0000000000000000 <lambda_054c0f92026acdc3af737f9060c8d16c>
0000000000000000 <lambda_099db76688b3e7d9a1ba0689b7c86b3f>
0000000000000000 <lambda_0fbe6c20cb848d3946f7eb3dad25598a>
0000000000000000 <lambda_10a9a02b0a42abae558918086ec73866>
0000000000000000 <lambda_147c78853d5cc7006fac33c5b18ba02d>
0000000000000000 <lambda_17b34bb506d4c85028a5a3d52c6539fd>
0000000000000000 <lambda_1b292629a6f13ca0f49dea454f1d1fad>
@himika
himika / getswap.sh
Last active August 29, 2015 14:21 — forked from koemu/getswap.sh
各プロセスのスワップ使用量を調べる。sudo不要(シェルスクリプト側で実行)
#!/bin/sh
# Get current swap usage for all running processes
# Erik Ljungstrom 27/05/2011
# Updated: 2013-11-13 Yuichiro Saito
# Updated: 2015-05-25 Himika
#
# https://gist.github.com/koemu/8015682
# http://northernmost.org/blog/find-out-what-is-using-your-swap/
#
# For instance, to find the process with most swap used, just run this script like so: