Changes

Jump to navigation Jump to search
2,663 bytes removed ,  21:47, 28 November 2016
update for content / remove Computer Process
== Client Engagement and Project Management Process ==
{{@todo}} {{CompanyName}} has a detailed publish full process for engagements that we will be publishing shortly.handbook
== System = How We Work ======= Small and Responsive ====On a linux system, you can use the <code>ps</code> command {{CompanyName}} is as nimble as it is responsive to find out about the processes running on the computercustomer concerns.
A favorite incantation ==== Good, Fast, Cheap - Pick Any Two! ====Any project can be done good, fast, or cheap. Pick any two. Quality is the <code>ps axjf</code> command to show the process tree. Helpful to see children with their parentsseldom quick.
In that tree output==== Process ===={{CompanyName}} is focused on implementations for non-profits, civic-minded organizations, it's easy to see the Process ID (PID) and the Parent Process ID (PPID)small businesses. Using We utilize the PID, you can tell <code>ps</code> to show information only about that process: eAgile development methodology for rapid deployments.g. <code>ps We strive for clear and open communication -p 123</code> Or, if you know the name of the executable yousomething won're interested int work, then or take a long time to develop - we'll tell you can specify it that way: eso.g. <code>ps -C java</code>
Sometimes a process ==== Timing ====Each project is extremely longunique, and you can't see the whole picturewe ask many questions before we get started. With the <code>w</code> optionProjects are assigned priorities, you get a 'wide' readout. Repeat the option (<code>ww</code>) to get unlimited width in the readout. Andrelatively short deliverable phases, the <code>f</code> option shows a "full-format listing"and timelines. So, We prefer for example, when you launch a java app like [[NetBeans]] (assuming you find it's <code>pid</code> to see the work in progress so that any adjustments can be 12657 in this example), and issue <code>ps -p12657 wwf</code>, you'll get something like this:<pre> PID TTY STAT TIME COMMAND12657 ? Sl 3:00 /usr/lib/jvm/java-8-oracle/bin/java -Djdk.home=/usr/lib/jvm/java-8-oracle -classpath /home/greg/netbeans-8.0.2/platform/lib/boot.jar:/home/greg/netbeans-8.0.2/platform/lib/org-openide-modules.jar:/home/greg/netbeans-8.0.2/platform/lib/org-openide-util.jar:/home/greg/netbeans-8.0.2/platform/lib/org-openide-util-lookup.jar:/home/greg/netbeans-8.0.2/platform/lib/locale/boot_ja.jar:/home/greg/netbeans-8.0.2/platform/lib/locale/boot_pt_BR.jar:/home/greg/netbeans-8.0.2/platform/lib/locale/boot_ru.jar:/home/greg/netbeans-8.0.2/platform/lib/locale/boot_zh_CN.jar:/home/greg/netbeans-8.0.2/platform/lib/locale/org-openide-modules_ja.jar:/home/greg/netbeans-8.0.2/platform/lib/locale/org-openide-modules_pt_BR.jar:/home/greg/netbeans-8.0.2/platform/lib/locale/org-openide-modules_ru.jar:/home/greg/netbeans-8.0.2/platform/lib/locale/org-openide-modules_zh_CN.jar:/home/greg/netbeans-8.0.2/platform/lib/locale/org-openide-util_ja.jar:/home/greg/netbeans-8.0.2/platform/lib/locale/org-openide-util-lookup_ja.jar:/home/greg/netbeans-8.0.2/platform/lib/locale/org-openide-util-lookup_pt_BR.jar:/home/greg/netbeans-8.0.2/platform/lib/locale/org-openide-util-lookup_ru.jar:/home/greg/netbeans-8.0.2/platform/lib/locale/org-openide-util-lookup_zh_CN.jar:/home/greg/netbeans-8.0.2/platform/lib/locale/org-openide-util_pt_BR.jar:/home/greg/netbeans-8.0.2/platform/lib/locale/org-openide-util_ru.jar:/home/greg/netbeans-8.0.2/platform/lib/locale/org-openide-util_zh_CN.jar:/usr/lib/jvm/java-8-oracle/lib/dt.jar:/usr/lib/jvm/java-8-oracle/lib/tools.jar -Dnetbeans.default_userdir_root=/home/greg/.netbeans -Dnetbeans.running.environment=gnome -Dnetbeans.dirs=/home/greg/netbeans-8.0.2/nb:/home/greg/netbeans-8.0.2/ergonomics:/home/greg/netbeans-8.0.2/ide:/home/greg/netbeans-8.0.2/extide:/home/greg/netbeans-8.0.2/java:/home/greg/netbeans-8.0.2/apisupport:/home/greg/netbeans-8.0.2/webcommon:/home/greg/netbeans-8.0.2/websvccommon:/home/greg/netbeans-8.0.2/enterprise:/home/greg/netbeans-8.0.2/mobility:/home/greg/netbeans-8.0.2/profiler:/home/greg/netbeans-8.0.2/python:/home/greg/netbeans-8.0.2/php:/home/greg/netbeans-8.0.2/identity:/home/greg/netbeans-8.0.2/harness:/home/greg/netbeans-8.0.2/cnd:/home/greg/netbeans-8.0.2/dlight:/home/greg/netbeans-8.0.2/groovy:/home/greg/netbeans-8.0.2/extra:/home/greg/netbeans-8.0.2/javacard:/home/greg/netbeans-8.0.2/javafx: -Dnetbeans.home=/home/greg/netbeans-8.0.2/platform -Dnetbeans.importclass=org.netbeans.upgrade.AutoUpgrade -Dnetbeans.accept_license_class=org.netbeans.license.AcceptLicense -Xmx1024m -client -Xss2m -Xms32m -XX:PermSize=32m -Dapple.laf.useScreenMenuBar=true -Dapple.awt.graphics.UseQuartz=true -Dsunmade as we go along.java2d.noddraw=true -Dsun.java2d.dpiaware=true -Dsun.zip.disableMemoryMapping=true -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/home/greg/.netbeans/8.0.2/var/log/heapdump.hprof org.netbeans.Main --cachedir /home/greg/.cache/netbeans/8.0.2 --userdir /home/greg/.netbeans/8.0.2 --branding nb --laf Metal</pre>
If ==== Best Practices, New Ideas ====you use <code>-F</code> (which implies <code>f</code>), you'll get we have dealt with a few more columns similar problem in the output (UID, PPID, C, SZ, RSS, PSR, STIME)past. If not - we will take on the challenge!
==== Price ====
See our [[Rates]] and Contact Us about custom engagements.
==== No Project Too Small ====
 
 
----
[[Category:Company]] [[Category:System Administration]]
4,558

edits

Navigation menu