We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62b5214 commit c8e9fe3Copy full SHA for c8e9fe3
take_heapdump
@@ -0,0 +1,9 @@
1
+#!/bin/bash
2
+
3
+NODE_KILL=`which node-kill`
4
5
+if [ -f "$HOME/.nodepath" ]; then
6
+ NODE_KILL=`cat $HOME/.nodepath`/node-kill;
7
+fi
8
9
+$NODE_KILL --heapdump $1
upload_file
@@ -0,0 +1,10 @@
+UPLOADER=`which uploader`
+ UPLOADER=`cat $HOME/.nodepath`/uploader
+# ./uploader server filepath token id
10
+$UPLOADER $1 $2 $3 $4
0 commit comments