Can anyone point me out to a project out there that开发者_如何学运维 I can download and run it and it would load / stress test itself and then provide me with reports? I want the project to be as big
I want to monitor memory usage when running a program in perl, so that if the 开发者_开发百科memory used by the current program is more than a threshold, I apply approach A, otherwise, apply approach
In solaris I wrote a driver and it is crashing.. But my solaris kernel is also getting crashed because of it.The driver is getting loaded every time the system resets and kernel is dumping core and re
I need to generat开发者_开发问答e 12 digit Hex numbers in KSH on Solaris Thanks#!/bin/ksh set -A hex 0 1 2 3 4 5 6 7 8 9 A B C D E F
I\'ve written a function to convert datetimes from one format to another - int convertDateTime(char* source_fmt,char* dest_fmt,char* source,char* dest)
I want to undefine variable when compiling on SunOS. Therefore, i tried to put #ifdef SunOS #undef FOO #endif
Hi i want to convert UNIX date to normal date (YYYY-MM-DD) 22222,0,0,开发者_如何学JAVA0,14387 33333,0,0,0,14170
H开发者_如何学Callo, Which algorithm implements dev/random of Solaris? Is tahtYarrow-160 or Yarrow-256 or is the algorithm the same as in Linux? Is there documentation / link ? I have already looked
I have a java process seens like taking up all the cpu processing power. I thinking of killing it but how do i know what is the program that is开发者_StackOverflow中文版 actually causing such huge usa
I trying to copy a file from a directory to another directory in solaris. DIR1=\"/u01/home files\" DIR2=\"/u01/other files\"