Click here to Skip to main content
15,899,474 members

Christiaan Rakowski - Professional Profile



Summary

Follow on Twitter LinkedIn      Blog RSS
690
Authority
20
Debator
133
Organiser
589
Participant
0
Author
0
Editor
0
Enquirer
I like to make pretty/cool things and learn about new techniques and technologies as I go along. I enjoy broadening my skills just as much as further developing existing ones.
My skills are mainly related to web and desktop application programming, with some experience in low-level/embedded C and (AVR) assembly. My language of choice would be C# with .NET, using either Windows Forms or WPF for the graphical interface, or combined with HTML/CSS/JS for ASP.NET.

 

Reputation

Weekly Data. Recent events may not appear immediately. For information on Reputation please see the FAQ.

Privileges

Members need to achieve at least one of the given member levels in the given reputation categories in order to perform a given action. For example, to store personal files in your account area you will need to achieve Platinum level in either the Author or Authority category. The "If Owner" column means that owners of an item automatically have the privilege. The member types column lists member types who gain the privilege regardless of their reputation level.

ActionAuthorAuthorityDebatorEditorEnquirerOrganiserParticipantIf OwnerMember Types
Have no restrictions on voting frequencysilversilversilversilver
Bypass spam checks when posting contentsilversilversilversilversilversilvergoldSubEditor, Mentor, Protector, Editor
Store personal files in your account areaplatinumplatinumSubEditor, Editor
Have live hyperlinks in your profilebronzebronzebronzebronzebronzebronzesilverSubEditor, Protector, Editor
Have the ability to include a biography in your profilebronzebronzebronzebronzebronzebronzesilverSubEditor, Protector, Editor
Edit a Question in Q&AsilversilversilversilverYesSubEditor, Protector, Editor
Edit an Answer in Q&AsilversilversilversilverYesSubEditor, Protector, Editor
Delete a Question in Q&AYesSubEditor, Protector, Editor
Delete an Answer in Q&AYesSubEditor, Protector, Editor
Report an ArticlesilversilversilversilverSubEditor, Mentor, Protector, Editor
Approve/Disapprove a pending ArticlegoldgoldgoldgoldSubEditor, Mentor, Protector, Editor
Edit other members' articlesSubEditor, Protector, Editor
Create an article without requiring moderationplatinumSubEditor, Mentor, Protector, Editor
Approve/Disapprove a pending QuestionProtector
Approve/Disapprove a pending AnswerProtector
Report a forum messagesilversilverbronzeProtector, Editor
Approve/Disapprove a pending Forum MessageProtector
Have the ability to send direct emails to members in the forumsProtector
Create a new tagsilversilversilversilver
Modify a tagsilversilversilversilver

Actions with a green tick can be performed by this member.


 
GeneralTesting the load of a webserver Pin
Christiaan Rakowski30-Mar-12 11:56
professionalChristiaan Rakowski30-Mar-12 11:56 
When hosting web applications it is quite important to know how much resources they use, how that usage scales with users, and at what point the server will fry itself.
In order to test what the capacity of a server is, all you really need is (valid) traffic.
There are several ways to do this, depending on your OS and wishes.

LOIC: Yes, the dangerous hacking tool used by anonymous, it's actually very good at what it does. When configured properly and targeted at a server you own this tool can be very useful for those who want their testing client to be a windows machine. Be careful tho with any firewall or IDS systems in your network, LOIC has been added to most rulesets last year with the massive anonymous DDOS wave. Double check your rules before using.

WGET: When you use linux/BSD you will probably be familiar with the wget command. When used in a simple shell script with a loop and the right parameters, mainly -b and -r, wget will be able to generate quite decent traffic flows. You can make it save the output files for validation, or just append a --delete-after and be done with it.

ab: The reason I even wrote this post is ab. This utility comes default with an Apache install and allows you to benchmark you Apache, or other, server. What this tool does is generate http traffic to the webserver, just as if a regular user would be connecting and does this for as long as you tell it to do that. When it is done, it will give you a nice resultset of measurements which it can export to csv or an html table. It is not as customizable as the wget script, but it is a lot easier to set up and it saves you a lot of time calculating averages and maximum values based on the measurements. This is definitely the way to go if you need a quick test!
QuestionWho actually reads my blog? Pin
Christiaan Rakowski31-Mar-08 2:16
professionalChristiaan Rakowski31-Mar-08 2:16 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.